edited by
17,935 views
75 75 votes

Consider the following statements:

  • P: Good mobile phones are not cheap
  • Q: Cheap mobile phones are not good


L: P implies Q
M: Q implies P
N: P is equivalent to Q

Which one of the following about L, M, and N is CORRECT?

  1. Only L is TRUE.
  2. Only M is TRUE.
  3. Only N is TRUE.
  4. L, M and N are TRUE.

5 Answers

Best answer
106 106 votes

Correct Answer (D)

Lets break the given compound statements into atomic statements.

  • A : Good mobile phones.
  • B : Cheap mobile phones.

$P :(A\to \neg B) \iff (\neg A\vee \neg B)$
$Q :(B\to \neg A) \iff \big((\neg B\vee \neg A) \iff \neg A\vee \neg B)\big)$ (Disjunction is commutative),
Hence, $(P\iff Q)$ which means $(P\to Q)$ and $(Q \to P).$

edited by
17 17 votes
P and Q are contra-positives to each other. A proposition and its contra-positive are always equivalent.

Equivalent and <--> are same, so p <--> q holds.

So option D)
4 4 votes

😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊

2 2 votes
P: Good mobile phones are not cheap (False: some good mobile phones are cheap)

Q: Cheap mobiles are not good ( False: some cheap phones are also good)

L: P→Q : False → False : True

M: Q→P: False → False: True

N: P=Q: True

Hence L,M,N are True ans is (D)

 

Please correct me if my approach is wrong.
Answer:
Position:
Show:

Related questions

9 9 votes
5 answers 5 answers
8.8k
8.8k views
go_editor asked Sep 28, 2014
8,845 views
In the context of modular software design, which one of the following combinations is desirable?High cohesion and high couplingHigh cohesion and low couplingLow cohesion ...
51 51 votes
14 answers 14 answers
14.2k
14.2k views
go_editor asked Sep 28, 2014
14,167 views
The CORRECT formula for the sentence, "not all Rainy days are Cold" is$\forall d (\text{Rainy}(d) \wedge \text{~Cold}(d))$$\forall d ( \text{~Rainy}(d) \to \text{Cold}(d)...
28 28 votes
3 answers 3 answers
8.6k
8.6k views
go_editor asked Sep 28, 2014
8,602 views
$\underset{\text{I}}{\underline{\text{While trying to collect}}}$ an envelope $\underset{\text{II}}{\underline{\text{from under the table,}}}$ $\underset{\text{III}}{\und...
75 75 votes
10 answers 10 answers
26.8k
26.8k views
go_editor asked Sep 28, 2014
26,828 views
Consider the following relational schema:employee (empId,empName,empDept) customer (custId,custName,salesRepId,rating) salesRepId is a foreign key referring to empId of t...