Question 1202493: Find three consecutive odd integers such that -3 times the sum of the first and third is 50 greater than 8 times the opposite of the second. Found 2 solutions by Theo, josgarithmetic:Answer by Theo(13342) (Show Source):
You can put this solution on YOUR website! x is the first number.
x + 2 is the second number.
x + 4 is the third number.
-3 * (x + x + 4) = 8 * - (x + 2) + 50
simplify to get:
-3 * (2x + 4) = -8 * x - 16 + 50
simplify further to get:
-6x - 12 = -8x + 34
add 8x to both sides of the equation and add 12 to both sides of the equation to get:
2x = 46
solve for x to get:
x = 23
first number is 23
second number is 25
third number is 27
-3 times the sum of the first and third is 50 greater than 8 times the opposite of the second becomes:
-3 * (23 + 27) = 8 * -25 + 50
this becomes -3 * 50 = -200 + 50 which becomes:
-150 = -150, confirming the values of the 3 consecutive odd integers are correct.
your solution is the the 3 consercutive odd integers are 23, 25, 27.