document.write( "Question 311983: if the difference of the two numbers is 9 and their product is 13 what is the sum of their squares/ \n" ); document.write( "
Algebra.Com's Answer #223065 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
if one number is x
\n" ); document.write( "the other number will be x+9
\n" ); document.write( "..
\n" ); document.write( "x(x+9)= 13
\n" ); document.write( "x^2 +9x =13
\n" ); document.write( "..
\n" ); document.write( "x^2 +(x+9)^2 is the sum of squares of the numbers
\n" ); document.write( "x^2 +x^2+18x+81
\n" ); document.write( "x^2 +9x +x^2 +9x +81
\n" ); document.write( "13+13+81= 107 = sum of squares.
\n" ); document.write( "
\n" );