247 views

1 Answer

1 votes
1 votes

We have p -> q as a true proposition.

That means for p as true and q as false we can't have the truth value as True. Because T -> F is False. 

Now since we have p = True and q = False as a test condition to check all the options we can use proof by examples to evaluate the final answer.

Option a: not p or q : not (True) or False = False or False = False. 

Option b: not q -> not p : not(False) -> not(True) = True-> False = False

Option c: not p -> not q : not(True) -> not(False) = False-> True = True (This is the wrong option)

Option d: not (p and not q) : not(True and not(False)) = not(True and True) = not(True) = False

So out of the given options only option c cannot be determined. 

Related questions

0 votes
0 votes
1 answer
1
3 votes
3 votes
2 answers
4
pratikb asked Dec 23, 2014
2,583 views
If G is an infinite cyclic group then which of the following is not true?a) G has exactly 2 generators.b) G is isomorphic to (Z,+).c) Every proper sub group of G is fini...