document.write( "Question 423215: One number is five greater than another. The product of the numbers is 36. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #295248 by shree840(260)![]() ![]() You can put this solution on YOUR website! let the other number be x \n" ); document.write( "one number is 5 more than other =x+5 \n" ); document.write( "product=x(x+5)=36 \n" ); document.write( "x^2+5x=36 \n" ); document.write( "x^2+5x-36=0 \n" ); document.write( "factoring\r \n" ); document.write( "\n" ); document.write( "x^2+9x-4x-36=0 \n" ); document.write( "x(x+9)-4(x+9)=0 \n" ); document.write( "(x-4)(x+9)=0 \n" ); document.write( "x-4=0 or x=4 other number is 5 more =5+4=9 \n" ); document.write( "Two numbers are 4,9 \n" ); document.write( " |