document.write( "Question 942984: How do I find, three consecutive odd numbers such that the sum of the first and second numbers is 23 less than three times the third? \n" ); document.write( "
Algebra.Com's Answer #805616 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive integers: (x-2), x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x-2) + x = 3(x+2) - 23
\n" ); document.write( "2x - 2 = 3x - 17
\n" ); document.write( "-x = -15
\n" ); document.write( "x = 15\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 13, 15, and 17.
\n" ); document.write( "
\n" );