Tell me about this exercise, I try to solve it but it was confusing A bank gives 20\$ and 50\$. I must use mathematical induction so that the bank will create whatever amount of money bigger or equal to 40\$, that it is multiple to 10. Prove that for every natural number $nā„4$ there are $l,m$ Natural ,so that $10n=20l+50m$.
How i try solve it:
Basic step: n=1
induction situation: n=k so 10k=20l+50m I name this (1)relation
Basic Induction :n=k+1 so 10(k+1)=20l+50m
k+1=2l+5m
k=2l+5m-1 i name this (2) relation
In (1) relation i replace the k from (2) so i have
10(2l+5m-1 +1)=20l+50m
10(2l+5m)=20l+50m