SOLUTION: Solve by the LCM method:
{{{6/(y+3)+ 2/y =(5y-3)/(y^2-9)}}}
I am unable to come up with the LCD: (y+3)(y-3)? Unsure of how to work this. Once I have the LCD, I believe I wi
Algebra ->
Polynomials-and-rational-expressions
-> SOLUTION: Solve by the LCM method:
{{{6/(y+3)+ 2/y =(5y-3)/(y^2-9)}}}
I am unable to come up with the LCD: (y+3)(y-3)? Unsure of how to work this. Once I have the LCD, I believe I wi
Log On
Question 299158: Solve by the LCM method:
I am unable to come up with the LCD: (y+3)(y-3)? Unsure of how to work this. Once I have the LCD, I believe I will be able to solve it. Thank you in advance for your help. Found 3 solutions by mananth, MathTherapy, ikleyn:Answer by mananth(16949) (Show Source):
You can put this solution on YOUR website!
6 / y+3 -5y-3 / y^2-9= 2/y
6(y-3) - (5y-3) / y^2-9 = 2/y
6y-18 -5y+15 = 2(y^2-9) /y
y-3= 2(y^2-9) /y
y(y-3)= 2 (y^2-9)
y= 2(y+3)(y-3) / (y-3)
y=2(y+3)
y=2y+6
y=-6
Ananth
You can put this solution on YOUR website! .
Solve by the LCM method:
+ = .
I am unable to come up with the LCD: (y+3)(y-3)? Unsure of how to work this.
Once I have the LCD, I believe I will be able to solve it. Thank you in advance for your help.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The solution in the post by @mananth is incorrect.
I came to bring a correct solution.
LCM (the Least Common Multiple) is y*(y^2-9) = y*((-3)*(y+3).
So, we multiply both sides of the given equation by this expression y*(y-3)*(y+3).
We get
6y*(y-3) + 2(Y^2-9) = (5y-3)y,
6y^2 - 18y + 2y^2 - 18 = 5y^2 -3y,
3y^2 - 15y - 18 = 0,
y^2 - 5y - 6 = 0,
(y-6)*(y+1) = 0.
The roots are y = 6 and/or y = -1.
ANSWER. The solutions for the given equation are y= 6 and/or y = -1.
To , I used a free of charge plotting tool at web-site http:\\www.desmos.com/calculator/
I printed the formulas for the left side and right side functions and got two plots.
They have exactly two intersection points at y = 6 and y = -1 , confirming my solution.