document.write( "Question 1046582: Find the three consecutive odd integers such that the sum of the first and the second is 31 more than the third \n" ); document.write( "
Algebra.Com's Answer #662036 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the three odd integers be N-2, N, and N+2.
\n" ); document.write( "So then,
\n" ); document.write( "\"%28N-2%29%2BN=31%2B%28N%2B2%29\"
\n" ); document.write( "\"2N-2=N%2B33\"
\n" ); document.write( "\"N=35\"
\n" ); document.write( "So the integers are 33, 35, and 37.
\n" ); document.write( "
\n" );