How do I change an Ax+By=C equation to a y=mx+b equation where m is the slope and b is the y intercept like 4x+2y=8?

2 Answers
Mar 21, 2018

y=(-A/B)x+C/Ay=(AB)x+CA

Explanation:

If
color(white)("XXX")Ax+By=CXXXAx+By=C
then
after subtracting AxAx from both sides:
color(white)("XXX")By=-Ax+CXXXBy=Ax+C
then dividing both sides by BB
color(white)("XXX")y=(-A/B)x+C/AXXXy=(AB)x+CA
which is the slope-intercept form with
color(white)("XXX")XXXslope=(-A/B)=(AB)
and
color(white)("XXX")XXXy-intercept=(C/A)=(CA)

Mar 21, 2018

y=-2x+4y=2x+4

Explanation:

"Rearrange "4x+2y=8" into required form"Rearrange 4x+2y=8 into required form

"subtract "4x" from both sides"subtract 4x from both sides

cancel(4x)cancel(-4x)+2y=-4x+8

rArr2y=-4x+8

"divide all terms by 2"

(cancel(2) y)/cancel(2)=(-4)/2x+8/2

rArry=-2x+4larrcolor(red)"in slope-intercept form"