If and are integers, then which of the following expressions could be equal to 2018?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The Bézout's identity states that the Diophantine equation a x + b y = c has solutions in integers x , y if and only if d ∣ c , where d = gcd ( a , b ) . (This finishes of the problem!)
Here is the idea of what is being used in the above lemma.
2 4 x + 4 2 y = 2 0 1 8 ⟹ 6 ( 4 x + 7 y ) = 2 0 1 8 ⟹ 6 ∣ 2 0 1 8 which is not true. Hence no solutions exists in integers.
4 8 x + 8 4 y = 2 0 1 8 ⟹ 1 2 ( 4 x + 7 y ) = 2 0 1 8 ⟹ 1 2 ∣ 2 0 1 8 which is not true. Hence no solutions exists in integers.
But solutions do exist for the equation 2 8 x + 8 2 y = 2 0 1 8 . The equation can be simplified as 2 ( 1 4 x + 4 1 y ) = 2 0 1 8 ⟹ 1 4 x + 4 1 y = 1 0 0 9 . Note that there exist solutions to the equation 1 4 x + 4 1 y = 1 , as the Euclidean algorithm can be written backwards to find the solutions. Now you can just scale up by a factor of 1 0 0 9 to get solutions to the equation 1 4 x + 4 1 y = 1 0 0 9 . Again scaling up by a factor of 2, we get solutions to the equation 2 8 x + 8 2 y = 2 0 1 8 .
Thus there exist solutions only to the equation 2 8 x + 8 2 y = 2 0 1 8 .
Note : For the sake of verification, one of the solutions is x = 3 4 , y = 1 3