document.write( "Question 1075367: Could someone show me how to answer these? \r
\n" );
document.write( "\n" );
document.write( "If x is a binomial variable with p = .4 and n = 25, write the probability that you would be looking for after you have applied the continuity correction factor for the following conditions for x:\r
\n" );
document.write( "\n" );
document.write( "3) x = 5\r
\n" );
document.write( "\n" );
document.write( "4) x > 5\r
\n" );
document.write( "\n" );
document.write( "5) x ≤ 5
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #690051 by Boreal(15235) You can put this solution on YOUR website! x=5; probability is 25C5(0.4)^5*0.6^20=0.0199. This is exact. \n" ); document.write( "with continuity correction factor \n" ); document.write( "use 4.5 and 5.5 ; mean is np=10; variance is np(1-p)=6; sd = sqrt (6). This is the normal distribution which is continuous, but we have a discrete distribution. For a specific value, we use z on each side of the integer, from the half below to the half above, since the probability of anything in a continuous function is 0 at a specific point. \n" ); document.write( "z=(5.5-10)/sqrt (6)=-1.840 \n" ); document.write( "z=(4.5-10)/sqrt(6)=-2.24 \n" ); document.write( "Want z between -1.84 and -2.24 \n" ); document.write( "It is 0.0203 \n" ); document.write( "For >n use 5.5, we add 0.5 and go from there \n" ); document.write( "Now it is z>-1.84, which is 0.9671. \n" ); document.write( "For <=n, use 4.5, we subtract 0.5 and go from there. \n" ); document.write( "That is z<-2.24 or probability of 0.0125.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |