CSAT Solved Papers/ 2023/Q14

2023 CSAT — Q14

Quant Statement validity 2.5 marks Medium

Three of the five positive integers p,q,r,s,tp, q, r, s, t are even and two of them are odd (not necessarily in order). Consider the following:

  1. p+q+rstp + q + r - s - t is definitely even.

  2. 2p+q+2r2s+t2p + q + 2r - 2s + t is definitely odd.

Which of the above statements is/are correct?

  1. A 1 only Answer
  2. B 2 only
  3. C Both 1 and 2
  4. D Neither 1 nor 2

Worked rationale

The key fact: signs and even coefficients don’t affect parity. A minus sign is "++" mod 22, and any even multiplier kills its term mod 22.

The set {p,q,r,s,t}\{p,q,r,s,t\} has three even and two odd numbers (the labels of which are odd are not fixed).

Statement 1: p+q+rstp+q+r+s+t(mod2)p+q+r-s-t \equiv p+q+r+s+t \pmod 2. The total parity is (three evens) ++ (two odds) == even ++ even == even, regardless of which two are odd. So this is definitely even. True.

Statement 2: 2p+q+2r2s+tq+t(mod2)2p + q + 2r - 2s + t \equiv q + t \pmod 2 (the 2p,2r,2s2p, 2r, 2s terms vanish). The parity of q+tq + t depends on which of the five are the odd ones:

  • if q,tq,t are the two odds: q+tq+t even;
  • if q,tq,t are both even: q+tq+t even;
  • if exactly one of q,tq,t is odd: q+tq+t odd.

All three arrangements are allowed, so 2p+q+2r2s+t2p+q+2r-2s+t is not definitely anything. False.

Answer: (a) 1 only.

Why the other options miss

  • B
    reads "2p2p" etc. as contributing parity, or assumes a fixed labelling of which letters are odd, wrongly fixing q+tq+t.
  • C
    stopped one case short: verifies Statement 1 but does not test all arrangements of the two odds for Statement 2, missing the case that flips its parity.
  • D
    lets the minus signs change parity (treating st-s-t as altering evenness), wrongly rejecting the always-even Statement 1.

Specialist insight

Reduce everything mod 22 on sight: drop even-coefficient terms, turn every - into ++. Statement 1 collapses to “parity of all five == 3 evens ++ 2 odds == even” — a fixed fact. Statement 2 collapses to q+tq+t, whose parity is not fixed because the problem never says which letters are odd. The discipline “definitely means for every admissible arrangement” is what separates a confident (a) from the traps.

The trap, in one line

Mod 22, signs and 2×2\times terms vanish: St-1 == all-five-parity == even (fixed); St-2 =q+t= q+t, parity not fixed \Rightarrow (a).

← All 2023 CSAT questions