document.write( "Question 980506: a seed company advertises that, if its seeds are properly planted, 95% of them will germinate. What is the probability that, when 20 seeds are properly planted, at least 15 will germinate - answer \n" ); document.write( "
Algebra.Com's Answer #601639 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
This is a binomial probability problem with P(success) = 0.95
\n" ); document.write( "In this case the number of trials is 20 and the number of successes is 15 or greater.
\n" ); document.write( "P(15 germinate) = C(20,15)*0.95^15*0.05^5 = 0.00257
\n" ); document.write( "etc.
\n" ); document.write( "If we calculate all the probabilities P(15) to P(20) and add we get 0.99967.
\n" ); document.write( "
\n" );