Question 765734
For a certain student, the average of ten test scores is 80. If the high and low scores are dropped, the average is 81. What is the average of the high and low scores?<pre>

Let x = the sum of highest and lowest scores

Let y = the sum of the middle 8 scores left 
        after the highest and lowest are dropped

Then x+y = the sum of all 10 scores</pre>
>>...the average of ten test scores is 80...<<<pre>
That says:

 {{{(x+y)/10)}}}{{{""=""}}}{{{80}}}

Multiply both sides by 10

 x + y = 800</pre>
>>...If the high and low scores are dropped, the average is 81...<<<pre>
That says the average of the middle 8 scores is 81, so

 {{{y/8}}}{{{""=""}}}{{{81}}}

Multiply both sides by 10

     y = 648

Substitute in

   x + y = 800
 x + 648 = 800
       x = 152 = the sum of highest and lowest scores

Average of highest and lowest scores = {{{152/2}}} = 76

Edwin</pre>