Question 681678
Can you please show me how to solve the following equation. We are not solving for x, but for all solutions.
-------
x is the only variable, the only thing to solve for.
----------
x/(x-1) + 8/x = 10/4 = 5/2
Mutliply by 2x(x-1)
2x*x + 8*2*(x-1) = 5x*(x-1)
{{{2x^2 + 16x - 16 = 5x^2 - 5x}}}
{{{3x^2 - 21x + 16 = 0}}}
*[invoke solve_quadratic_equation 3,-21,16]