Question 894700
Im trying to figure out how to write the equation for the following problem: find three consecutive even intergers such that one-forth of the first and one-seventh of the second plus one -half of the third is 13.
-------
Note:: Even numbers are always a multiple of 2.
1st:: 2(x-1)
2nd:: 2(x)
3rd:: 2(x+1)
---------
Equation:
(1/4)2(x-1) + (1/7)(2x) + (1/2)2(x+1) = 13
-------
Multiply thru by 28 to get:
14(x-1) + 8(x) + 28(x+1) = 28*13
-----
14x - 14 + 8x + 28x + 28 = 28*13
------
50x + 14 = 28*13
------
50x = 350
x = 7
------
1st:: 2(x-1) = 12
2nd:: 14
3rd:: 16
-------------------
Cheers,
Stan H.
=====================