Skip to main content
Lemma

TMUA practice: Necessary Sufficient, problem 2

A TMUA-calibre necessary sufficient problem at difficulty 4 of 5, with the full worked solution.

The question
Let P,Q,R,S,TP, Q, R, S, T be statements such that: if PP is true then both QQ and SS are true; and if both RR and SS are true then TT is false. Which of the following must hold?
A If T is true then both P and R are true\text{If } T \text{ is true then both } P \text{ and } R \text{ are true}
B If T is true then both P and R are false\text{If } T \text{ is true then both } P \text{ and } R \text{ are false}
C If T is true then at least one of P,R is true\text{If } T \text{ is true then at least one of } P, R \text{ is true}
D If T is true then at least one of P,R is false\text{If } T \text{ is true then at least one of } P, R \text{ is false}

The correct answer is highlighted. D

Worked solution

The premises are P(QS)P \Rightarrow (Q \wedge S) and (RS)¬T(R \wedge S) \Rightarrow \neg T.

Suppose TT is true. The contrapositive of the second premise gives ¬(RS)\neg(R \wedge S) — that is, ¬R\neg R or ¬S\neg S.

  • Case ¬R\neg R: then RR is false, so at least one of P,RP, R is false.
  • Case ¬S\neg S: the contrapositive of the first premise is ¬(QS)¬P\neg(Q \wedge S) \Rightarrow \neg P; since ¬S\neg S gives ¬(QS)\neg(Q \wedge S), we get ¬P\neg P. So PP is false, and again at least one of P,RP, R is false.

In every case, at least one of PP and RR is false — statement D.

Answer: D.