KnowledgeBoat Logo
|

Computer Science

Let X=1 represents "you work hard" and 0 otherwise.
Let Y=1 represents "you succeed" and 0 otherwise.
Using the information given above, construct:
(i) the truth table and
(ii) the logical expression for the following statement:
"If and only if you work hard you succeed".

Boolean Algebra

4 Likes

Answer

Truth Table

XYX ⇔ Y
001
010
100
111

Logical expression for the statement will be:
X ⇔ Y = X'.Y' + X.Y

Answered By

2 Likes


Related Questions