document.write( "Question 932560: Max's age is 2 more than his fathers age divided by 4. Max is 13 years old. How old is his Dad? \n" ); document.write( "
Algebra.Com's Answer #566312 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = max age = 13 \n" ); document.write( "y = dad age \n" ); document.write( "--- \n" ); document.write( "x = y/4 + 2 \n" ); document.write( "13 = y/4 + 2 \n" ); document.write( "y/4 = 13 - 2 \n" ); document.write( "y = (13 - 2)*4 \n" ); document.write( "y = dad age = 44 \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( " |