1. Translate the Ratios:
• p1 = R1 / R2
• p2 = R2 / R3
2. Rephrase the Core Question:
• Is R3>R2 ? This is the same as asking if R2/R3 < 1. So, is p2 < 1?
• Is R3 > R1? This is the same as asking if R1 / R3 < 1. We know R1 = p1 * R2 and `R2 = p2 * R3`. So, `R1 = p1 * p2 * R3`. The question becomes, is `(p1 * p2 * R3) / R3 < 1`? So, is `p1 * p2 < 1`?
2. Our new question: Is `p2 < 1` AND is `p1 * p2 < 1`?
3. Check the Statements:
• (1) `p1 < p2`: Useless alone. `p1=2, p2=3` -> No. `p1=0.5, p2=0.6` -> Yes. Insufficient.
• (2) `p2 < 1`: This tells us `R3 > R2`. But we don’t know about `p1`. If `p1=5` and `p2=0.5`, then `p1*p2 = 2.5 > 1`, so `R1 > R3`. No. If `p1=1.5` and `p2=0.5`, then `p1*p2 = 0.75 < 1`. Yes. Insufficient.
4. Combine (1) and (2):
• We have `p1 < p2` and `p2 < 1`.
• This means `p1 < p2 < 1`. So, both `p1` and `p2` are positive numbers that are less than 1.
• Is `p2 < 1`? Yes, Statement (2) says so.
• Is `p1 * p2 < 1`? Yes, the product of two positive numbers less than 1 is always less than 1.
• Since we get a definitive “Yes” to both conditions, the combined statements are Sufficient.