14.6k views
2 votes
What is the recursive rule for the sequence? @musiclover please help

What is the recursive rule for the sequence? @musiclover please help-example-1
User Gangelo
by
7.9k points

1 Answer

2 votes
a(n) = 17-5(n)

If n = 1 then a(1) = 17-5(1) = 17-5 = 12, so the first term would be 12
If n = 2 then a(2) = 17-5(2) = 17-10 = 7

The difference would be a(1) - a(2) = 12 - 7 = 5

So the recursive formula would be an = a(n-1) + 5 and the first term was 12, so the answer would be A.

User Akway
by
8.5k points

Related questions

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