0 Comments
Explanation:
we just need to transform it into something that looks like
y = ax + c
4x + 9y = 10
9y = -4x + 10
y = (-4x + 10)/9 = (-4/9)x + 10/9
that's it.