document.write( "Question 946400: find three consecutive odd integers such that the largest number is five more than the sum of the first two. \n" ); document.write( "
Algebra.Com's Answer #805799 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+2 = 5 + ((x-2) + x)
\n" ); document.write( "x+2 = 2x+3
\n" ); document.write( "-1 = x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are -3, -1, and 1.
\n" ); document.write( "
\n" );