document.write( "Question 1162902: The manufacturer of a fertilizer guarantees that, with the aid of the fertilizer, 70% of planted seeds will germinate. Suppose the manufacturer is correct. If 7
\n" );
document.write( "seeds planted with the fertilizer are randomly selected, what is the probability that more than 5 of them germinate?
\n" );
document.write( "Carry your intermediate computations to at least four decimal places, and round your answer to two decimal places. \n" );
document.write( "
Algebra.Com's Answer #786975 by Boreal(15235) You can put this solution on YOUR website! want to know probability that 6 and 7 will germinate \n" ); document.write( "7 is 0.7^7=0.0824 \n" ); document.write( "6 is 7*0.7*6*0.3=0.2471 \n" ); document.write( "The sum is 0.3295 or 0.33 \n" ); document.write( " |