document.write( "Question 1014184: Find two consecutive odd integers such that their product is 59 more than 2 times their sum. \n" ); document.write( "
Algebra.Com's Answer #805612 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x(x+2) = 59 + 2(x + (x+2)) \n" ); document.write( "x^2 + 2x = 59 + 2(2x + 2) \n" ); document.write( "x^2 + 2x = 4x + 63 \n" ); document.write( "x^2 - 2x - 63 = 0 \n" ); document.write( "(x - 9)(x + 7) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers could be {-7, -5} or {9, 11}. \n" ); document.write( " |