document.write( "Question 312925: Ryan scored 16, 22, and 24 points in 3 basketball games. what is the least number of points he must score to get at least 20 points per a game for the four games?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #223720 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Ryan scored 16, 22, and 24 points in 3 basketball games. what is the least number of points he must score to get at least 20 points per a game for the four games? \n" ); document.write( "------------------ \n" ); document.write( "Let his 4th game score be \"x\". \n" ); document.write( "---- \n" ); document.write( "Solve this inequality: \n" ); document.write( "(16+22+24+x)/4 >= 20 \n" ); document.write( "---- \n" ); document.write( "(62 + x ) >= 80 \n" ); document.write( "x >= 18 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |