document.write( "Question 907148: If the sum of three consecutive even numbers plus the next odd number is 107, what was the odd number? \n" ); document.write( "
Algebra.Com's Answer #805752 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even numbers: (x-2), x, (x+2) \n" ); document.write( "next odd number: x+3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) + x + (x+2) + (x+3) = 107 \n" ); document.write( "4x + 3 = 107 \n" ); document.write( "4x = 104 \n" ); document.write( "x = 26\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The odd number = x + 3 = 29 \n" ); document.write( " |