document.write( "Question 819584: \"The sum of two numbers is 90. The larger number is 14 more than 3 times the smaller number. Find the numbers.\" \n" ); document.write( "
Algebra.Com's Answer #493152 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! i + j = 90 \n" ); document.write( "j = 3i + 14 \n" ); document.write( "--- \n" ); document.write( "i + j = 90 \n" ); document.write( "i + 3i + 14 = 90 \n" ); document.write( "4i = 76 \n" ); document.write( "--- \n" ); document.write( "i = 19 \n" ); document.write( "j = 71 \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( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |