I took a lot of time doing this.
IMO C
If out of 100 , 60 are rejected then selected are 100(0.4). And if i were to follow this logic for each round I keep multiplyinf with 0.4 until round A is over.
I break it down to :
100000(0.4)^a
Similarly for other rounds
Finally equation looks like -->
100000(0.4^a)(0.5^b) (0.7^c) = 1400
Note a+b+c = n. (total rounds)
(0.4^a)(0.5^b) (0.7^c) = 14/1000
Notice that 4x5x7 = 140
So if we put a,b,c as 1 , we get 140/1000. But we need 14/1000. (Consider this as point 1)
So we need to acquire 1/10 more from the (0.4^a)(0.5^b) (0.7^c).
I did hit and trial. Took me a lot of time. Therefore, I welcome better approach from someone.
4/10 x 5/10 give 2/10. I need 1/10. I multiply one more 5/10 so i get 10/100.
Therefore 0.4 x 0.5 * 0.5 gives 1/10.
So final powers are as follows.
0.4 --> 2 one from 1/10 calc. And one from (point 1 above)
0.5 ---> 3
0.7 ---> 1
Total n = 6
Please tell me a shorter approach. I spent almost 10 minutes at this problem.
Also, do we really get such problems of hit and trial?? I suppose that could take a lot of time.
Posted from my mobile device