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