document.write( "Question 480846: the sum of two number is 3 and the sum of their squares is 12, find their product \n" ); document.write( "
Algebra.Com's Answer #329249 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "the sum of two number is 3
\n" ); document.write( "Let x and (3-x) represent the numbers
\n" ); document.write( "Question states***
\n" ); document.write( " x^2 + (3-x)^2 = 12
\n" ); document.write( " x^2 + 9 -6x + x^2 = 12
\n" ); document.write( " 2x^2 - 6x -3 = 0
\n" ); document.write( " \"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( " \"x+=+%286+%2B-+sqrt%2860%29%29%2F%284%29+\"
\n" ); document.write( "product of these numbers:
\n" ); document.write( " \"%286+%2Bsqrt%2860%29%29%286-+sqrt%2860%29%29%2F16+\"
\n" ); document.write( " (36 -60)/16 = -24/16 = -3/2 \n" ); document.write( "
\n" );