A boy was hungry. He decided to eat mangoes from a tree by shooting at them with a catapult and stones, and making them fall down.
The probability of the boy hitting the mango is . How many minimum attempts must he shoot so that probability of hitting the mango at least once is more than 0.99 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For each shot, the probability of not hitting a mango is 1 − 4 3 = 4 1 . The probability of not hitting a mango after n shots is therefore ( 4 1 ) n = 4 n 1 .
This has to be less than 0 . 0 1 , so
4 n 1 4 n n < 1 0 0 1 > 1 0 0 > lo g 4 1 0 0 ≈ 3 . 3
Since n has to be an integer, the smallest possible value is 4 .