The recursive sequence that would produce the sequence 8,-35,137,… is T(n + 1) = -3 - 4T(n) where T(1) = 8
<h3>How to determine the recursive sequence that would produce the sequence?</h3>
The sequence is given as:
8,-35,137,…
From the above sequence, we can see that:
The next term is the product of the current term and -4 added to -3
i.e.
Next term = -3 + Current term * -4
So, we have:
T(n + 1) = -3 + T(n) * -4
Rewrite as:
T(n + 1) = -3 - 4T(n)
Hence, the recursive sequence that would produce the sequence 8,-35,137,… is T(n + 1) = -3 - 4T(n) where T(1) = 8
Read more about recursive sequence at
brainly.com/question/1275192
#SPJ1
Are you graphing or trying to find the answer
Answer:

Step-by-step explanation:
Three feet make a yard, so 2 yards is 6 feet
If we divide the top (numerator) and the bottom (denominator) by 2 we get
÷
= 
Answer:
5.6 ounces OR 5 and 3/5
Step-by-step explanation:
Answer:
A
Step-by-step explanation:
given the roots of a polynomial, say x = a, x = b and x = c, then
(x - a), (x - b) and (x - c) are it's factors and the polynomial is the product of it's factors.
here the roots are x = 4, x = - 5 and x = 7, hence
(x - 4), (x + 5) and (x - 7) are the factors
f(x) = a(x - 4)(x + 5)(x - 7) ← a is a multiplier
let a = 1 and expand the factors
f(x) = (x² + x - 20)(x - 7)
= x³ + x² - 20x - 7x² - 7x + 140
= x³ - 6x² - 27x + 140 → A