For $x,y,n\in N$, find the smallest $n$ for which there exist four different pairs of solutions $(x,y)$ of $5x+6y=n$
I found the following solution using a simple brute-force algorithm, but I have no idea how to find this answer using mathematical tools.
n = 101
- $\quad x_1 =\,\, 1,\quad y_1 = 16$
- $\quad x_2 = \,\,7,\quad y_2 = 11$
- $\quad x_3 = 13,\quad y_3 = \,\,6$
- $\quad x_4 = 19,\quad y_4 = \,\,1 $