document.write( "Question 250503: a student has grades on three examinations of 70,86,and 78. what must the student earn on a fourth examination in order to have an average of at least 80? \n" ); document.write( "
Algebra.Com's Answer #182387 by actuary(112)![]() ![]() ![]() You can put this solution on YOUR website! Since the definition of \"average\" is ave = sum of all scores divided by the number of scores, we have 80 =(70+86+78+fourth exaximation score)/4\r \n" ); document.write( "\n" ); document.write( "So 320 = 234 + fourth examination score (multiply both sides of the equation by 4 and add the known scores)\r \n" ); document.write( "\n" ); document.write( "So 320-234 = fourth examination score (subtract 234 from each side of the equation\r \n" ); document.write( "\n" ); document.write( "so fourth examination must be greater than or equal to 86 in order to have an average of at 80. \n" ); document.write( " |