
William W. answered 03/10/19
Math and science made easy - learn from a retired engineer
If n is a number, a way to ensure we are specifying an even number is to multiply it by 2 (call it 2n)
So the three consecutive numbers are 2n, 2n + 2, and 2n + 4.
So: (2n)2 + (2n + 2)2 = (2n + 4)2 + 20
4n2 + 4n2 + 8n + 4 = 4n2 + 16n +16 + 20
4n2 - 8n -32 = 0
n2 - 2n - 8 = 0
(n + 2)(n - 4) = 0
n = -2 or 4
therefore, plugging these values of n into "2n", we get two possible answers: -4, -2, 0 and 8, 10, 12