SOLUTION: Find a recursive rule for the sequence 1, 4, 9, 22,
Algebra
->
Expressions-with-variables
-> SOLUTION: Find a recursive rule for the sequence 1, 4, 9, 22,
Log On
Algebra: Expressions involving variables, substitution
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Expressions-with-variables
Question 823918
:
Find a recursive rule for the sequence 1, 4, 9, 22,
Answer by
tommyt3rd(5050)
(
Show Source
):
You can
put this solution on YOUR website!
Notice the pattern:
2*4+1=9
2*9+4=22
so a reasonable possibility is:
,