Answer:
Step-by-step explanation:
Answer:
4x + 1 and 6x - 2x - 2 + 3
Step-by-step explanation:
we can expand and find 2 equations that are the same as this
one being 6x+3 -2x -2
and another being 4x + 1
hope this helps!
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.
x^2 + 6x + 7 = (x + 3)^2 - 2
So the axis of symmetry is x = -3