Answer:
x=2
y=3
Step-by-step explanation:
y=−2x+7
y=5x−7
Set the two equations equal since they are both equal to y
−2x+7
=5x−7
Add 2x to each side
-2x+7+2x = 5x-7+2x
7 = 7x-7
Add 7 to each side
7+7 = 7x-7+7
14 =7x
Divide by 7
14/7 = 7x/7
2 =x
Now find 7
y = 5x-7
y = 5(2) -7
y = 10-7
y = 3
Answer:
Yes. Both are graphing calculators. TI 83 has a black only screen while the TI 84 has a colored screen
It is (A). When removing decimal of 0.03 you will get = 3/100 so A is the correct answer.
Answer:
x=7
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.