document.write( "Question 1007999: A certain brand of tomato seeds has a 0.75 probability of germinating. To increase the chance that at least one tomato plant per seed hill germinates, a gardener plants four seeds in each hill. (Round your answers to five decimal places.)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(a) What is the probability that at least one seed will germinate in a given hill?
\n" );
document.write( "(b) What is the probability that two or more seeds will germinate in a given hill?
\n" );
document.write( "(c) What is the probability that all four seeds will germinate in a given hill?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #623772 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A certain brand of tomato seeds has a 0.75 probability of germinating. To increase the chance that at least one tomato plant per seed hill germinates, a gardener plants four seeds in each hill. (Round your answers to five decimal places.) \n" ); document.write( "---- \n" ); document.write( "Binomial Problems with n = 4 and p(germinate) = 0.75 ; p(not germinate) = 0.25 \n" ); document.write( "------------------- \r \n" ); document.write( "\n" ); document.write( "(a) What is the probability that at least one seed will germinate in a given hill? \n" ); document.write( "P(1<= x <=4) = 1 - p(x = 0) = 1 - 0.25^4 = 0.9961 \n" ); document.write( "-------------------------- \n" ); document.write( "(b) What is the probability that two or more seeds will germinate in a given hill? \n" ); document.write( "P(2<= x <=4) = 1 - binomcdf(4,0.75,1) = 0.9492 \n" ); document.write( "--------------------- \n" ); document.write( "(c) What is the probability that all four seeds will germinate in a given hill? \n" ); document.write( "P(x = 4) = 0.75^4 = 0.3164 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " \n" ); document.write( " |