Answer:
C. y=x+7
Step-by-step explanation:
If you add 7 to the values on the left, you'll get the values on the right.
Answer:

Step-by-step explanation:
The formula for a circle of radius r centered at (h, k) is ...
(x -h)^2 +(y -k)^2 = r^2
Both of the given points are on the line y=-1. The distance between them is the difference of their x-coordinates, 2 -(-2) = 4. So, the radius of the circle is 4 and the equation becomes ...
(x -2)^2 +(y -(-1))^2 = 4^2
(x -2)^2 +(y +1)^2 = 16 . . . . . . . . . matches choice A
Answer:
(1,1)
Step-by-step explanation:
The choices are not visible, however are unnecessary to solve this problem.
Given y = 3x - 2 and y = -2x + 3
[Set them equal to each other]
3x - 2 = -2x + 3
[Find x]
3x + 2x - 2 = 3
3x + 2x = 5
5x = 5
x = 1
[Plug x = 1 to both equations to check and find y]
y = 3x - 2
y = 3(1) - 2 = 3 - 2 = 1
y = -2x + 3
y = -2(1) + 3 = -2 + 3 = 1
Both are equal to y = 1 when x = 1
The point is then: (1,1)