All eight expressions have the same parity — and it is the parity of a + b + c + d.
| Four numbers | a + b + c + d | a + b – c – d | a – b – c – d | Parity of all 8 |
|---|---|---|---|---|
| 2, 5, 7, 4 | 18 | – 4 | – 14 | even |
| 1, 2, 3, 5 | 11 | – 5 | – 9 | odd |
| 10, 4, 6, 8 | 28 | 0 | – 8 | even |
| 3, 3, 3, 3 | 12 | 0 | – 6 | even |
With four consecutive numbers two of them are odd and two are even, so a + b + c + d is always even — that is the special case we met on the last page. With any four numbers the shared parity can be odd instead, but it is still shared by all eight.