document.write( "Question 918708: Find three consecutive odd integers such that four times the middle integer is two more than the sum of the first and third. (Enter your answers as a comma-separated list.) \n" ); document.write( "
Algebra.Com's Answer #557211 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! three consecutive odd integers: x, x+2, x+4 \n" ); document.write( "4(x+2) = [x + (x+4)] + 2 \n" ); document.write( "4x + 8 = 2x + 6 \n" ); document.write( "2x = -2 \n" ); document.write( "x = -1 \n" ); document.write( "The three consecutive odd integers are: -1, 1, 3 \n" ); document.write( "And...checking \n" ); document.write( "4 = 2 + 2 \n" ); document.write( " |