Let P(n) be the statement that a postage of n cents can be formed using just 4-cent and 7-cent stamps. Use strong induction to prove that P(n) is true for all integers greater than or equal to some threshold x.

Respuesta :

ridxee

Answer:

True for n = 18, 19, 20, 21

Step-by-step explanation:

[tex]P(n) =[/tex] a postage of [tex]n[/tex] cents; where [tex]P(n) = 4x + 7y[/tex]. ( [tex]x[/tex] are the number of 4-cent stamps and [tex]y[/tex] are the number of 7-cent stamps)

For [tex]n=18, P(18)[/tex] is true.

This is a possibility, if [tex]x= 1 \ and \ y=2[/tex]

[tex]P(18) = 4(1) + 7(2) = 4 + 14 = 18[/tex]

Similarly for [tex]P(19)[/tex]:

[tex]P(19) = 4(3) + 7(0) = 19[/tex]

[tex]P(20) = 4(5) + 7(0) = 20\\P(21) = 4(0) + 7(3) = 21[/tex]