document.write( "Question 918203: The difference between two numbers is 9 and the product of the numbers is 162. Find the two numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #558762 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! let x , y be the 2 numbers \n" ); document.write( " as per the data x-y =9 \n" ); document.write( " and x*y = 162 \n" ); document.write( " but x-y =9 \n" ); document.write( " x = 9+y \n" ); document.write( " put x= 9+y in x*y = 162 \n" ); document.write( " (9+y) *y =162 \n" ); document.write( " 9*y+y*y= 162 \n" ); document.write( " 9y+y^2 =162 \n" ); document.write( " y^2+9y =162 \n" ); document.write( " subtract 162 on both sides \n" ); document.write( " y^2 +9y -162 =162-162 \n" ); document.write( " y^2+9y-162 =0 \n" ); document.write( " solve the quadratic equation
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so y is either 9 or -18 \n" ); document.write( " if y =9 then x = 9+y=9+9=18 \n" ); document.write( " so numbers x =18 & y =9 \n" ); document.write( " if y =-18 then x= 9+y=9-18 =-9 \n" ); document.write( " so numbers x =-9 & y=-18 \n" ); document.write( " |