how do you convert y=-1/2x+5 to standard form?
=====================================================
The standard form of the equation of a line is
Ax + B = C where |A|,|B|, and |C| are relatively prime integers,
if possible, and where A is positive.
y = (-1/2)x + 5
Clear of fractions by multiplying through by LCD = 2
2·y = 2·(-1/2)x + 2·5
2y = -x + 10
Add x to both sides:
x + 2y = 10
That's it!
Edwin