document.write( "Question 528866: A botanist is studying a new hybrid Kentucky blue grass seed. It is known that these grass seeds have a 95% probability of germinating. If six seeds were planted what is the probability that exactly four seeds will germinate? or at least five will germinate? or at most one will not germinate? \n" ); document.write( "
Algebra.Com's Answer #349571 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A botanist is studying a new hybrid Kentucky blue grass seed. It is known that these grass seeds have a 95% probability of germinating. If six seeds were planted what is the probability::
\n" ); document.write( "---
\n" ); document.write( "Binomial Problems with n = 6 and p(germinate) = 0.95 ; p(not germ) = 0.05
\n" ); document.write( "-------------------
\n" ); document.write( "P(that exactly four seeds will germinate) = 6C4*0.95^4*0.05^2 = 0.0305
\n" ); document.write( "----------------------\r
\n" ); document.write( "\n" ); document.write( "P(at least five will germinate) = 1 - binomcdf(6,0.45,4) = 0.9672
\n" ); document.write( "-----------------------\r
\n" ); document.write( "\n" ); document.write( "P(at most one will not germinate) = 1 - P(all will germinate)
\n" ); document.write( "= 1 - 0.95^6 = 0.2649
\n" ); document.write( "========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "========================
\n" ); document.write( "
\n" );