document.write( "Question 332491: diff of two no. is 7. their product is 14. sum of their squares is 77. find two no.s? \n" ); document.write( "
Algebra.Com's Answer #238278 by Alan3354(69443) You can put this solution on YOUR website! diff of two no. is 7. their product is 14. sum of their squares is 77. \n" ); document.write( "----------------- \n" ); document.write( "y-x = 7 --> y=x+7 \n" ); document.write( "x*y = 14 \n" ); document.write( "Sub for y \n" ); document.write( "x*(x+7) = 14 \n" ); document.write( "x^2 + 7x = 14 \n" ); document.write( "x^2 + 7x - 14 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------------- \n" ); document.write( "x = 1.623475 \n" ); document.write( "y = 8.623475 \n" ); document.write( "--------------- \n" ); document.write( "x = -1.623475 \n" ); document.write( "y = -8.623475 \n" ); document.write( " \n" ); document.write( " |