document.write( "Question 84753: The scores for a standardized reading test are found to be normally distributed with a mean of 500 and a standard diviation of 60. If the test is given to 900 students, how many are expected to have scores between 500 and 620?
\n" );
document.write( "A)306
\n" );
document.write( "b) 432
\n" );
document.write( "c)459
\n" );
document.write( "d)612 \n" );
document.write( "
Algebra.Com's Answer #61051 by Scriptor(36)![]() ![]() ![]() You can put this solution on YOUR website! Hello,\r \n" ); document.write( "\n" ); document.write( "Let's calculate the probability that one student has a score between 500 and 600. This is P(500< X < 620) \n" ); document.write( "I use the notation X for the score:\r \n" ); document.write( "\n" ); document.write( "P(500 < X < 620) \n" ); document.write( "= P( 500 - 500 < X - 500 < 620 - 500) (subtract 500 on all sides)\r \n" ); document.write( "\n" ); document.write( "= P(0 < X - 500 < 120)\r \n" ); document.write( "\n" ); document.write( "= P (0/60 < (X-500)/60 < 120/60) (divide bij 60 on all sides)\r \n" ); document.write( "\n" ); document.write( "= P(0 < (X-500)/60 < 2)\r \n" ); document.write( "\n" ); document.write( "Since X is normally distributed with mean 500 and std 60, we have that \n" ); document.write( "(X-500)/60 is standardnormally distibuted:\r \n" ); document.write( "\n" ); document.write( "X~N(500,60²) <=> (X-500)/60 ~ N(0,1)\r \n" ); document.write( "\n" ); document.write( "This means that:\r \n" ); document.write( "\n" ); document.write( "= P(0 < (X-500)/60 < 2) = Phi(2) - Phi(0)\r \n" ); document.write( "\n" ); document.write( "The values of Phi(2) and Phi(0) can be looked up, they are: \n" ); document.write( "Phi(2)= 0.9772 and Phi(0)= 0.5\r \n" ); document.write( "\n" ); document.write( "=> P(0 < (X-500)/60 < 2) = 0.9972 - 0.5 \n" ); document.write( " = 0.4772 \n" ); document.write( " ~ 0.48\r \n" ); document.write( "\n" ); document.write( "This means that there is 48% that the score will be wetween 500 and 620. \n" ); document.write( "For 900 students we thus expect that we expect 0.48*900=432 students with a score between 500-620.\r \n" ); document.write( "\n" ); document.write( "Answer: 432 \n" ); document.write( " \n" ); document.write( " |