SOLUTION: Solve the equation (2x^2)*y+4y=2x for y as a function of x. Express your answer in calculator syntax form.

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: Solve the equation (2x^2)*y+4y=2x for y as a function of x. Express your answer in calculator syntax form.      Log On


   



Question 898067: Solve the equation (2x^2)*y+4y=2x for y as a function of x. Express your answer in calculator syntax form.
Answer by josgarithmetic(39617) About Me  (Show Source):
You can put this solution on YOUR website!
So solve for y and leave in pure text form.

%282x%5E2%29y%2B4y=2x
%282x%5E2%2B4%29y=2x
y=%282x%29%2F%282x%5E2%2B4%29
y=%282%2F2%29%28x%2F%28x%5E2%2B2%29%29
y=x/(x^2+4) which is the pure text form for y=x%2F%28x%5E2%2B4%29.