Let be non-negative integers. What is the maximum possible value of such that has no solution?
Bonus: Generalize this.
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.
Given positive numbers x , y such that x a + y b = c has no solution, the largest possible value of c is x y − x − y , provided that a , b are positive coprimes. In this case, that works out to
7 ⋅ 1 2 − 7 − 1 2 = 6 5