Answer: (0,1), (1,0)
Step-by-step explanation:
plug in a number for y.
ex) x=0 y=1
y=-x + 1
1= -0 + 1
1=0 + 1
Answer:1
Step-by-step explanation:
-12 - 8(5)= -52
-6> -52
1)80
2)55
3)D
4)F
5)-20
6)B
Hope that helps
Answer:
g(1) = -65; g(n) = g(n-1) -15
Step-by-step explanation:
Using n = 1, 2, 3, we can find the first three terms of the sequence:
g(1) = -50 -15 = -65
g(2) = -50 -15(2) = -80
g(3) = -50 -15(3) = -95
The first term of the arithmetic sequence is -65, so that is g(1). Each next term is 15 less than the one before, so the recursive formula is ...
g(n) = g(n-1) -15
The complete recursive function definition requires both parts:
g(1) = -65
g(n) = g(n-1) -15