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
A right triangle can be considered as a special type
because the relationship of its sides can be described using the hypotenuse
formula:
c^2 = a^2 + b^2
or
c^2 = x^2 + y^2
where,
c is the hypotenuse of the triangle and is the side
opposite to the 90° angle
while a and b are the sides adjacent to the 90° angle
In the problem statement, we are given that one of the
side has a measure of 2 = x, while the hypotenuse is 5 = c, therefore calculating
for y:
y^2 = c^2 – x^2
y^2 = 5^2 – 2^2
y^2 = 21
y = 4.58
The natural number is the number before the decimal.
Therefore the answer is:
y = 4
I think the awswer should d
F(x) = -x² + 4
g(x) = 6x
(g - f)(3) = 6(3) - (-(3)² + 4)
(g - f)(3) = 18 - (-9 + 4)
(g - f)(3) = 18 - (-5)
(g - f)(3) = 18 + 5
(g - f)(3) = 23
<span>
</span>
I believe the answer is 10.362
hope this helps