document.write( "Question 440108: Find two numbers such that thier sum is 8 and their product is 9 \n" ); document.write( "
Algebra.Com's Answer #304099 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "Find two numbers such that their sum is 8
\n" ); document.write( "Let x and (8-x) represent the numbers
\n" ); document.write( "Question states***their product is 9
\n" ); document.write( " x(8-x) = 9
\n" ); document.write( " 8x-x^2=9
\n" ); document.write( " x^2 - 8x + 9 = 0
\n" ); document.write( "factoring
\n" ); document.write( " (x-9)(x+1) = 0
\n" ); document.write( " (x-9)= 0 x = 9 and (8-x) = -1
\n" ); document.write( " (x+1) = 0 x = -1 and (8-(-1) = 9
\n" ); document.write( " In either event, The numbers are 9 and -1 \n" ); document.write( "
\n" );