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: Yellow, White, Blue, 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 Blue.
• Box C is not White.
What color is Box D?
Step-by-step Solution:
1. Direct Placements:
- Position 1: Box A (Yellow)
- Position 5: Box E (Green)
- Position 3: Blue
2. Build Complete Stack:
| Position | Box | Color |
|----------|-----|-------|
| 5 | E | Green |
| 4 | D | Red |
| 3 | C | Blue |
| 2 | B | White |
| 1 | A | Yellow |
3. Find Box D:
- Box D is at Position 4
- Its color is Red
Answer: Red
1. Direct Placements:
- Position 1: Box A (Yellow)
- Position 5: Box E (Green)
- Position 3: Blue
2. Build Complete Stack:
| Position | Box | Color |
|----------|-----|-------|
| 5 | E | Green |
| 4 | D | Red |
| 3 | C | Blue |
| 2 | B | White |
| 1 | A | Yellow |
3. Find Box D:
- Box D is at Position 4
- Its color is Red
Answer: Red