document.write( "Question 866758: I need help reducing/increasing likelihood/probabilities. Here is the question I'm attempting to answer: A cereal manufacturer places one movie ticket in every tenth box of cereal. They are then randomly distributed for sale. One family buys eight boxes. Now, use the binomial table to find the probability that the family will find a) exactly three movie tickets, b) at least one movie ticket. \n" ); document.write( "
Algebra.Com's Answer #522476 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "p(ticket) = 1/10 = .1, n = 8
\n" ); document.write( "P(x=3) = binompdf(8, .1, 3)= .0331
\n" ); document.write( "P(at least one) = 1 - P(none) = 1 - (.9)^8 = .5695
\n" ); document.write( "Note: typos \n" ); document.write( "
\n" );