document.write( "Question 672683: Could someone please help me to understand this problem. I am not sure how to go about even trying to do it. Thanks in advance it is very much appreciated.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Answer the following:\r
\n" );
document.write( "\n" );
document.write( "(A) Find the binomial probability P(x = 5), where n = 14 and p = 0.30.\r
\n" );
document.write( "\n" );
document.write( "(B) Set up, without solving, the binomial probability P(x is at most 5) using probability notation.\r
\n" );
document.write( "\n" );
document.write( "(C) How would you find the normal approximation to the binomial probability P(x = 5) in part A? \r
\n" );
document.write( "\n" );
document.write( "Please show how you would calculate µ and σ in the formula for the normal approximation to the binomial, and show the final formula you would use without going through all the calculations. \n" );
document.write( "
Algebra.Com's Answer #418267 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! (A) Find the binomial probability P(x = 5), where n = 14 and p = 0.30. \n" ); document.write( "----- \n" ); document.write( "P(x = 5) = 14C5*0.3^5*0.7^9 = binompdf(14,0.3,5) = 0.1963 \n" ); document.write( "------------------- \n" ); document.write( "(B) Set up, without solving, the binomial probability P(x is at most 5) using probability notation. \n" ); document.write( "P(0<= x <=5) = binomcdf(14,0.3,5) = 0.1963 \n" ); document.write( "I used a TI-84+ \n" ); document.write( "-------------------------- \n" ); document.write( "(C) How would you find the normal approximation to the binomial probability \n" ); document.write( "P(x = 5) in part A? \n" ); document.write( "----- \n" ); document.write( "The noral approx calls for P(4.5<= x <=5.5) \n" ); document.write( "u = np = 14*0.3 = 4.2 \n" ); document.write( "std = sqrt(npq) = sqrt(4.2*0.7) = 1.71 \n" ); document.write( "--- \n" ); document.write( "z(4.5) = (4.5-4.2)/1.71 = 0.1754 \n" ); document.write( "z(5.5) = (5.5-4.2)/1.71 = 0.7502 \n" ); document.write( "----- \n" ); document.write( "P(4..5<= x <=5.5) = P(0.1754<= z <=0.7502) = 0.2038 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |