document.write( "Question 1187272: One number is 10 more than a second number. If the product of the two numbers is 144, what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #818227 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! One number is 10 more than a second number. If the product of the two numbers is 144, what are the two numbers? \n" ); document.write( "================== \n" ); document.write( "Try pairs of integer factors of 144: 2*72, 3*48, etc. \n" ); document.write( "----- \n" ); document.write( "To solve it algebraically, \n" ); document.write( "x*(x+10) = 144 \n" ); document.write( "x^2 + 10x - 144 = 0 \n" ); document.write( "========================== \n" ); document.write( "Now, to factor it, you need to find 2 numbers that differ by 10 and have a product of 144. \n" ); document.write( "================== \n" ); document.write( "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ \n" ); document.write( "If they were not integers, you would have to use the quadratic equation or complete the square. \n" ); document.write( "---- \n" ); document.write( "eg: \n" ); document.write( "One number is 10 more than a second number. If the product of the two numbers is 154, what are the two numbers? \n" ); document.write( "--- \n" ); document.write( "x^2 + 10x - 154 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=========== \n" ); document.write( "The solver always says it can be factored, but not necessarily with integers. \n" ); document.write( " \n" ); document.write( " |