681 views
0 votes
0 votes

Ans. A

3 Answers

0 votes
0 votes

u can consider it as follow

A B C
0 0 0
0 1 1
1 0 1
1 1 1

here in last row u can see logic is matching from 'AND' logic.

So, A is valid.

 

0 votes
0 votes

The logical implication is the tautology, in the tautology, we have seen only one thing (T => F) case should not arise.

we to check only T=>F condition only

try to proof T=>F on formula if u not able to prove that. it is implication

0 votes
0 votes
Given question is of type premise  implies conclusion.

If premise is true then if conclusion is true, then the statement is valid otherwise not valid.

we can use the equivalence of implies , a implies b = a'+b

using  this ,

S1: premise  becomes :(a+b)'+c =1

i.e a'b'+c=1

conclusion becomes (ab)'+c = a'+b'+c = ab'+ba'+ab+c= ab'+ba'+ 1 ( since ab+c=1)

Hence premise is true implies conclusion is true, hence S1 is valid.

 

But in S2 the premise and conclusion are reverse of those in S1, so we can derive conclusion from premise like the above ,so S2 is not valid.

Related questions