Final answer:
To find all positive integers n for which it is possible to make n cents using 5-cent and 12-cent stamps, we can use strong mathematical induction. The base case is n = 5, and we can show that for any k ≥ 5, it is possible to make (k+1) cents using the stamps. Therefore, the set of positive integers for which this is possible is {5, 6, 7, 8, ...}.
Step-by-step explanation:
To find all the positive integers n for which it is possible to make n cents of postage using only 5-cent and 12-cent stamps, we need to determine if there is a solution for each value of n. Here's how we can do it:
- If n is less than 5, there is no way to achieve n cents using only 5-cent and 12-cent stamps.
- For n ≥ 5, we can use strong mathematical induction to prove that it is possible to make n cents using only 5-cent and 12-cent stamps.
- Base Case: For n = 5, we can use one 5-cent stamp.
- Inductive Step: Assume that it is possible to make k cents using only 5-cent and 12-cent stamps, where k > 5. We need to show that it is also possible to make (k+1) cents.
- To do this, we can consider two cases:
- Case 1: Using one 5-cent stamp and making (k-4) cents using the remaining stamps. Since (k-4) ≥ 5 and we have already shown it is possible to make (k-4) cents, we can add one more 5-cent stamp to make (k+1) cents.
- Case 2: Using one 12-cent stamp and making (k-11) cents using the remaining stamps. Since (k-11) ≥ 5 and we have already shown it is possible to make (k-11) cents, we can add one more 12-cent stamp to make (k+1) cents.
Since we have shown that it is possible to make (k+1) cents for any k ≥ 5, we can conclude that it is possible to make any positive integer n ≥ 5 using only 5-cent and 12-cent stamps.
Therefore, the set of positive integers for which it is possible to make n cents using only 5-cent and 12-cent stamps is {5, 6, 7, 8, ...}.