document.write( "Question 926862: the sum of two numbers is twenty. the difference of the squares of the two numbers is eighty. find the two numbers \n" ); document.write( "
Algebra.Com's Answer #562553 by TimothyLamb(4379)\"\" \"About 
You can put this solution on YOUR website!
x = first number
\n" ); document.write( "y = second number
\n" ); document.write( "---
\n" ); document.write( "x + y = 20
\n" ); document.write( "xx - yy = 80
\n" ); document.write( "---
\n" ); document.write( "y = 20 - x
\n" ); document.write( "xx - (20 - x)(20 - x) = 80
\n" ); document.write( "---
\n" ); document.write( "xx - (400 - 40x + xx) = 80
\n" ); document.write( "xx - 400 + 40x - xx = 80
\n" ); document.write( "-400 + 40x = 80
\n" ); document.write( "40x = 480
\n" ); document.write( "x = 12
\n" ); document.write( "y = 20 - 12
\n" ); document.write( "y = 8
\n" ); document.write( "---
\n" ); document.write( "answer:
\n" ); document.write( "x = 12
\n" ); document.write( "y = 8
\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( "
\n" );