Five boxes P, Q, R, S, T are stacked one above the other. R is above S but below Q. T is at the bottom. P is just above T. Which box is at the top?
Explanation
To solve this arrangement problem from image_8097a3.png, we analyze the positions step by step based on the given conditions:
1. Analyze the constraints:
T is at the bottom (Position 5).
P is just above T (Position 4).
R is above S but below Q (Q > R > S).
2. Determine the stack sequence:
Since we have 5 spots and T is in position 5 and P is in position 4, the remaining boxes (Q,R,S) must occupy positions 1, 2, and 3.
Following the condition Q > R > S, we arrange them as:
Position 1: Q
Position 2: R
Position 3: S
Position 4: P
Position 5: T
3. Conclusion:
Based on the arrangement, the box at the top is Q.
Correct Answer: Option 2