Question 248270: What is the probablility of picking a chosen whole number out of 1000 in 10 guesses
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! What is the probablility of picking a chosen whole number out of 1000 in 10 guesses
-----
Assuming the selections are independent,
P(success) = 1/1000
P(failure) = 999/1000
--------------------------
Your Problem:
Binomial with n=10, p = 1/1000, x=1
P(success in 10 tries) = 1 - P(no success in 10 tries)
---
P(no success in 10 tries) = (999/1000)^10 = 0.9900
------------
P(at least one success in 10 tries) = 1-0.99 = 0.01
=======================================================
Cheers,
Stan H.
|
|
|