document.write( "Question 431891: if a fair coin is tossed 100 times, find the mean and the standard deviation for the number of heads. \n" ); document.write( "
Algebra.Com's Answer #299594 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Mean = n * p = 100 * 0.5 = 50 (heads)
\n" ); document.write( "n = NUMBER OF TOSSES
\n" ); document.write( "p = PROBABILITY OF SUCCESS (heads)\r
\n" ); document.write( "\n" ); document.write( "Standard Deviation = SQRT [n * p (1 - p)] = SQRT[ 100 * 50 (1 - 0.5)] = 50\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );