document.write( "Question 294344: The probability that a pumpkin seed will germinate is 70%. A gardener plants in batches of 12.
\n" );
document.write( "1. what is the probability that exactly 10 seeds in a batch will germinate?
\n" );
document.write( "2. what is the probability that 10 or more seeds in a batch will germinate?
\n" );
document.write( "3. what is the probability that all seeds in a batch will germinate?
\n" );
document.write( "4. find the mean U *backwards u symbol*
\n" );
document.write( "5. find the the varience 0 and a little 2
\n" );
document.write( " *the question is find the variance for than its the selection symbol with a
\n" );
document.write( " small 2 above.
\n" );
document.write( "I do apologize if this is confusing. \n" );
document.write( "
Algebra.Com's Answer #212264 by stanbon(75887) ![]() You can put this solution on YOUR website! The probability that a pumpkin seed will germinate is 70%. A gardener plants in batches of 12. \n" ); document.write( "--- \n" ); document.write( "These are all binomial with n = 12 and p = 0.7 \n" ); document.write( "--------------- \n" ); document.write( "1. what is the probability that exactly 10 seeds in a batch will germinate? \n" ); document.write( "P(x = 10) = 12C10(0.7)^10*(0.3)^2 = \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "2. what is the probability that 10 or more seeds in a batch will germinate? \n" ); document.write( "P(10<= x <=12) = 1 - binomcdf(12,0.7,9) \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "3. what is the probability that all seeds in a batch will germinate? \n" ); document.write( "P(x = 12) = 0.7^12 \n" ); document.write( "-------------------------------- \n" ); document.write( "4. find the mean U *backwards u symbol* \n" ); document.write( "mean = np = 12*0.7 \n" ); document.write( "--------------------------------- \n" ); document.write( "5. find the the varience 0 and a little 2 \n" ); document.write( "variance = npq = 12*0.7*0.3 \n" ); document.write( "====================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================================================== \n" ); document.write( " \n" ); document.write( " |