The given problem is the following one.
Find the maximum natural number which is unable to be represented as $17\times x +23\times y \quad x,y\in \mathbb{N}$ .
I've been solving it till following formulas with looking the solution of the problem.
$1\leqq i \leqq 22 \quad 17 \times i \equiv r_i(mod 23)$
$17\times i\not\equiv0(mod23)$
$n(r)=22$
Therefore we can assume the problem's formula as $(1\leqq x\leqq23 \land y,q\in\mathbb{N})\quad 17\times x+23\times y =23\times q+r\prime \quad\dots(1)$ .
$\uparrow $Because if x is greater than 23,then $17\times x$ is represented as $17\times(23\times t+u)\quad (t\in \mathbb{N,u \in\{1,2,...,23\}})$
$=17\times (23\times t)+17\times u ...(2)$
and $1$st term of $(2)$ is able to be absorbed in $2$nd term of$(1)$.
And my problem begins from here.
The solution says that it is possible to be represented the all natural numbers which are greater than $17\times 23$ with $(1)$and it is impossible to be represented $17\times23$,so the answer is $17\times 23$.
Of course I can deduce that $17\times 23 $ is unable to be represented as a form of $(1)$ but I can't understand that"it is possible to be represented the all natural numbers which are greater than $17\times 23$".
How could this proven?.