document.write( "Question 981259: A basketball team scored 60 points in the
\n" );
document.write( "first game and 50 in the second game. How
\n" );
document.write( "many points did the team score in the third
\n" );
document.write( "game if their mean score for the 3 games
\n" );
document.write( "was 51 points? \n" );
document.write( "
Algebra.Com's Answer #602336 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "The mean score is the average. \n" ); document.write( "Let x=score in third game: \n" ); document.write( "Average=(score 1st game + score 2nd game +x)/3 Multiply each side by 3. \n" ); document.write( "(3)(Average)=(score 1st game + score 2nd game +x) Put in values. \n" ); document.write( "(3)(51)=60+50+x \n" ); document.write( "153=110+x Subtract 110 from each side. \n" ); document.write( "43=x ANSWER: They scored 43 points in the third game. \n" ); document.write( ". \n" ); document.write( "CHECK: \n" ); document.write( "Average is 51: \n" ); document.write( "51=(60+50+43)/3 \n" ); document.write( "51=153/3 \n" ); document.write( "51=51 \n" ); document.write( " |