1Since $\gcd(7, 11) = 1$, Bézout guarantees integer (possibly negative) solutions to $7a + 11b = n$ for every $n$; the question is when nonnegative solutions exist.
2For coprime $m, n$, the Frobenius (Chicken McNugget) number — the largest integer not expressible as a nonnegative combination — is $mn - m - n$. Here that is $77 - 18 = 59$.
3Check $59$ is not representable: $59 = 7a + 11b$ needs $11b \le 59$, so $b \in \{0,1,2,3,4,5\}$; the residues $59 - 11b = 59, 48, 37, 26, 15, 4$ are none divisible by $7$ ($59\equiv 3, 48\equiv 6, 37\equiv 2, 26\equiv 5, 15\equiv 1, 4\equiv 4 \pmod 7$).
4Check $60$ is representable: $60 = 7 \cdot 7 + 11 \cdot 1 = 49 + 11$. And every $n \ge 60$ is representable by the Frobenius theorem.