document.write( "Question 133851: Here is one that is really puzzling me.
\n" );
document.write( "A die is rolled 360 times. Find the standard deviation for the number of 3's that will be rolled. \r
\n" );
document.write( "\n" );
document.write( "I am not even sure where to begin with that. \n" );
document.write( "
Algebra.Com's Answer #97932 by nanaktutors@yahoo.com(8)![]() ![]() ![]() You can put this solution on YOUR website! Ans. X = no of 3’s out of 360 times a die is rolled \n" ); document.write( "X follows Binomial(n , p) \n" ); document.write( "Where n=360 p=1/6 \n" ); document.write( "SD =sqrt[np(1-p)] = 7.07 \n" ); document.write( " \n" ); document.write( " |