219,385 views
45 votes
45 votes
Drag and drop the correct number or expression into each box to complete the recursive rule to describe the sequence 8, 16, 24, 32 ... f(1) =(_____),f(n)=f(____)+______ for each whole number greater than 1. 16 n +1 8 n - 1

Drag and drop the correct number or expression into each box to complete the recursive-example-1
User Lotan
by
2.9k points

1 Answer

26 votes
26 votes

1) Writing a Recursive rule for that Arithmetic Sequence

Let's firstly pick the first element, a recursive rule depends on the previous element.

f(1) = 8

2) Looking at the Sequence, the common ratio is 8

f(1)= 8

f(3+1)

f(4) = 8 +(3-1)*8

f(2) = 8 +(2)8

f(2) = f(3)

For n > 1

f(2) = f(1) +8

So f(n) = f(n-1) +8

User Marcos Cassiano
by
3.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.