Question 548093
3x -2y = 10
-2y = -3x + 10
y = 3/2*x -5
.
{{{ graph(500,500,-5,5,-5,5,3/2*x-5) }}}
.
slope = 3/2
y-intercept = (0, -5)
.
To find the x-intercept, set y=0 and solve for x.
.
0 = 3/2*x -5
-3/2*x = -5
x = 10/3
(10/3, 0)
.
That's about it.