document.write( "Question 1019510: The first three scores of each of the four studends are shown. Each test is 100 points. Each student hopes to maintain a mean score of 85. Find the score needed by each student on the fourth test to have mean score of 85, or explain why such value is not possible.
\n" );
document.write( "A. Lisa: 78, 80, 100
\n" );
document.write( "B. Mary: 90, 92 ,95
\n" );
document.write( "C. Lina: 79, 80, 81
\n" );
document.write( "D. Willie: 65, 80, 80 \n" );
document.write( "
Algebra.Com's Answer #635853 by LinnW(1048) You can put this solution on YOUR website! For 4 tests to have an average of exactly 85 we \n" ); document.write( "need the total of the 4 tests to be 4*85 = 340 \n" ); document.write( "Lisa needs 340 - (78+80+100) , 340 - 258 = 82 \n" ); document.write( "Mary needs 340 - (90+92+95) = 63 \n" ); document.write( "Lina needs 340 - (79+80+81) = 100 \n" ); document.write( "Willie needs 340 - (65+ 80+ 80 ) = 115 \n" ); document.write( "Since the score Willie needs is above 100 he cannot achieve his goal. \n" ); document.write( " \n" ); document.write( " |