Question 1031718
5/(x^2+x-6) = 2 + (x-3)/(x-2)
x^2+x-6 can be factored.
---
{{{5/((x+3)*(x-2)) = 2 + (x-3)/(x-2)}}}
LCD = (x+3)*(x-2)
---
{{{5/((x+3)*(x-2)) = 2 + (x-3)*(x+3)/LCD}}}
Multiply thru by DEN, the LCD
5 = 2*(x^2+x-6) + (x-3)*(x+3)
5 = 3x^2 + 2x - 21
3x^2 + 2x - 26 = 0
*[invoke solve_quadratic_equation 3,2,-26]
==========================