document.write( "Question 934559: In 2005, the mean score on the verbal portion of the SAT for college-bound seniors was 508 with a standard deviation of 113. Assume the test scores are normally distributed. \r
\n" );
document.write( "\n" );
document.write( "a. What percent of the SAT verbal scores are less than 590?\r
\n" );
document.write( "\n" );
document.write( "b. If 1200 SAT verbal scores are randomly selected, about how many would you expect to be greater than 525? \n" );
document.write( "
Algebra.Com's Answer #567930 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! a) calculate z-score for 590 \n" ); document.write( "z-score = (590 - 508) / 113 = 0.725663717 approx 0.73 \n" ); document.write( "Pr(X<590) = 0.7673 \n" ); document.write( "b) Pr(X>525) = 1 - Pr(X<525) \n" ); document.write( "calculate the z-score for 525 \n" ); document.write( "note that the sample size is 1200 > 40, so we can use the population standard deviation \n" ); document.write( "z-score = (525 - 508) / 113 = 0.150442478 approx 0.15 \n" ); document.write( "Pr(X>525) = 1 - Pr(X<525) = 1 - 0.5596 = 0.4404 \n" ); document.write( " \n" ); document.write( " |