30,368 views
39 votes
39 votes
Can someone please explain to me how to isolate y?

The original: x = (4y+2)/(5y-2)
Here's what I've done so far: multiply both sides by 5y-2 to get it out of the denominator which gave me x(5y-2) = 4y+2. Then I moved everything to the left side (I really don't know why I did that myself, but I did) which gave me: x(5y-2)-4y-2 = 0. What's next?

User Goswin Rothenthal
by
2.8k points

1 Answer

19 votes
19 votes

Answer:


y=(2x+2)/(5x-4)

Explanation:

So we have the equation:


x=(4y+2)/(5y-2)

I'm assuming this is the result of finding an inverse function, and this may seem tricky at a glance, but generally whenever we have a function with two y's, we want to somehow factor out the y.

To achieve this, let's first remove the denominator by multiply both sides by (5y - 2)


x(5y-2) = 4y+2

Now let's distribute the 5y - 2


5xy - 2x = 4y+2

Remember, our goal is to factor out the y, so let's move all the terms with "y" on one side, and all the terms without "y" on the other side. So add 2x to both sides.


5xy = 4y+2+2x

Now from here subtract 4y from both sides


5xy-4y=2+2x

Now from here, we can finally factor out y on the left side


y(5x-4) = 2+ 2x

Notice, we now only have one y term, so from here it's easy to solve the equation! We simply divide both sides by (5x - 4) to isolate this y term


y=(2x+2)/(5x-4)

and now we get our final answer!

User Prasath S
by
3.0k points