30.2k views
1 vote
Zina spends 1.5 hours setting up her sewing machine and making one hat. The total amount of time spent making hats can be represented by the sequence below. 1.5, 2.25, 3.0, 3.75, ... Which recursive formula can be used to determine the total amount of time spent making hats based on the total amount of time spent previously?

User Jian
by
8.4k points

2 Answers

5 votes

Answer:

f(n+1) = f(n)+0.75

Explanation:

it’s just a matter of trying each answer to see which one works.

User Zorgan
by
9.0k points
3 votes
Based on the sequence, it shows an Arithmetic Sequence. The difference from one number to the other is 0.75. In order to get the sum of the sequence at a given N items, you need to use the formula.

The formula is S = N/2 [2a1 + (N-1)d].
S = sum
N = number of items
a1 = first item of the sequence
d = difference from one item to the next item

User MD Ashik
by
8.1k points