SOLUTION: find three consecutive even integers such that the largest is three times the smallest.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find three consecutive even integers such that the largest is three times the smallest.      Log On


   



Question 153285: find three consecutive even integers such that the largest is three times the smallest.
Answer by orca(409) About Me  (Show Source):
You can put this solution on YOUR website!
Let the three consecutive even numbers be n-2,n,n+2.
As the largest is three times the smallest, we have:
n+2=3(n-2)
Solving for n, we obtain:
n+2=3n-6
8=2n
8/2=n
4=n
So n = 4
Thus the three consecutive even numbers is 2, 4, 6.