Answer:
-1.70588235294
1. X3, 15x - 10y = 80 15x - 7y = 51
-17y = 29
2. 8 = 1/60 + a. 8 - 1/60 = 7.98333333333
6 = 1/80 + b. 6 - 1/80 = 5.9875
13.9708333333
3. I genuinely dont know sorry.
4. Pencil = $0.05. Pen = $1.05
Step-by-step explanation:
The explanatory variable is the amount of exposure the student is given to classical music.
The slope represents the how fast the bird is climbing and the Y intercept represents where the bird started to climb
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