Question 634967
I have tried many different ways to solve this equation and I just can't seem to get it right:

                      5/3x-8=x/x+2
==================
If you mean
5/(3x-8) = x/(x+2)
Cross multiply
5(x+2) = x(3x-8)
{{{5x+10 = 3x^2 - 8x}}}
{{{3x^2 - 13x - 10 = 0}}}
*[invoke solve_quadratic_equation 3,-13,-10]
=================
Does that work?