document.write( "Question 1058182: Find three consecutive odd integers such that twice the sum of the first and second is one less than three times the third. \n" ); document.write( "
Algebra.Com's Answer #673195 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
They are x, x+2, and x+4
\n" ); document.write( "2(x+x+2)+1=3(x+4)
\n" ); document.write( "2(2x+2)+1=3x+12
\n" ); document.write( "4x+5=3x+12
\n" ); document.write( "x=7
\n" ); document.write( "x+2=9
\n" ); document.write( "x+4=11
\n" ); document.write( "2(16)+1=33
\n" ); document.write( "3*11=33
\n" ); document.write( "7,9,11
\n" ); document.write( "
\n" ); document.write( "
\n" );