Question 1126331
Hi!

I have a linear equation question that says to solve for y. When I did the problem I got y=(ba-bx)/a but I'm not sure that is correct. the equation says:

(x/a)+(y/b)=1

Thank you,
Maddie
<pre>IGNORE what the other people are saying. You need to know if you're correct and I will say that you are. Good job!!
The answer that you have: {{{matrix(1,3, y, "=", (ba - bx)/a)}}} can also be written as: {{{highlight_green(system(matrix(1,3, y, "=", (ab - bx)/a), or, matrix(1,3, y, "=", b - bx/a)))}}}