document.write( "Question 369645: find three consecutive odd integers such that the sum of the first, twice the second, and three times the third is 82 \n" ); document.write( "
Algebra.Com's Answer #263479 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N\", \"N%2B2\", and \"N%2B4\" are the integers.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"N%2B2%28N%2B2%29%2B3%28N%2B4%29=82\"
\n" ); document.write( "\"N%2B2N%2B4%2B3N%2B12=82\"
\n" ); document.write( "\"6N%2B16=82\"
\n" ); document.write( "\"6N=66\"
\n" ); document.write( "\"N=11\"
\n" ); document.write( "The integers are 11, 13 and 15.
\n" ); document.write( "
\n" ); document.write( "
\n" );