Digital Electronics - Boolean Algebra and Logic Simplification - Discussion

Discussion Forum : Boolean Algebra and Logic Simplification - General Questions (Q.No. 43)
43.
Determine the binary values of the variables for which the following standard POS expression is equal to 0.
(0 + 1 + 0)(1 + 0 + 1)
(1 + 1 + 1)(0 + 0 + 0)
(0 + 0 + 0)(1 + 0 + 1)
(1 + 1 + 0)(1 + 0 + 0)
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
19 comments Page 1 of 2.

Scott said:   1 decade ago
The answer A is correct. When A is true then the binary representation is 1 and when A is false (Algebra) then binary representation is 0.

Taking this into account, when faced with (A+B'+C) , it would suggest that the binary bracket would be (1+0+1).

Looking above, A is correct as (0 + 1 + 0) (1 + 0 + 1) is the binary representation of (A+B'+C) (A'+B+C') only the two brackets have been swapped around.

Its really easy when you look at it they've only changed the layout to (A'+B+C') (A'+B+C') essentially!

Sean said:   10 years ago
I agree. 'A' is not the correct answer. It should be B. We need one the sets of parentheses to be (0+0+0), which eliminates 'A' and 'D'.

Option 'C' is also eliminated because it has B and B' both equal to 0, which is impossible. This leaves Option 'B' as the correct response.

Patrick said:   1 decade ago
Answer A is correct.

Draw Truth tables.

"C" and "D" cannot be correct, because if A' = 1 then A cannot be 1 or B' = 0 , B cannot be 0 respectively.

"B" cannot be the answer because (1+1+1)(0+0+0) is a SOP and the question asks for POS.

GHC said:   9 years ago
Answer B is correct, where we have considered A = 1, B = 0, C = 1 as input. So A' = 0, B' = 1, C' = 0.

Put this values in the equation given in option B, perform the summation of terms individually, then multiplication of answer of two terms, which will give 0.

Alexandar said:   6 years ago
I think A is Correct bcoz the given binary values represent the values for the inputs (A,B,C), then
(0+1+0)=> for (A+B'+C)=(0+0+0)=0&
(1+0+1)=>for (A'+B+C')=(0+0+0)=0 so;
(A+B'+C).(A'+B+C')= 0.0 = 0.

VISCOS said:   6 years ago
NB:In POS form,"input with a bar " is assigned '1' and '0' if there is no bar unlike the SOP form.

(A+B'+C).(A'+B+C') = (0 + 1 + 0).(1 + 0 + 1),
So, A is correct.

Sabari said:   1 decade ago
"B" is the correct answer.

The output of "A" will be 1.

In "C" B and C bar are given the same value.

In "D" C and C bar are given the same value.

Jorriam Tsotetsi said:   7 years ago
Both A and C are correct.

(A + B' + C)(A' + B + C'),
C=(0 + 0 + 0)(1 + 0 + 1),
=(0 + 1 + 0)(0 + 0 + 0),
=(1)(0),
=(0).
For A.

Razia said:   10 years ago
I think option B is correct and not option A. Because as option A gives the following (1+0+1) (0+1+0) whose output is 1 and not 0.

Pooja said:   1 decade ago
I think B should be ans. as 1.0 = 0 which we required. while in A 1.1 WHICH IS EQUAL TO 1. while we need 0.


Post your comments here:

Your comments will be displayed after verification.