asked 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?

asked
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.

answered
User David Ding
by
9.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.