For each of the following values of ($a,b$), find the largest number that is not of the form $ax+by$ with $x\geq 0$ and $y \geq 0$.
$(i) (a,b) = (3,7)$
$(ii) (a,b) = (5,7)$
$(iii) (a,b) = (4,11)$
I know how to compute numbers of these forms (clear), but have no idea how to generate one that is not of that form. Then, of those, which is the largest? More importantly, how do I prove its the largest?
To help you, let us have a look on how it works with the first example. With $x\geq0$ and $y\geq0$, what are the smallest numbers $3x+7y$ that you can generate ?
The answer for point (i) is thus 11. You should manage with (ii) and (iii) easily.