document.write( "Question 913805: Find three consecutive odd integers such that four times the middle integer is two more than the sum of the first and third \n" ); document.write( "
Algebra.Com's Answer #805700 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd numbers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x = 2 + (x-2) + (x+2) \n" ); document.write( "4x = 2x + 2 \n" ); document.write( "2x = 2 \n" ); document.write( "x = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are -1, 1, and 3. \n" ); document.write( " |