55,971 views
5 votes
5 votes
23. Explain the Error To find the 5th term of a sequence where f(1) = 4 and f(1) = 2.1(1 - 1) + 1 foreach whole number greater than 1, Shane calculates (4.2.2.2.2) + 1 = 65. Is this correct? Justifyyour answer24. Critical Thinking Write a recursive rule for a sequence where every term is the same,

23. Explain the Error To find the 5th term of a sequence where f(1) = 4 and f(1) = 2.1(1 - 1) + 1 foreach-example-1
User FBRNugroho
by
2.7k points

1 Answer

16 votes
16 votes

23. Shane's answer is not correct, because: shane did'n remember that the function is defined recursively and not with a powers of two.

24.the recursive rule will be

f(1)=a, where a is any constant and f(n)=f(n-1) for all n greater or equal than 2.

LESSON PERFORMANCE TASK

23. Explain the Error To find the 5th term of a sequence where f(1) = 4 and f(1) = 2.1(1 - 1) + 1 foreach-example-1
23. Explain the Error To find the 5th term of a sequence where f(1) = 4 and f(1) = 2.1(1 - 1) + 1 foreach-example-2
User Dtk
by
3.3k points