Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

GATE | GATE-CS-2014-(Set-2) | Question 63

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Which one of the following Boolean expressions is NOT a tautology? 

 

\"GATECS2014Q63\"

 

(A)

D
 

(B)

C
 

(C)

B
 

(D)

A
 


Answer: (C)

Explanation:

(A) a -> b means if ‘a’ is true then ‘b’ is also true. 
Now, ‘b’ is true. Therefore, ‘c’ is also true. 
=> Using transitivity rule , a -> c 

(B) a <-> c is true if both ‘a’ and ‘c’ have same values. 
Let ‘a’, ‘b’ and c’ be false. 
Expression \’a and b\’ is false and expression \’not b\’ is true. 
RHS of the given equation should be true. But it evaluates to be false. Therefore, contradiction is there. 

Option (B) is not a tautology. 

(C) Let ‘a’ and ‘c’ be false. ’b’ be true 
a and b and c is false 
c or a is false 

(D) Let ‘b’ be true. 
b -> a means if ‘b’ is true then ‘a’ is also true. 
Therefore, ‘a’ and ‘b’ both evaluates to be true. 

 

Thus, option (B) is correct. 

 


Quiz of this Question
Please comment below if you find anything wrong in the above post

My Personal Notes arrow_drop_up
Last Updated : 20 Mar, 2018
Like Article
Save Article
Similar Reads