document.write( "Question 470927: Three times the first of three consecutive odd integers is 3 more than twice the third. What is the third integer? \n" ); document.write( "
Algebra.Com's Answer #323029 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Three times the first of three consecutive odd integers is 3 more than twice the third. What is the third integer.
\n" ); document.write( "**
\n" ); document.write( "let x=first consecutive odd integer
\n" ); document.write( "(x+2)=2nd consecutive odd integer
\n" ); document.write( "(x+4)=3rd consecutive odd integer
\n" ); document.write( "..
\n" ); document.write( "3x=2(x+4)+3
\n" ); document.write( "3x=2x+8+3
\n" ); document.write( "x=11
\n" ); document.write( "ans:
\n" ); document.write( "3rd consecutive odd integer=11+4=15
\n" ); document.write( "
\n" );