71.4k views
2 votes
Suppose you have a collection of 5-cent stamps and 8-cent stamps. We saw earlier that it is possible to make any amount of postage greater than 27 cents using combinations of both these types of stamps. But, let's ask some other questions: (a) Prove that if you only use an even number of both types of stamps, the amount of postage you make must be even. (b) Suppose you made an even amount of postage. Prove that you used an even number of at least one of the types of stamps. (c) Suppose you made exactly 72 cents of postage. Prove that you used at least 6 of one type of stamp.

User Isaac Fife
by
7.7k points

1 Answer

2 votes

Final answer:

Mathematical proofs show that creating even postage with even numbers of both stamp types always results in an even total, an even postage amount necessitates an even number of at least one stamp type, and making 72 cents in postage requires at least 6 of one type of stamp due to the nature of the numbers involved.

Step-by-step explanation:

Mathematical Stamp Problems

Addressing the provided questions one by one:

  1. To prove that using an even number of both 5-cent and 8-cent stamps results in an even amount of postage. If we have even numbers of both stamps, let's say 2n 5-cent stamps and 2m 8-cent stamps, their total value will be 10n + 16m cents, which is clearly an even number since the sum or product of even numbers is always even.
  2. To prove that an even amount of postage means an even number of at least one type of stamp: Assume you have an odd number of 5-cent stamps (5(2n+1)) and an odd number of 8-cent stamps (8(2m+1)). The sum would be 10n+5+16m+8, an odd number plus an odd number, which is even; however, to have an even sum starting with even postage requires that one of these initial components must also be even.
  3. Finally, to prove that making exactly 72 cents of postage requires at least 6 of one type of stamp: Since 5 and 8 have a common factor of 1, we can use Bezout's identity. However, trying to write 72 as 5x + 8y, where x and y are integers, shows that getting a sum of 72 requires multiples that go beyond small numbers. For instance, using 9 8-cent stamps gives us 72 cents, fulfilling the condition.

The three parts emphasize the use of modular arithmetic and linear combinations in problem-solving.

User Ifm
by
8.2k points