Question 1029148
.
Is there an example of positive integers m and n such that 172m + 20n = 1000
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
Yes, it does exist.

Take m = 5 and n=7:

172*5 + 20*7 = 1000.
</pre>