If line "l" bisects BC, then it goes through the midpoint. Calculate the midpoint using the midpoint formula:
xmidpoint = (x1 + x2)/2 = (1 + 3)/2 = 2
ymidpoint = (y1 + y2)/2 = (4 + -2)/2 = 1
So the midpoint is (2, 1)
It also goes through (3, -3)
Use the point-slope form of a line. First calculate the slope (m) using the slope formula:
m = (y2 - y1)/(x2 - x1)
m = (-3 - 1)/(3 - 2) = -4/1 = -4
The point-slope form is:
y - y1 = m(x - x1)
using m = -4 and (x1, y1) = (2, 1):
y - 1 = -4(x - 2)
y - 1 = -4x + 8
y = -4x + 9