You can put this solution on YOUR website! the average score on a set of 24 tests is 79. how do i find the sum of the test scores?
----
average = (total points)/(# of tests)
79 = sum/24
----
sum = 24*79 = 1896
=====================
Cheers,
Stan H.
==========================