document.write( "Question 416392: Find three consecutive odd integers whose sum is 141 \n" ); document.write( "
Algebra.Com's Answer #291727 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be n, n+2, n+4, since they are consecutive ODD integers
\n" ); document.write( "We have \"n+%2B+%28n%2B2%29+%2B+%28n%2B4%29+=+141\"
\n" ); document.write( "Solve for n: \"3n+%2B+6+=+141\" -> \"3n+=+135+-%3E+n+=+45\"
\n" ); document.write( "Thus, the integers are: 45,47,49
\n" ); document.write( "Check: 45+47+49=141
\n" ); document.write( "
\n" );