document.write( "Question 928157: Kevin will take 4 math tests this term. All of the tests are worth the same number of points. After taking the first 3 tests, his mean test score is 88 points. How many points does he need on his last test to raise his mean test score to 90 points? \n" ); document.write( "
Algebra.Com's Answer #563523 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = score he needs on the fourth test \n" ); document.write( "y = sum of scores of the first three tests \n" ); document.write( "--- \n" ); document.write( "y/3 = 88 \n" ); document.write( "y = 3*88 \n" ); document.write( "y = 264 \n" ); document.write( "--- \n" ); document.write( "(264 + x)/4 = 90 \n" ); document.write( "264 + x = 90*4 \n" ); document.write( "x = 90*4 - 264 \n" ); document.write( "x = 96 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = score he needs on the fourth test = 96 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |