Which box is the topmost box?
- ((a))
Box N
- ((b))
Box M
- ((c))
Box Q
- ((d))
Box R
- ((e))
Box S
Show Answer
Box N
Boxes: M, N, O, P, Q, R and S.
-
Box P is three boxes above box O, which is an odd numbered box. So, box O can be either box 7 or box 5.
-
Box Q is prime numbered box but not adjacent to box P. So, box Q can be either box 2 in case 1 or box 7 in case 2.
| Box Number | Case 1 | Case 2 |
|---|---|---|
| 1 | ||
| 2 | Q | P |
| 3 | ||
| 4 | P | |
| 5 | O | |
| 6 | ||
| 7 | O | Q |
- Box M is just above box S.
| Box Number | Case 1 | Case 2 |
|---|---|---|
| 1 | ||
| 2 | Q | P |
| 3 | M | |
| 4 | P | S |
| 5 | M | O |
| 6 | S | |
| 7 | O | Q |
- Box N is above box R, which is not adjacent to box P. (So, case 1 would be invalid)
| Box Number | Boxes |
|---|---|
| 1 | N |
| 2 | P |
| 3 | M |
| 4 | S |
| 5 | O |
| 6 | R |
| 7 | Q |
Hence, box N is the topmost box.



























