document.write( "Question 813635: Find two consecutive even integers such that twice the smallest one is 26 less than thrice the greatest one \n" ); document.write( "
Algebra.Com's Answer #489831 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! m = n + 2 \n" ); document.write( "2n = 3m - 26 \n" ); document.write( "--- \n" ); document.write( "2n = 3m - 26 \n" ); document.write( "2n = 3(n + 2) - 26 \n" ); document.write( "2n = 3n + 6 - 26 \n" ); document.write( "-n = -20 \n" ); document.write( "--- \n" ); document.write( "n = 20 \n" ); document.write( "m = 22 \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( " |