Answer:
x = 
Step-by-step explanation:
2x-6+3=6x-5
2x-3=6x-5
2x-6x=-5+3
-4x=-2
x=.5or 1/2
Answer:
B. -4.
Step-by-step explanation:
Y = mx + b
slope(m) = -1
(7,2)...x = 7 and y = 2
now we sub and find b, the y int
2 = -1(7) + b
2 = -7 + b
2 + 7 = b
9 = b
so ur equation of this line is : y = -1x + 9.....can also be written as :
y = -x + 9....or if u need it in standard form, it is : x + y = 9
Answer:
x = 5
Step-by-step explanation:
√(2x − 1) + 2 = x
√(2x − 1) = x − 2
2x − 1 = (x − 2)²
2x − 1 = x² − 4x + 4
0 = x² − 6x + 5
0 = (x − 1) (x − 5)
x = 1 or 5
Check for extraneous solutions.
√(2(1) − 1) + 2 = 1
√(1) + 2 = 1
3 = 1
No solution
√(2(5) − 1) + 2 = 5
√(9) + 2 = 5
5 = 5
x = 5
Answer:
The equation that goes through this set of points is y = -x + 5
Step-by-step explanation:
In order to find this, we need to start by finding the slope. For that we use the slope formula.
m(slope) = (y2 - y1)/(x2 - x1)
m = (6 - -2)/(-1 - 3)
m = 4/-4
m = -1
Now that we have this, we can use the slope and a point in point-slope form to get the equation.
y - y1 = m(x - x1)
y - 6 = -1(x - -1)
y - 6 = -1(x + 1)
y - 6 = -x - 1
y = -x + 5