document.write( "Question 1131883: Can I get help in solving this problem?
\n" );
document.write( "a. For classes of 222 students, find the mean and standard deviation for the number born on the 4th of July. Ignore leap years.
\n" );
document.write( "b. For a class of 222 students, would two be an unusually high number who was born on the 4th of July?
\n" );
document.write( "a. The value of the mean is μ =
\n" );
document.write( " (Round to six decimal places as needed.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #748595 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! probability is (1/365) \n" ); document.write( "so mean is np=222/365 or 0.608219 \n" ); document.write( "variance is np(1-p)=0.608*(364/365)=0.606 \n" ); document.write( "sd is sqrt(V)=0.78 \n" ); document.write( "probability two are born on that day is within 2 sd s of the mean \n" ); document.write( "it is 365C2*(1/365)^2*(364/365)^220 \n" ); document.write( "=0.2727, Not at all unlikely. \n" ); document.write( "Can use 6 decimal places for the others; question wasn't clear to which it applied. \n" ); document.write( " |