Question 349728
Hi,
*Note: Solving for y puts the equation into the slope-intercept form:
General form is: y = mx + b where m is the slope and b th y-intercept
3x+4y-12=0
.
solving for y
y = (-3/4)*x + 3
.
y- intercept is 3  (0,3) a point on the line with a slope of (-3/4)line slants to the left
x-intercept is 4   (4,0)a point on the line (Note as y decreased by 3, x increased by 4)

{{{drawing(300,300,-10,10,-10,10,grid(1),
circle(0, 3,0.3),
circle(4, 0,0.3),

graph( 300, 300,-10,10,-10,10,(-3/4)x+3)) }}}