Bunuel
Competition Mode Question
An army’s recruitment process included n rounds of selection tasks. For the first a rounds, the rejection percentage was 60 percent per round. For the next b rounds, the rejection percentage was 50 percent per round and for the remaining rounds, the selection percentage was 70 percent per round. If there were 100000 people who applied for the army and 1400 were finally selected, what was the value of n?
A. 4
B. 5
C. 6
D. 8
E. 10
Solution:We can create the equation:
100,000 x 0.4^a x 0.5^b x 0.7^(n - a - b) = 1,400
0.4^a x 0.5^b x 0.7^(n - a - b) = 0.014
We see that n - a - b must be 1 since then we have one and only one factor of 0.7 (notice 7 divides into 14 and any higher power of 7 does not divide into 14). So we have:
0.4^a x 0.5^b x 0.7 = 0.014
0.4^a x 0.5^b = 0.02
Now let’s rewrite the decimals as fractions:
(2/5)^a x (1/2)^b = 1/50
Since 50 = 2 x 5 x 5, we see that a ≥ 2 and b ≥ 1. However, if a = 2 and b = 1, we have:
(2/5)^2 x (1/2)^1 = 4/25 x 1/2 = 4/50, which is not 1/50.
Since 4/50 is 4 times 1/50, we need to increase the value of b to 3 so that we can have:
(2/5)^2 x (1/2)^3 = 4/25 x 1/8 = 1/25 x 1/2 = 1/50
So a = 2 and b = 3, since n - a - b = 1, we have:
n - 2 - 3 = 1
n = 6
Answer: C