Difficulty: Easy
Correct Answer: 9
Explanation:
Let totals be
Translate statements
“All sparrows but six” ⇒ non-sparrows = 6 ⇒ T − S = 6.Similarly, T − P = 6 and T − D = 6.Hence S = P = D = T − 6 (all three equal).
Compute
T = S + P + D = 3(T − 6) ⇒ T = 3T − 18 ⇒ 2T = 18 ⇒ T = 9.
Final Answer
9
Discussion & Comments