This question is about the following word problem:
Show that every integer cash amount $k$ greater than 3 can be payed by $m$ coins of value 2 and $n$ coins of value 5.
where: $ m, n \in \mathbb{N}_0, $
I tried to prove this by induction.
So for base case $ k =4 $
We get that $4 = 2 \cdot 2 + 5 \cdot 0$
(Basically we need $2$ coins of value $2$ and $0$ coins of value $5$)
I tried working with other base cases but I was unable to find a way to prove: $$P(k) \implies P(k+1)$$
Is induction the right way to prove this? Or should I try to prove it by other techniques?