CSAT Solved Papers/ 2024/Q80

2024 CSAT — Q80

Quant Logical & quantitative reasoning 2.5 marks Hard

In some code, letters P, Q, R, S, TP,\ Q,\ R,\ S,\ T represent numbers 4, 5, 10, 12, 154,\ 5,\ 10,\ 12,\ 15. It is not known which letter represents which number. If QS=2SQ - S = 2S and T=R+S+3T = R + S + 3, then what is the value of P+RTP + R - T?

  1. A 11
  2. B 22 Answer
  3. C 33
  4. D Cannot be determined due to insufficient data

Worked rationale

Treat the two equations as constraints that recover the unique assignment, then read off the answer.

Use QS=2SQ=3SQ - S = 2S \Rightarrow Q = 3S. Among {4,5,10,12,15}\{4,5,10,12,15\}, which value tripled is also in the set?

  • S=4Q=12S = 4 \Rightarrow Q = 12 ✓ (both present)
  • S=5Q=15S = 5 \Rightarrow Q = 15 ✓ (both present)
  • S=10Q=30S = 10 \Rightarrow Q = 30

So two candidate cases. Now apply T=R+S+3T = R + S + 3.

Case S=4, Q=12S = 4,\ Q = 12. Remaining values for P,R,TP, R, T are {5,10,15}\{5, 10, 15\}, and T=R+4+3=R+7T = R + 4 + 3 = R + 7. Testing R{5,10,15}R \in \{5,10,15\} gives T{12,17,22}T \in \{12,17,22\}, none of which is an available value. Case fails.

Case S=5, Q=15S = 5,\ Q = 15. Remaining values for P,R,TP, R, T are {4,10,12}\{4, 10, 12\}, and T=R+5+3=R+8T = R + 5 + 3 = R + 8. Testing R{4,10,12}R \in \{4,10,12\}: R=4T=12R = 4 \Rightarrow T = 12 ✓ (available). Then P=10P = 10 (the last remaining).

So P=10, Q=15, R=4, S=5, T=12P = 10,\ Q = 15,\ R = 4,\ S = 5,\ T = 12. Verify: QS=155=10=2SQ - S = 15 - 5 = 10 = 2S ✓ and T=R+S+3=4+5+3=12T = R + S + 3 = 4 + 5 + 3 = 12 ✓.

P+RT=10+412=2.P + R - T = 10 + 4 - 12 = 2.

Answer: (b) 22.

Why the other options miss

  • A
    an arithmetic slip: gets the correct assignment but slips the final arithmetic (10+41310 + 4 - 13 or a mis-subtraction), landing one short.
  • C
    missed a case: accepts the S=4, Q=12S = 4,\ Q = 12 branch without checking that T=R+7T = R + 7 has no valid value, forcing an inconsistent assignment that returns 33.
  • D
    gave up on a case too early: stops at “two cases for SS” and declares the data insufficient, missing that T=R+S+3T = R + S + 3 eliminates the S=4S = 4 branch and pins everything.

Specialist insight

The item is a constraint-satisfaction puzzle disguised as coding. The move that scores is using Q=3SQ = 3S to cut the five possibilities down to two cases, then letting the second equation act as the filter — T=R+S+3T = R + S + 3 has no solution in the S=4S = 4 branch, which is exactly the trap that pulls candidates toward “(c)” or “(d).” Always push both constraints through before declaring “insufficient data”: here the seemingly ambiguous setup is fully determined, and the unique assignment makes P+RT=2P + R - T = 2. The discipline — enumerate the few cases the first equation allows, then eliminate with the second — is the general key for letter-to-number coding under algebraic conditions.

The trap, in one line

Q=3SQ=3S leaves S{4,5}S\in\{4,5\}, but T=R+S+3T=R+S+3 kills the S=4S=4 branch, pinning P=10,R=4,T=12P=10,R=4,T=12 so P+RT=2P+R-T=2 =(b)=(b) — don't quit at "two cases" and call it insufficient.

← All 2024 CSAT questions