document.write( "Question 1043134: In a math class with 20 students, the grades on a recent quiz ranged from 0 to 10, inclusive. The average grade of the first 12 quiz papers the teacher marked was 7.5. If x is the average grade for the class on this quiz, then which of the following could be the possible grade range?
\n" );
document.write( "A) 4 ≤ x ≤ 8.5 .
\n" );
document.write( "B) 4 ≤ x ≤ 7.5
\n" );
document.write( "C) 3.5 ≤ x ≤ 7.5
\n" );
document.write( "D) 5 ≤ x ≤ 8.50 \n" );
document.write( "
Algebra.Com's Answer #658242 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! We have the average for 12 of the 20 students which is 7.5 \n" ); document.write( "The maximum total of scores is 12 * 7.5 + 8 * 10 \n" ); document.write( " 90 + 80 = 170 \n" ); document.write( "So the maximum possible average is 170/20 = 8.5 \n" ); document.write( "Now let's find the minimum possible average. \n" ); document.write( " 90 + 8 * 0 = 90 \n" ); document.write( "90/20 = 4.5, which is the minimum possible average. \n" ); document.write( "So one could write 4.5 <= x <= 8.50 \n" ); document.write( "Only answer D is consistent with this. \n" ); document.write( " |