document.write( "Question 1121320: find 3 consecutive odd integers such that three times the third is equal to the opposite of the first \n" ); document.write( "
Algebra.Com's Answer #737153 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
Three consecutive ODD integers:
\n" ); document.write( "\"system%28n%2C+n%2B2%2C+n%2B4%29\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "---
\n" ); document.write( "three times the third is equal to the opposite of the first
\n" ); document.write( "---\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"3%28n%2B4%29=-%28n%29\"\r
\n" ); document.write( "\n" ); document.write( "\"3n%2B12=-n\"\r
\n" ); document.write( "\n" ); document.write( "\"4n=-12\"\r
\n" ); document.write( "\n" ); document.write( "\"n=-3\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The Numbers:
\n" ); document.write( "-3, -1, 1
\n" ); document.write( "
\n" );