Answer:
A. (–8, 2)
Step-by-step explanation:
(1) y = ½x + 6
(2) y = -¾x – 4 Set (1) = (2)
½x + 6 = -¾x – 4 Multiply each side by 4
2x + 24 = -3x – 16 Add 16 to each side
2x + 40 = -3x Subtract 2x from each side
40 = -5x Divide each side by -5
(3) x = -8 Substitute (2) into (1)
y = ½(-8) +6
= -4 + 6
= 2
The solution to the system of equations is (-8 ,2).
You can see the graphs of the two functions in the figure below. The two lines intersect at (-8, 2).
Check:
2 = ½(-8) + 6 2 = -¾(-8) - 4
2 = -4 +6 2 = 6 - 4
2 = 2 2 = 2
Answer:
4
Step-by-step explanation:
8/3 ÷ 2/3
8/3 * 3/2
4
Answer: try to (x) each one by the answer to -0.0035 +70
Step-by-step explanation:
Answer:
7÷(x+1)
Step-by-step explanation:
7÷(x+1)
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.