document.write( "Question 1050594: If a die is rolled 12 times, what is the probability that it will land on 4, six out of the 12 trials?\r
\n" );
document.write( "\n" );
document.write( "a) What is the answer for x and n?\r
\n" );
document.write( "\n" );
document.write( "b) What is the mean, variance, and standard deviation for this binomial experiment? \n" );
document.write( "
Algebra.Com's Answer #666164 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a die is rolled 12 times, what is the probability that it will land on 4, six out of the 12 trials? \n" ); document.write( "Binomial Problem with n = 12 and p = 1/6 \n" ); document.write( "P(x = 6) = 12C6*(1/6)^6*(5/6)^6 = binompdf(12,1/6,6) = 0.0066 \n" ); document.write( "What is the answer for x and n? \n" ); document.write( "b) What is the mean, variance, and standard deviation for this binomial experiment? \n" ); document.write( "mean = n*p = 12*(1/6) = 2 \n" ); document.write( "variance = n*p*q = 2(5/6) = 5/3 \n" ); document.write( "--- \n" ); document.write( "std = sqrt(n*p*q) = sqrt(5/3) = 1.2910 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |