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:
m∠ACD = 40°
Step-by-step explanation:
(4x + 2) + (6x - 12) = 8x,
10x - 10 = 8x,
2x = 10,
x = 5
8(5) = 40°
19) B
20) D
21) A
22) B
23) C
24) C
My b i jus need to answer a q for i can ask one
G = gallons d = days
10g = 3d
?g = 1d
1g = ?d
-------------
for gallons in a day, divide 10g = 3d by 3
d = 10/3 gallons
3 and 1/3 gallons in a day
---------------
for days per gallon, divide 10g = 3d by 10
g = 3/10 days
1 gallon lasts 3/10 of a day