document.write( "Question 815545: Jose is twice Maria's age. Fran is two years older than Jose. Together their ages add up to 72 years. How old are each of them? \n" ); document.write( "
Algebra.Com's Answer #491029 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! j = 2m \n" ); document.write( "m = j/2 \n" ); document.write( "f = j + 2 \n" ); document.write( "j + m + f = 72 \n" ); document.write( "--- \n" ); document.write( "j + m + f = 72 \n" ); document.write( "j + j/2 + j + 2 = 72 \n" ); document.write( "2/2j + j/2 + 2/2j + 2 = 72 \n" ); document.write( "5/2j = 70 \n" ); document.write( "--- \n" ); document.write( "j = 28 \n" ); document.write( "m = 14 \n" ); document.write( "f = 30 \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( " |