document.write( "Question 901754: find 3 consecutive odd integers such that twice the sum of the two smallest integers is five less than 3 times the largest \n" ); document.write( "
Algebra.Com's Answer #546932 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( " 3 consecutive odd integers: x, x+2, x+4
\n" ); document.write( "2(2x+2) = 3(x+4)-5
\n" ); document.write( "4x + 4 = 3x + 12 - 5
\n" ); document.write( " x = 3
\n" ); document.write( "the 3 consecutive odd integers are: 3, 5, 7
\n" ); document.write( "and checking...
\n" ); document.write( "16 = 21 - 5 \n" ); document.write( "
\n" );