document.write( "Question 996845: Assume that x is a binomial experiment with n = 15 and p = 0.3.
\n" );
document.write( "Compute P(x = 2). Show your work.
\n" );
document.write( "Use Excel to get the printout of the probability distribution. Use “=binom.dist” function. See page 66 of the course packet and pages 155-156 of your textbook.
\n" );
document.write( "Use the binomial probability distribution from part c to calculate P(x ≥ 8).
\n" );
document.write( "Use the short-cut formula to compute E(x), and the variance and the standard deviation of x.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #615133 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! P(x=2)=15C2(0.3)^2(0.7)^13=105*(0.09)(0.009688) \n" ); document.write( "without rounding until the end, that is 0.0916 \n" ); document.write( "======== \n" ); document.write( "P (x>=8) Use the table. The cumulative probability through x=7 is 0.95, so the probability of >=8 is 0.05. \n" ); document.write( "=============== \n" ); document.write( "E(x)=np=15*0.3=4.5 \n" ); document.write( "variance is np(1-p)=15(0.3)(0.7)=3.15 \n" ); document.write( "sd=1.77 \n" ); document.write( " \n" ); document.write( " |