document.write( "Question 912581: Find three consecutive odd intergers such that the product of the second and third minus the product of the first and second is 44 \n" ); document.write( "
Algebra.Com's Answer #805886 by CubeyThePenguin(3113)\"\" \"About 
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(x+2) - (x-2)(x) = 44
\n" ); document.write( "(x^2 + 2x) - (x^2 - 2x) = 44
\n" ); document.write( "x^2 + 2x - x^2 + 2x = 44
\n" ); document.write( "4x = 44
\n" ); document.write( "x = 11\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 9, 11, and 13.
\n" ); document.write( "
\n" );