Respuesta :
Answer:
(D) Expression I and expression Il evaluate to the same value only when A and B differ.
Explanation:
Given
[tex]A\ \&\&\ B[/tex]
[tex]!A\ \&\&\ !B[/tex]
Required
Select the true statement
To do this, I will create the following case scenarios.
(a): [tex]A = true[/tex] and [tex]B = true[/tex]
[tex]A\ \&\&\ B[/tex]
[tex]true\ \&\&\ true \to true[/tex] i.e. true and true is true
[tex]!A\ \&\&\ !B[/tex]
[tex]!true\ \&\&\ !true[/tex]
------------------------------------------------------
[tex]!true = false[/tex]
------------------------------------------------------
So, we have:
[tex]false\ \&\&\ false \to false[/tex]
So:
[tex]A =true[/tex] and [tex]B = true[/tex]
[tex]A\ \&\&\ B = true[/tex]
[tex]!A\ \&\&\ !B = false[/tex]
Hence, options (B) and (E) are incorrect
(b): [tex]A = true[/tex] and [tex]B = false[/tex]
[tex]A\ \&\&\ B[/tex]
[tex]true\ \&\&\ false \to false[/tex]
[tex]!A\ \&\&\ !B[/tex]
[tex]!true\ \&\&\ !false[/tex]
Solve each negation
[tex]false\ \&\&\ true \to false[/tex]
So:
[tex]A =true[/tex] and [tex]B = false[/tex]
[tex]A\ \&\&\ B = false[/tex]
[tex]!A\ \&\&\ !B = false[/tex]
Hence, option (c) is incorrect
(c): [tex]A = false[/tex] and [tex]B = true[/tex]
[tex]A\ \&\&\ B[/tex]
[tex]false\ \&\&\ true \to false[/tex]
[tex]!A\ \&\&\ !B[/tex]
[tex]!false\ \&\&\ !true[/tex]
[tex]truee\ \&\&\ false \to false[/tex]
So:
[tex]A =false[/tex] and [tex]B = true[/tex]
[tex]A\ \&\&\ B = false[/tex]
[tex]!A\ \&\&\ !B = false[/tex]
Case scenarios b and c implies that option (d) is correct because different values of A and B gives the same value of both expression which is false
This also implies that (a) is incorrect.