
Alissa P.
asked 04/20/16The recursive rule for the sequence below is an=an-1-an-2an=an-1-an-2 2, 3, 6, 18
I need to know if the sequenc of umbers matches
More
1 Expert Answer

David W. answered 04/20/16
Tutor
4.7
(90)
Experienced Prof
a1 = 2
a2 = 3
an = an-1 * an-2
2, 3, 6, 18
O.K., let's find:
a1 = 2 [given]
a2 = 3 [given]
a3 = a2 * a1 = 3 * 2 = 6 [check]
a4 = a3 * a2 = 6 * 3 = 18 [check]
Yep, they match (note: I used '*' and interpreted the problem statement).
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Mark M.
04/20/16