How many boxes are placed between box S and box M?
- ((a))
One
- ((b))
Two
- ((c))
None
- ((d))
Three
- ((e))
Four
Show Answer
Two
Given: Seven boxes, namely, K, L, M, N, P, R, and S are arranged one above another in a vertical stack, but not necessarily in the same order.
- The number of boxes placed above box M is exactly the same as the number of boxes placed below box M.
| Boxes |
|---|
| M |
- There is exactly one box between M and R.
Here, we have 2 Cases, i.e., Case 1 and Case 2.
| Boxes | |
|---|---|
| Case 1 | Case 2 |
| R | |
| M | M |
| R | |
- Box S is positioned immediately above box R.
| Boxes | |
|---|---|
| Case 1 | Case 2 |
| S | |
| R | |
| M | M |
| S | |
| R | |
- There are three boxes separating S and K.
| Boxes | |
|---|---|
| Case 1 | Case 2 |
| S | K |
| R | |
| M | M |
| K | S |
| R | |
- The number of boxes lying between K and M is equal to the number of boxes lying between L and P.
Now, we can eliminate Case 2.
| Boxes |
|---|
| Case 1 |
| S |
| R |
| M |
| K |
| L/P |
| P/L |
- Box P is not placed at the bottommost position.
| Boxes |
|---|
| Case 1 |
| S |
| R |
| M |
| K |
| P |
| L |
This is our final arrangement,
| Boxes |
|---|
| Case 1 |
| S |
| R |
| N |
| M |
| K |
| P |
| L |
Hence, the correct answer is Two.
















