document.write( "Question 968343: The basketball team played 5 games. The average score of the 5 games was 88. When the team played the 6th game the average went to 90. What was the actual score of the 6th game?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #591773 by amarjeeth123(570) ![]() You can put this solution on YOUR website! The average score of the 5 games was 88. \n" ); document.write( "The total score of the 5 games was 88(5)=440. \n" ); document.write( "When the team played the 6th game the average went to 90. \n" ); document.write( "Let the score of the 6th game be x. \n" ); document.write( "(440+x)/6=90 \n" ); document.write( "440+x=540 \n" ); document.write( "x=100 \n" ); document.write( "The score of the 6th game was 100. \n" ); document.write( " |