document.write( "Question 930392: One number is 6 more than another. the difference between their squares is 84. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #564934 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! y = x + 6 \n" ); document.write( "yy - xx = 84 \n" ); document.write( "(x + 6)(x + 6) - xx = 84 \n" ); document.write( "xx + 12x + 36 - xx = 84 \n" ); document.write( "12x = 84 - 36 \n" ); document.write( "x = 48/12 \n" ); document.write( "x = 4 \n" ); document.write( "y = x + 6 \n" ); document.write( "y = 4 + 6 \n" ); document.write( "y = 10 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = 4 \n" ); document.write( "y = 10 \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( " |