850 views

2 Answers

10 votes
10 votes

Option C is correct. 

p: n is a prime number
q: n mod 30 is a prime number

Option A - 
$p\rightarrow q$
Statement - If n is a prime number then n mod 30 is a prime number
Counter Example - let n = 31
If 31 is a prime number then 31 mod 30 is a prime number
31 mod 30 = 1
1 is not a prime number.
$p\rightarrow q$ = $T\rightarrow F $  = F

Options B and D are same.
B is $ q\rightarrow p$
Option D-

($p\rightarrow q$)  $\rightarrow$ ($ q\rightarrow p$)
= $\neg$($\neg p$ $\vee q$) $\vee$ ($\neg q$ $\vee p$)
=($p \wedge \neg q $) $\vee$ ($\neg q$ $\vee p$)
=(($p \wedge \neg q $) $\vee$ $\neg q$)  $\vee$ (($p \wedge \neg q $)  $\vee p$)
=$\neg q$ $\vee p$ 
= $ q\rightarrow p$
Statement - If n mod 30 is a prime number then is a prime number
Counter-example for options B and D - 
Take n = 32
n mod 30 = 2 which is a prime number but n is not a prime number.
$q\rightarrow p$ = $T\rightarrow F $ = F 

Option C -
($p\rightarrow q$)  $\vee$ ($ q\rightarrow p$)
Now see.
If $p\rightarrow q$ is false then $q\rightarrow p$ must be true and vice versa. 
($p\rightarrow q$)  $\vee$ ($ q\rightarrow p$)
($\neg p$ $\vee q$) $\vee$ ($\neg q$ $\vee p$)
T
It's a tautology so it will always be true irrespective the value of n. 

edited by
1 votes
1 votes
Option 1 is wrong

because 31 = 1 mod 30 and 1 is not a prime number.

Option 2 is wrong

because 49 = 19 mod 30 here 19 is a prime number but 49 is not.

Lets see about option 3

The statement of option 3 is

P implies Q or Q implies P

to make this statement false we have to make both sides of OR false.

So,lets try to make P implies Q false.

To do that we have to make P true and Q false. If we do that the other side of or automatically gets true. So,option 3 is always true.

Now lets see about option 4 the statement of option 4 is

IfP implies Q then Q implies P

Note that this statement is wrong when P implies Q is true and Q implies P is false

We can make P implies Q true by making P false and Q true

Take n=49 then P is false but Q is true thus P implies Q is true but Q implies P becomes false.

So,option 4 is not correct.

Thus option 3 is the solution.

Related questions

3 votes
3 votes
1 answer
1
Tesla! asked Apr 21, 2018
767 views
One one evening sita and gita were sitting in a park with there back facing each other sita was able to see her shadow on left at what direction was gita sitting ?A) Nort...
1 votes
1 votes
2 answers
2
Tesla! asked Apr 21, 2018
738 views
Two trucks are 150 KM apart on the main road, Truck one start and go 25km straight then 15 km right 25 km left and finally turn towards the main road however due to break...
2 votes
2 votes
1 answer
3
Tesla! asked Apr 21, 2018
662 views
Which of the following tell us which day is on 14th of a particular monthI) 17th is on 3rd SaturdayII) the last date of the month is on WednesdayA) Only 1 is sufficientB)...
1 votes
1 votes
1 answer
4
Tesla! asked Apr 21, 2018
648 views
Which of the statement is sufficient to determine children of x1) Q and U are brothers of T2) P is the sister of U and S3) P and T are daughters of XA) 1 and 2B) 1,2 and ...