document.write( "Question 630051: A fair coin tossed 64 times. Find the probability of getting 32 to 40 heads inclusive \n" ); document.write( "
Algebra.Com's Answer #396703 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
A fair coin tossed 64 times. Find the probability of getting 32 to 40 heads inclusive
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "The first tutor forgot to subtract .5 from the lower bound and to add .5\r\n" );
document.write( "to the upper bound when using the normal to approximate the binomial.\r\n" );
document.write( "The second tutor got it correct using Excel to do the calculations.  In fact\r\n" );
document.write( "it is probably more accurate than below, but I think your teacher intended you\r\n" );
document.write( "to use the following method.\r\n" );
document.write( "\r\n" );
document.write( "You're probably supposed to use the normal approximation, as the first tutor\r\n" );
document.write( "assumed but she forgot about the \".5\". \r\n" );
document.write( "\r\n" );
document.write( "Calculate the mean = n×p = 64×.5 = 32\r\n" );
document.write( "\r\n" );
document.write( "Standard deviation = \"sqrt%28n%2Ap%2A%281-p%29%29\" = \"sqrt%2864%2A.5%2A.5%29\" = 4\r\n" );
document.write( "\r\n" );
document.write( "Then calculate the z-scores for x = 31.5 and 40.5.  (we subtract .5 from\r\n" );
document.write( "the lower bound 32 and add .5 to the upper bound 40).\r\n" );
document.write( "\r\n" );
document.write( "z = \"%28x-mu%29%2Fsigma\" = \"%2831.5-32%29%2F4\" = -.125 round to hundredths -.13 \r\n" );
document.write( "\r\n" );
document.write( "z = \"%28x-mu%29%2Fsigma\" = \"%2840.5-32%29%2F4\" = 2.125 round to hundredths 2.13\r\n" );
document.write( "\r\n" );
document.write( "We look those z-values up in the normal table. Depending on which kind of\r\n" );
document.write( "normal table you have, you do one of these: \r\n" );
document.write( "\r\n" );
document.write( "  subtract .9834 - .4483 = .5351  if your table has negative values of z.      \r\n" );
document.write( "\r\n" );
document.write( "or you add .0517 + .4834 = .5351  if your table has only positive z values.\r\n" );
document.write( "\r\n" );
document.write( "Either way the answer is .5351\r\n" );
document.write( " \r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );