document.write( "Question 367577: Niall rolls a fair die 50 times. Find:\r
\n" );
document.write( "\n" );
document.write( "a) the expected number of odd numbers\r
\n" );
document.write( "\n" );
document.write( "b) the variance of odd numbers\r
\n" );
document.write( "\n" );
document.write( "c) the standard deviation of odd numbers \n" );
document.write( "
Algebra.Com's Answer #262029 by robertb(5830) You can put this solution on YOUR website! The exercise becomes a binomial experiment with P(odd)= p = 0.5 and P(even) = q= 0.5. \n" ); document.write( "a)the expectation is \n" ); document.write( "\n" ); document.write( "b) the variance is \n" ); document.write( "\n" ); document.write( "c) the SD is just the square root of (b)--around 3.54. \n" ); document.write( " |