Posted by troy on Friday, October 21, 2011 at 7:03pm.
prob(fewer than 10 succeed) --> prob(none succeeds + one succeeds + 2 succeed + ...+ 9 succeed)
= (.77)^62 + C(62,1)(.23)(.77^61) + C(62,2)(.23^2)(.77^60) + ... + C(62,9)(.23^9)(.77^53)
= ....
lots of button-pushing here
When I computed this, it came out very oddly.. The C is throwing me off. cNr?
Yes
C(n,r) = nCr
= n!/(r!(n-r)!)
e.g. C(62,2) = 62!/(2!60!) = 1891
most calculators have the nCr key, mine is the 2nd function of the 5 key
e.g. to find C(62,2)
enter:
62
nCr
2
=
to get 1891
PS. I did not take the time to find the final answer to the above string of probabilities.
Related Questions
statistics - It is known that 77% of all new products introduced in grocery ...
statistics - The Denver Post stated that 80% of all new products introduced in ...
Statistics - A certain airplane has two independent alternators to provide ...
statistics - A certain airplane has two independent alternators to provide ...
Economics - Grocery stores and gasoline stations in a large city would appear to...
statistics - We believe that 77% of the population of all Business Statistics I ...
statistics - A company markets educational software products, and is ready to ...
statistics - I cant figure this out, please explain. A certain airplane has (2) ...
maths! - 6) There are three research and development projects focusing on the ...
Geography - You and your partner are considering opening eight new upscale ...
For Further Reading