The probabaility that Annie hits the target with a shot is 0.28. Find the least number of shots Annie must fire so that the probabaility of at least one successful shot is greater than 0.99.
The probabaility that Annie hits the target with a shot is 0.28. Find the least number of shots Annie must fire so that the probabaility of at least one successful shot is greater than 0.99.
Thanks in advance
X~B(n,0.28) X: the no of successful shots P(X≥1)>0.99(as the prob of getting at least 1 successful shot is greater than 0.99) 1−P(X=0)>0.99 P(X=0)<0.01 (1−0.28)n<0.01 n×ln0.72<ln0.01 n>? <--- Can you find n now? And no, this topic is not boring
X~B(n,0.28) X: the no of successful shots P(X≥1)>0.99(as the prob of getting at least 1 successful shot is greater than 0.99) 1−P(X=0)>0.99 P(X=0)<0.01 (1−0.28)n<0.01 n×ln0.72<ln0.01 n>? <--- Can you find n now? And no, this topic is not boring
oh god, after P(X=0) < 0.01, I have no idea whats happening, could you explain it please?
OK so what is the formula you use for finding P(X=r) for the binomial distribution? (without using the table of course ) When r=0, what should the formula be? Answer me first then we'll go ahead
Yeah so do you understand the first line below P(X=0)<0.01 now? From there: 0.72n<0.01(q=0.72) To find n, we use log/ln formula (you can use either log or ln, that won't change the answer). Using ln on both sides gives: ln0.72n<ln0.01 n can be taken down so: n×ln0.72<ln0.01 Take ln 0.72 to the other side. as 0.72<1, ln0.72<0 (remember for x<1, lnx<0) so we have to change the sign: n>ln0.72ln0.01 So can you find n now? If there's any part you don't understand, just ask
oh ic ok i understand the line below that now: 0.72^n <0.01 and from there... we havent done logs and stuff yet so i wont be able to do it this way is there any other way to find the value of n from there?
Uhm sorry that's how I often solve it. Without using log I don't think it is possible to solve this question when p or at least 1-p is not given in the table(someone please correct me if I'm wrong ). Your teacher shouldn't have set you this question without having taught log first