Concept:This is a floor arrangement puzzle. It is solved by testing possible positions of
A and
T.
Explanation:A lives on an even-numbered floor and
T is immediately below
A.
So, the possible floor pairs for
(A,T) are
(2,1),
(4,3), or
(6,5).
Exactly one person lives between
T and
L, so
L is two floors away from
T.
Check
(A,T)=(6,5): then
L must be on floor
3.
Now
W is two floors away from
L, so
W would be on floor
1. But
W must be immediately above
O, which is impossible here.
Check
(A,T)=(4,3): then
L can be on floor
1 or floor
5.
In both cases,
W would need floor
3, which is already occupied by
T, or an invalid floor, so this case fails.
Hence,
(A,T)=(2,1) is the correct pair.
Then
L lives on floor
3, since one person lies between
T and
L.
Exactly one person lies between
W and
L, and
W is immediately above
O.
So
W is on floor
5, and
O is on floor
4.
Therefore, the person immediately above
L (floor
3) is on floor
4.
Answer:O lives immediately above
L.
Correct option: C. O