223k views
1 vote
The first T-shirt you buy costs $7, and every additional shirt costs only $5. Let f(n) be the total cost of n shirts. F is a sequence. What kind of sequence is it?

User Treb
by
8.4k points

1 Answer

5 votes

Answer:

f(n) = 2 + 5n. This is an arithmetic sequence.

Explanation:

f(1) = 7

f(2) = 7 + 5

f(3) = 7 + 5 + 5 = 7 +10

f(4) = 7 + 5 + 5 + 5 = 7 + 15

In general,

f(n) = 7 + 5(n -1 )

= 7 + 5n - 5

= 2 + 5n

We have the sequence 7, 12, 17, 22, 27 …

This is an arithmetic sequence, because it is a sequence of numbers in which the common difference between consecutive terms is 5.

User David Ding
by
9.4k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories