A recursive sequence is a sequence of numbers whose values are determined by the numbers that come before them in the sequence.
We’re given a sequence whose (n + 1)-th term f(n + 1) depends on the value of the n-th term f(n), specified by the recursive rule
f(n + 1) = -4 f(n) + 3
We’re also given the 1st term in the sequence, f(1) = 1. Using this value and the recursive rule, we can find the next term f(2). (Just replace n with 1.)
f(1 + 1) = -4 f(1) + 3
f(2) = -4 • 1 + 3
f(2) = -1
We do the same thing to find the next term f(3) :
f(2 + 1) = -4 f(2) + 3
f(3) = -4 • (-1) + 3
f(3) = 7
One more time to find the next term f(4) :
f(3 + 1) = -4 f(3) + 3
f(4) = -4 • 7 + 3
f(4) = -25
Answer:
1603
Step-by-step explanation:
3^3*4^3-5^3
__________
3*3*3=9*3=27
4*4*4=16*4=64
5*5*5=25*5=125
(27*64)-125
1728-125
1603
It's asking you to shift the graph of; y = 5x up 3 units. if you add 3 to the equation, all y-values will be increased by 3 this shifts the graph up exactly 3 units.
y = 5x + 3
Answer:
4.16
Step-by-step explanation:
Mixed Number = 4 1/6
Decimal = 4.16
Fraction = 4.1666666
Percentage = 416%
Answer:
A"(1, -5)
B"(3, -5)
C"(4, -3)
D"(2, -3)
Step-by-step explanation:
When you are graphing coordinates make sure you have graph paper. When you plot the coordinates you reflect it over the x axis. The slide down 2 units down.
Hope this helps ☝️☝☝