document.write( "Question 69103: When the points scored by six basketball players during a game were arranged in order, the difference between any two consecutive totals was 9. The average of the six players' points was 36.5. How many points were scored by the hightest scoring player? \n" ); document.write( "
Algebra.Com's Answer #49180 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! When the points scored by six basketball players during a game were arranged in order, the difference between any two consecutive totals was 9. The average of the six players' points was 36.5. How many points were scored by the hightest scoring player? \n" ); document.write( "-------------- \n" ); document.write( "It's an arithmetic sequence with d=9 \n" ); document.write( "To get the average you need the Sum/6 or Sum=6*average \n" ); document.write( "S(6)=(6/2)(a+l), where a is the 1st term and l is the last. \n" ); document.write( "last term= a+5d = a+5*9 = a+45 \n" ); document.write( "----------- \n" ); document.write( "Substitute that into the Sum equation to get: \n" ); document.write( "S(6)=(3)(a+a+45)=6*average \n" ); document.write( "3(2a+45)=219 \n" ); document.write( "6a+1135=219 \n" ); document.write( "6a=84 \n" ); document.write( "a=16 \n" ); document.write( "The last=a+45=16+45=61 \n" ); document.write( "----------------- \n" ); document.write( "The highest scoring player scored 61 points. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |