document.write( "Question 1085498: A biologist estimates that 40% of the deer in a region carry a certain type of tick. For a sample of 300 deer selected at random, what is the chance that 124 or fewer deer have this tick?
\n" );
document.write( "
\n" );
document.write( "0.864
\n" );
document.write( "
\n" );
document.write( "0.702
\n" );
document.write( "
\n" );
document.write( "0.404
\n" );
document.write( "
\n" );
document.write( "0.298
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #699589 by Boreal(15235) You can put this solution on YOUR website! Expected value is 120 \n" ); document.write( "Can do it by 1 sample proportion (0.4133-0.4)/SE \n" ); document.write( "std error is sqrt (p*(1-p))/300 \n" ); document.write( "=0.0283 \n" ); document.write( "(0.0133/0.0283)=z \n" ); document.write( "z=0.47 \n" ); document.write( "probability z < 0.47 is 0.6808 \n" ); document.write( "B \n" ); document.write( "Can use normal approximation \n" ); document.write( "mean is 120 \n" ); document.write( "variance is 120*0.6 (np(1-p)=72 \n" ); document.write( "sd is sqrt (72)=8.484 \n" ); document.write( "(124-120)/8.484=0.4714=z \n" ); document.write( "same answer. \n" ); document.write( "In this instance want something close to 0.5 and greater than. \n" ); document.write( " |