document.write( "Question 1197495:  Two standardized tests, test A and test B, use very different scales. Assume that in one year the distribution of scores on test A can be modeled by N(1100,25)and scores on test B can be modeled by N(11,2) . If an applicant to a university has taken test A and scored 1190 and another student has taken test B and scored 15 , compare these students' scores using z-values. Which one has a higher relative score? Explain.
\n" );
document.write( "The z-value of the test A score is 
\n" );
document.write( "  
\n" );
document.write( "enter your response here.
\n" );
document.write( "(Round to two decimal places as needed.) 
\n" );
document.write( "Part 2
\n" );
document.write( "The z-value of the test B score is 
\n" );
document.write( "  
\n" );
document.write( "enter your response here.
\n" );
document.write( "(Round to two decimal places as needed.)  \n" );
document.write( "
| Algebra.Com's Answer #830785 by math_tutor2020(3817)      You can put this solution on YOUR website! \n" ); document.write( "Test A's scores are distributed according to N(1100,25) \n" ); document.write( "We have a normal distribution with mean mu = 1100 and standard deviation sigma = 25 \n" ); document.write( "The template is N(mu, sigma)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If a person gets a score of x = 1190 on test A, then, \n" ); document.write( "z = (x - mu)/sigma \n" ); document.write( "z = (1190 - 1100)/25 \n" ); document.write( "z = 3.6 \n" ); document.write( "This person got a score exactly 3.6 standard deviations above the mean.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Test B's scores are distributed by N(11,2) \n" ); document.write( "mu = 11 \n" ); document.write( "sigma = 2 \n" ); document.write( "If a person scored x = 15 on this test, then, \n" ); document.write( "z = (x - mu)/sigma \n" ); document.write( "z = (15 - 11)/2 \n" ); document.write( "z = 2 \n" ); document.write( "This person got a score 2 standard deviations above the mean.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We see that the person taking test A did better compared to their peers. By \"peers\" I mean the people taking the same test. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers: \n" ); document.write( "z score for test A: 3.6 \n" ); document.write( "z score for test B: 2 \n" ); document.write( "Who has a higher relative score? The person who took test A \n" ); document.write( " \n" ); document.write( " |