Question 1
Five boxes (A, B, C, D, E) are stacked vertically (Position 1 is bottom, 5 is top). Each box is painted a different color from: White, Blue, Yellow, Red, Green.
Given information:
• Box A is at the bottom (Position 1).
• The Green box is at the top (Position 5).
• Box C is immediately above Box B.
• The box at Position 3 is Yellow.
• Box B is not Red.
What color is Box D?
Step-by-step Solution:
1. Direct Placements:
- Position 1: Box A (White)
- Position 5: Box E (Green)
- Position 3: Yellow
2. Build Complete Stack:
| Position | Box | Color |
|----------|-----|-------|
| 5 | E | Green |
| 4 | D | Red |
| 3 | C | Yellow |
| 2 | B | Blue |
| 1 | A | White |
3. Find Box D:
- Box D is at Position 4
- Its color is Red
Answer: Red
1. Direct Placements:
- Position 1: Box A (White)
- Position 5: Box E (Green)
- Position 3: Yellow
2. Build Complete Stack:
| Position | Box | Color |
|----------|-----|-------|
| 5 | E | Green |
| 4 | D | Red |
| 3 | C | Yellow |
| 2 | B | Blue |
| 1 | A | White |
3. Find Box D:
- Box D is at Position 4
- Its color is Red
Answer: Red