in Others retagged by
1,881 views
4 votes
4 votes

The Boolean expression $AB+A \overline{B}+\overline{A}C+AC$ is unaffected by the value of the Boolean variable _________.

  1. $A$
  2. $B$
  3. $C$
  4. $A, B$ and $C$
in Others retagged by
1.9k views

6 Answers

4 votes
4 votes
Best answer
Let us simplify the given boolean expression:$AB+A\overline B+\overline AC+AC$

$=A(B+\overline B)+(\overline A+A)C$

$=A.1+1.C$

$=A+C$

So the output doesn’t depend on the value of B.

So option B is the correct answer.
selected by
1 vote
1 vote

B is the correct option.

You just have to simplify this expression. It will result in A+C.

0 votes
0 votes
The answer is b)

AB+AB'+A'C+AC
A(B+B') +(A'+A)C

A+C                            (we know that  B+B'=1 and A+A'=1)


The Boolean expression AB+AB'+A'C+AC is unaffected by the value of the Boolean variable B.
0 votes
0 votes
Whenever this type of boolean expression come simply focus to take common out of it:

=AB+AB’+A’C+AC

=A(B+B’)+C(A+A’)

=A+C  (As we know 0+1=1)

So from here we can see expression is independent from B.

So, answer is B.

Related questions