Computer Science, asked by BrainlyKid, 10 months ago

In boolean logic, is B'C' + BC = 1?

If yes/no, can u explain?

Answers

Answered by sswaraj04
2

Answer:

NO

Explanation:

It's easy to contradict something

Just take an example B = 0 and C = 1

B'C' = 0' * 1' = 1 * 0 = 0

BC = 0 * 1 = 0

B'C' + BC = 0 + 0 = 0

That proves you wrong

Basically It's actually XNOR function

A XNOR B = A'B' + AB

Hope it helps :-)  

Answered by ItzDeadDeal
1

Answer:

\huge\fcolorbox{black}{aqua}{No:-}

Explanation:

It's easy to contradict something

Just take an example B = 0 and C = 1

B'C' = 0' * 1' = 1 * 0 = 0

BC = 0 * 1 = 0

B'C' + BC = 0 + 0 = 0

That proves you wrong

Basically It's actually XNOR function

A XNOR B = A'B' + AB

Hope it helps :-

Similar questions