SOLUTION: Find the largest of three consecutive even integers whose sum is less than 105

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find the largest of three consecutive even integers whose sum is less than 105       Log On


   



Question 480409: Find the largest of three consecutive even integers whose sum is less than 105

Answer by emargo19(101) About Me  (Show Source):
You can put this solution on YOUR website!
Let N be the 1st digit
n+2= 2nd digit
n+4= 3rd digit
N%2B%28N%2B2%29%2B%28N%2B4%29%3C105
3N%2B6%3C105
3N%3C99
N%3C33
N=32
Then,
N%2B4=36