The following truth table is given  What is Y equal to?? ABCY00010011010001101000101011011111

(A')(B')(AB) , where ' stands for complement.

Showing Answers 1 - 20 of 20 Answers

raji

  • Jan 3rd, 2007
 

the value of y is 11011111

  1*2^7+1*2^6+0+1*2^4+1*2^3+1*2^2+1*2*1+1*2^0=223

  Was this answer useful?  Yes

Sachin

  • Jan 6th, 2007
 

~ (A | B) | (A . B)

~  :  Not

| : OR

. : AND

  Was this answer useful?  Yes

sumit malik

  • Jan 23rd, 2007
 

value of y is A'B'+AB.

  Was this answer useful?  Yes

muddu krishna

  • May 12th, 2007
 

(A')(B')(AB)
=(A')(B')(BA)
=(A')(B'B)(A)
=(A')F(A)
=F

  Was this answer useful?  Yes

varsha

  • Jun 24th, 2007
 

The ans is not of b i.e. b'

  Was this answer useful?  Yes

Chaitanya

  • Oct 31st, 2007
 

The correct answer is:

Y = (A`)(B`) + (AB)

Y(00) = (1)(1) + (0*0) = 1 + 0 = 1
Y(00) = (1)(1) + (0*0) = 1 + 0 = 1
Y(01) = (1)(0) + (0*1) = 1 + 1 = 0
Y(01) = (1)(0) + (0*1) = 1 + 1 = 0
Y(10) = (0)(1) + (1*0) = 1 + 1 = 0
Y(10) = (0)(1) + (1*0) = 1 + 1 = 0
Y(11) = (0)(0) + (1*1) = 0 + 1 = 1
Y(11) = (0)(0) + (1*1) = 0 + 1 = 1

  Was this answer useful?  Yes

gattu

  • Nov 27th, 2007
 

I think it is:
Y = (A xor B)' or C

I was not sure about the conventions of calling xor and or.. so putting it as characters..

  Was this answer useful?  Yes

priyam_apti

  • Feb 11th, 2010
 

Y=NEGATION OF (A EX-OR B)

~(A EX-OR B)

A  -----------------B------------A ex-or B----------- ~(A ex-or B)
0------------------0--------------0-----------------------1
0------------------1--------------1-----------------------0
1------------------0--------------1-----------------------0
1------------------1--------------0-----------------------1


VALUE OF C could be anything(0 / 1)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions