Respuesta :
Answer:
Simple, if you you want a perfectly flat line, then simply have A = 0, B = 1, and C = 2, and vuala. It is done.
But if you want any line that isn’t perpendicular to the x-axis, then, it’s again, simple. Just find the slope between the point (-4, 2) and any point on the y-axis.
Which will be,
y = mx + b
m = slope, m = (y2 - y1)/(x2 - x1), b = y-intercept, (p, 0) = arbitrary point on the y-axis
m = (2 - p)/(-4 - 0) = (2 - p)/-4 = (2 - p)/-4
y = ((2 - p)/-4)x + p
Step-by-step explanation: