Five sealed urns, labelled P, Q, R, S, and T, each contain the same (non-zero) number of balls. The following statements are attached to the urns.
Urn P This urn contains one or four balls.
Urn Q This urn contains two or four balls.
Urn R This urn contains more than two balls and fewer than five balls.
Urn S This urn contains one or two balls.
Urn T This urn contains fewer than three balls.
Exactly one of the urns has a true statement attached to it.
Which urn is it?
- AUrn P
- BUrn Q
- CUrn R
- DUrn S
- EUrn T
Show the answer and worked solution
answer · C
- AUrn P
- BUrn Q
- CUrn R
- DUrn S
- EUrn T
Every urn holds the same number n, so just test each value of n and count how many statements come out true. For n=1: P, S and T are true — three. For n=2: Q, S and T — three. For n=3: only R — exactly one. For n=4: P, Q and R — three. For n ≥ 5 none is true. So n=3 and the single true statement is on urn R.