document.write( "Question 464210: A college requires applicants to have an ACT score in the top 12% of all test scores. The ACT scores are normally distributed, with a mean of 21.5 and a standard deviation of 4.7.\r
\n" );
document.write( "\n" );
document.write( " i) type of distribution: _sampling distributions of mean______________\r
\n" );
document.write( "\n" );
document.write( " ii) find the mean: __21.5 points________ and standard deviation: ____4.7 points______\r
\n" );
document.write( "\n" );
document.write( " iii) find the following:
\n" );
document.write( " a. Find the lowest test score that a student could get and still meet the college’s requirement.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "b. If 1300 students are randomly selected, how many would be expected to have a test score that would meet the college’s requirement?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "c. How does the answer to part (a) change if the college decided to accept the top 15% of all test scores?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #318831 by stanbon(75887) ![]() You can put this solution on YOUR website! A college requires applicants to have an ACT score in the top 12% of all test scores. The ACT scores are normally distributed, with a mean of 21.5 and a standard deviation of 4.7. \n" ); document.write( "i) type of distribution: _sampling distributions of mean______________ \n" ); document.write( "ii) find the mean: __21.5 points________ and standard deviation: ____4.7 points______ \n" ); document.write( "iii) find the following: \n" ); document.write( "a. Find the lowest test score that a student could get and still meet the college’s requirement. \n" ); document.write( "--- \n" ); document.write( "Find the z-score with a right tail of 12%: invNorm(0.88) = 1.1758 \n" ); document.write( "score = 1.1758*4.7+21.5 = 27.0224 \n" ); document.write( "=======================================\r \n" ); document.write( "\n" ); document.write( "b. If 1300 students are randomly selected, how many would be expected to have a test score that would meet the college’s requirement? \n" ); document.write( "--- \n" ); document.write( "0.12*1300 = 156 \n" ); document.write( "=======================\r \n" ); document.write( "\n" ); document.write( "c. How does the answer to part (a) change if the college decided to accept the top 15% of all test scores? \n" ); document.write( "Find the z-value with a left tail of 0.85: invNorm(0.85) = 1.0364 \n" ); document.write( "score = 1.0364*4.7+21.5 = 26.3712 \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |