document.write( "Question 756984: Bob has scored 27, 24, and 19 points in his three basketball games so far. How many points does he need to score in his next game so that his average (mean) is 22 points per game? \n" ); document.write( "
Algebra.Com's Answer #460534 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! total score in 3 matches =27+24+19=70 \n" ); document.write( "let next score is x and matches will be 4 \n" ); document.write( "new total =70+x \n" ); document.write( "average = total score/ number of matches \n" ); document.write( "22=70+x/4 by cross multiplication \n" ); document.write( "88=70+x \n" ); document.write( "x=88-70 \n" ); document.write( "x=18 \n" ); document.write( "answer \n" ); document.write( "x=18 \n" ); document.write( " |