Answer:
By putting the coordinates on the graph I think
Step-by-step explanation:
Answer:
x = 24
Step-by-step explanation:
Firstly, isolate x by adding 2 to both sides.
9 = 3/8x
Then, multiply 8 to both sides.
72 = 3x
Then, divide both sides by 3.
24 = x
Answer:
i am sorry but i dont know
Step-by-step explanation:
Answer:
1. S(1) = 1; S(n) = S(n-1) +n^2
2. see attached
3. neither
Step-by-step explanation:
1. The first step shows 1 square, so the first part of the recursive definition is ...
S(1) = 1
Each successive step has n^2 squares added to the number in the previous step. So, that part of the recursive definition is ...
S(n) = S(n-1) +n^2
__
2. See the attachment for a graph.
__
3. The recursive relation for an arithmetic function is of the form ...
S(n) = S(n-1) +k . . . . . for k = some constant
The recursive relation for a geometric function is of the form ...
S(n) = k·S(n-1) . . . . . . for k = some constant
The above recursive relation is not in either of these forms, so it is neither geometric nor arithmetic.
Answer:
From the graph, the slope is -4/5 and the y-intercept is 4 so the slope-intercept equation is y = -4/5x + 4. To convert to standard form we'll do:
y = -4/5x + 4
5y = -4x + 20
4x + 5y = 20