Jul 18, 2024
ax + by = c
.y = mx + b
, where:
m
is the slopeb
is the y-interceptx
term to the right side of the equation.
2x + y = 3
, move 2x
to the right to get y = -2x + 3
.y
: Ensure y
is by itself on one side of the equation.2x + y = 3
2x
to the right: y = -2x + 3
m = -2
b = 3
(0, 3)
m = -2
(rise/run): Move down 2 units and 1 unit to the right.3x - 4y = 12
3x
to the right: -4y = -3x + 12
-4
y = 3/4x - 3
m = 3/4
b = -3
(0, -3)
m = 3/4
(rise/run): Move up 3 units and 4 units to the right.