document.write( "Question 1066127: One integer is 9 more than another. Their product is 360
\n" );
document.write( ". Find the integers. \n" );
document.write( "
Algebra.Com's Answer #681298 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! One integer is 9 more than another. Their product is 360 \n" ); document.write( " . Find the integers. \n" ); document.write( "You can do this: \n" ); document.write( "---------------- \n" ); document.write( " 1st:: x \n" ); document.write( " 2nd:: x+9 \n" ); document.write( " ----- \n" ); document.write( " Equation: \n" ); document.write( " x(x+9) = 360 \n" ); document.write( " x^2 + 9x - 360 = 0 \n" ); document.write( "At this point, find a pair of integers with a product of 360 that differ by 9. \n" ); document.write( " ----------------------- \n" ); document.write( " x = 15 or x = -24 \n" ); document.write( "======================================= \n" ); document.write( "Or, you can do this: \n" ); document.write( "Find a pair of integers with a product of 360 that differ by 9. \n" ); document.write( " |