Let's learn how to find the integer solutions of a three variable equation. Problem: Consider the following equation: \( (x-y)^2 + (y-z)^2 + (z - x)^2 = 2018 \). Find the integer solutions to this three variable equation. Discussion: Set x - y = a, y - z = b. Then z - x = - […]