Assume you can only use 7-cent and 11-cent stamps.
a) Determine which amounts of postage can be formed by the given stamps.
b) Prove your answer using the principle of mathematical induction.
c) Prove your answer using strong induction.
By doing a) i found out that all the numbers after 59 can be created using a combination of 7 cants and 11 cents stamps
In part b , i assumed that the $$ n=7k+11l$$ where k is the amount of 7 cents stamps and l is the amount of 11 cents stamps. But how do i proceed? And in the strong induction step what is our inductive hypothesis?
To answer a) you can use generating functions:
$\left(1+x^7+x^{14}+x^{21}+x^{28}+x^{35}+x^{42}+x^{49}+x^{56}\right) \left(1+x^{11}+x^{22}+x^{33}+x^{44}+x^{55}\right)$
$= 1+x^7+x^{11}+x^{14}+x^{18}+x^{21}+x^{22}+x^{25}+x^{28}+x^{29}+x^{32}+\ x^{33}+x^{35}+x^{36}+x^{39}+x^{40}+x^{42}+x^{43}+x^{44}+x^{46}+x^{47}+\ x^{49}+x^{50}+x^{51}+x^{53}+x^{54}+x^{55}+x^{56}+x^{57}+x^{58}$
By looking at the powers we can see those numbers that can be represented. For instance, we see x^25 so we know that 25 is representable. We already know by the Frobenius numbers that 59 is the largest number that cannot be represented ( see my comment above ).