document.write( "Question 248756: One integer is 7 more than another. Their product is 198. What are the two integers? \n" ); document.write( "
Algebra.Com's Answer #181255 by dabanfield(803) ![]() You can put this solution on YOUR website! One integer is 7 more than another. Their product is 198. What are the two integers?\r \n" ); document.write( "\n" ); document.write( "Let x be one of the integers. \n" ); document.write( "The other integer then is x+7.\r \n" ); document.write( "\n" ); document.write( "The product of the two is 198 so:\r \n" ); document.write( "\n" ); document.write( "x*(x+7) = 198 \n" ); document.write( "x^2 + 7*x -198 = 0\r \n" ); document.write( "\n" ); document.write( "Solve for x (using Quadratic formula?) and then calculate x + 7. \n" ); document.write( " \n" ); document.write( " |