document.write( "Question 1040595: Suppose ACT Reading scores are normally distributed with a mean of 21.4 and a standard deviation of 6.4. A university plans to award scholarships to students whose scores are in the top 5%. What is the minimum score required for the scholarship? Round your answer to the nearest tenth, if necessary \n" ); document.write( "
Algebra.Com's Answer #655475 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The z-score for 0.95 is +1.645 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "1.645*6.4=x-21.4 \n" ); document.write( "x=21.4+(6.4*1.645)=21.4+10.5=31.9 \n" ); document.write( "The 95th percentile is at 31.9, and that is the minimum score. \n" ); document.write( " |