document.write( "Question 819791: The sum of two numbers is = 26. The larger of the numbers is 4 less than 3 times the smaller number. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #493227 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! i + j = 26 \n" ); document.write( "j = 3i - 4 \n" ); document.write( "--- \n" ); document.write( "i + j = 26 \n" ); document.write( "i + 3i - 4 = 26 \n" ); document.write( "4i = 30 \n" ); document.write( "--- \n" ); document.write( "i = 7.5 \n" ); document.write( "j = 18.5 \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( " |