Your recursive definition is correct.
Since the sequence is arithmetic, the formula to use for the non-recursive definition is:
t(n) = t(1) + (n-1)d, where d is the common difference
So, t(n) = 2 + 5(n - 1)
t(n) = 5n - 3
K M.
asked 09/19/19I think I have the recursive, which is t(1) = 2 and t(n) = t(n-1) + 5 but im unsure how to write non-recursive
Your recursive definition is correct.
Since the sequence is arithmetic, the formula to use for the non-recursive definition is:
t(n) = t(1) + (n-1)d, where d is the common difference
So, t(n) = 2 + 5(n - 1)
t(n) = 5n - 3
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.