Question
Question: The only statement among the following that is tautology is:- A.\(A \wedge \left( {A \vee B} \righ...
The only statement among the following that is tautology is:-
A.A∧(A∨B)
B.A∧(A∧B)
C.[A∧(A→B)]→B
D.B→[A∧(A→B)]
Solution
Hint: First of all, we will draw the truth tables of each of the given Boolean expressions mentioned in the options. The Boolean expression for which the output values of all the possible cases is true is known as tautology.
Complete step-by-step answer:
First of all, let us write the meaning of each symbol used in the given Boolean expression.
∨ represents OR logical operation
∧ represents AND logical operation
→ represents if-then (implies) logical operation
Next, we will draw the truth tables of each of the given Boolean expressions mentioned in the options.
Let us draw the table for A∧(A∨B)
A | B | (A∨B) | A∧(A∨B) |
---|---|---|---|
True | True | True | True |
True | False | True | True |
False | True | True | False |
False | False | False | False |
Now, we will the draw the table for A∧(A∧B)
A | B | (A∧B) | A∧(A∧B) |
---|---|---|---|
True | True | True | True |
True | False | False | False |
False | True | False | False |
False | False | False | False |
Now, we will the draw the table for [A∧(A→B)]→B
A | B | (A→B) | A∧(A→B) | [A∧(A→B)]→B |
---|---|---|---|---|
True | True | True | True | True |
True | False | False | False | True |
False | True | True | False | True |
False | False | True | False | True |
Now, we will the draw the table for B→[A∧(A→B)]
A | B | (A→B) | A∧(A→B) | B→[A∧(A→B)] |
---|---|---|---|---|
True | True | True | True | True |
True | False | False | False | True |
False | True | True | False | False |
False | False | True | False | True |
As, the truth-table for the [A∧(A→B)]→B, gives all outputs as true, so we can say that the Boolean expression [A∧(A→B)]→B is a tautology.
Hence, option C is the correct one.
Note: While calculating the truth-table, many students interpret the wrong meaning of AND operator and OR operator. Also, the if-then operator (→) is non-commutative and one has to be careful about the order of input values. But the AND operator and OR operator are commutative in nature.