document.write( "Question 885325: The product of two numbers is 18 and their sum is 9. Find the numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #535066 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x & y\r \n" ); document.write( "\n" ); document.write( "x*y =18\r \n" ); document.write( "\n" ); document.write( "x+y=9 \n" ); document.write( "y=9-x\r \n" ); document.write( "\n" ); document.write( "x*y =18 \n" ); document.write( "substitute y \n" ); document.write( "x*(9-x)=18 \n" ); document.write( "9x-x^2=18\r \n" ); document.write( "\n" ); document.write( "x^2-9x-18=0\r \n" ); document.write( "\n" ); document.write( "factorise\r \n" ); document.write( "\n" ); document.write( "x^2-6x-3x+18=0 \n" ); document.write( "x(x-6)-3(x-6)=0\r \n" ); document.write( "\n" ); document.write( "(x-6)(x-3)=0 \n" ); document.write( "x=6 OR 3\r \n" ); document.write( "\n" ); document.write( "if x=6 then y =3\r \n" ); document.write( "\n" ); document.write( "If x=3 then y =6 \n" ); document.write( " |