document.write( "Question 760178: In a list of consuctive odd integers, three times the first number is equal to three more than twice the third number. Find the third number? \n" ); document.write( "
Algebra.Com's Answer #806266 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd integers: (x-2), x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3(x-2) = 3 + 2(x + 2)
\n" ); document.write( "3x - 6 = 2x + 7
\n" ); document.write( "x = 13\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 11, 13, and 15.
\n" ); document.write( "
\n" );