116k views
3 votes
Which of the following fits with the recursive rule for the dots above?

Group of answer choices

A) f (x) = f ( x - 1 ) x 4 ; f (1) = 4

B) f (t) = 4t + 1

C) f (x) = f ( x - 1 ) + 4 ; f (1) = 4

D) f (x) = 1 x 4(2)

Which of the following fits with the recursive rule for the dots above? Group of answer-example-1
User JimZ
by
4.4k points

2 Answers

4 votes

Answer: A

Explanation:

User Kamiel
by
4.4k points
2 votes

Answer:

A

Explanation:

The recursive rule lets us find a term in the sequence from the previous term.

The sequence of dots is

4 , 16, 64

Thus multiplying the previous term by 4 gives the required term, thus

f(x) = f(x - 1) × 4 : f(1) = 4

so

f(2) = f(1) × 4 = 4 × 4 = 16 ← true

f(3) = f(2) × 4 = 16 × 4 = 64 ← true

A is the correct choice

User Richard T
by
3.8k points