document.write( "Question 836050: find three consecutive odd integers such that the sum of the first, two times the second and three times the third is 46. \n" ); document.write( "
Algebra.Com's Answer #805954 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( "(x-2) + 2(x) + 3(x+2) = 46
\n" ); document.write( "x-2 + 2x + 3x + 6 = 46
\n" ); document.write( "6x + 4 = 46
\n" ); document.write( "6x = 42
\n" ); document.write( "x = 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are 5, 7, and 9.
\n" ); document.write( "
\n" );