Answer:
Three types of shapes
Step-by-step explanation:
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.
Answer:
f(-4) = 4
Step-by-step explanation:
Fro the graph attached,
We have to calculate the value of the function at x = -4.
As we can find from the graph at the input value x = -4, output value of the function is f(-4) = 4
Therefore, f(-4) = 4 will be the answer.
Answer:
A' 2,2
B' 3, -1
C' -1,0
Step-by-step explanation:
Because you're translating it by -2, 3, you're basically subtracting 2 from the x value and adding 3 to the y value.
A = 4, -1
A' = 2, 2
B = 5, -4
B' = 3, -1
C = 1, -3
C' = -1, 0