document.write( "Question 923426: one number is 3 more than another. the difference between their squares is 75. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #560013 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = 3 + y \n" ); document.write( "75 = xx - yy \n" ); document.write( "75 = (3 + y)(3 + y) - yy \n" ); document.write( "75 = 9 + 6y + yy - yy \n" ); document.write( "6y = 66 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "y = 11 \n" ); document.write( "x = 14 \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( " |