Question 997621: Find three distinct even numbers that are less than 10 and have a sum of 18
Answer by CubeyThePenguin(3113) (Show Source):
You can put this solution on YOUR website! x, y, z < 10
x + y + z = 18
(x, y, z) = (2, 4, 12), (2, 6, 10), (4, 6, 8)
|
|
|