document.write( "Question 837739: Please help me solve this problem: Find three consecutive odd integers such that the product of the two smaller exceeds the largest by 52
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805952 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2)(x) = x+2 + 52 \n" ); document.write( "x^2 - 2x = x + 54 \n" ); document.write( "x^2 - 3x - 54 = 0 \n" ); document.write( "(x - 9)(x + 6) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is odd, so the integers are 7, 9, and 11. \n" ); document.write( " |