How do you solve #(3x^2-10x-8)/(6x^2 +13x+6) *(4x^2-4x-15)/(2x^2-9x+10)=(x-4)/(x-2)#?

3 Answers
May 21, 2015

If you multiply through by all the denominators (thank goodness for spreadsheets), you find:

#(3x^2-10x-8)(4x^2-4x-15)(x-2)#
#= (12x^4-52x^3-37x^2+182+120)(x-2)#
#= 12x^5-76x^4+67x^3+256x^2-244-240#

#(6x^2+13x+6)(2x^2-9x+10)(x-4)#
#= (12x^4-28x^3-45x^2+76x+60)(x-4)#
#= 12x^5-76x^4+67x^3+256x^2-244-240#

These will be equal for all values of #x in RR#.

Consequently, the problem equation as stated is true for all #x in RR# except those values excluded because they cause one of the denominators to be zero.

#Delta(6x^2+13x+6) = 13^2-(4xx6xx6) = 169-144 = 25 = 5^2#

So this quadratic factor has 2 rational zeros, viz

#x = (-13+-5)/12# i.e. #-3/2# and #-2/3#. These are excluded values.

#Delta(2x^2-9x+10) = 9^2-(4xx2xx10) = 81 - 80 = 1 = 1^2#

So this quadratic factor has rational roots, viz

#x = (9+-1)/4# i.e. #2# and #5/2#. These are excluded values.

The other excluded value would come from the factor #(x-2)#, but that just gives us #2# again.

So in summary, the given equation is true for all

#x in RR# \ #{-3/2, -2/3, 2, 5/2}#

May 21, 2015

Perhaps an easier way is to factor all of the quadratics first, so you can see all the linear factors...

#(3x^2-10x-8) = (3x+2)(x-4)#
#(4x^2-4x-15) = (2x-5)(2x+3)#
#(6x^2+13x+6) = (3x+2)(2x+3)#
#(2x^2-9x+10) = (2x-5)(x-2)#

These can be found using the standard solution for a quadratic:

#ax^2+bx+c = 0# has discriminant #Delta = b^2-4ac# and
roots:

#x = (-b+-sqrt(Delta))/(2a)#

For example, with #(3x^2-10x-8)#, we find roots #-2/3# and #4#, which give us #(3x+2)# and #(x-4)# as factors.

So we find:

#(3x^2-10x-8)/(6x^2+13x+6)*(4x^2-4x-15)/(2x^2-9x+10)#

#= ((3x+2)(x-4))/((3x+2)(2x+3))*((2x-5)(2x+3))/((2x-5)(x-2))#

#=((x-4)/(2x+3))*((2x+3)/(x-2))#

#=(x-4)/(x-2)#

Being identical to the right hand side, the original equation is satisfied for all #x in RR#, except those that cause one of the denominators to become zero.

From our factorization into linear factors, we can quickly see that this happens when #x in { -3/2, -2/3, 2, 5/2 }#

So the equation is true for all #x in RR# \ #{ -3/2, -2/3, 2, 5/2 }#

May 21, 2015

Yet another approach is to eliminate one factor at a time, using synthetic division as follows:

Starting with:

#(3x^2-10x-8)/(6x^2+13x+6)*(4x^2-4x-15)/(2x^2-9x+10)=(x-4)/(x-2)#

First note that #x = 2# is excluded from being a solution, since it causes the denominator on the right to be 0. Remember this for later.

Now let us check to see if either of the numerators on the left hand side are divisible by #(x-4)#. We can do this by substituting #x=4# into each of them in turn and seeing if the result is #0#. We can quickly discard #4x^2-4x-15# as a possibility, since #15# is odd and both of the other terms will be even for any #x in ZZ#. Let's try the other one:

#3x^2-10x-8 = 3xx4^2-10xx4-8 = 48 - 40 - 8 = 0#

So #(3x^2-10x-8)# is divisible by #(x-4)# and we find:
#(3x^2-10x-8) = (x-4)(3x+2)#.

Substituting this factorisation into our original equation we get:

#((x-4)(3x+2))/(6x^2+13x+6)*(4x^2-4x-15)/(2x^2-9x+10)=(x-4)/(x-2)#

We can now divide both sides of the equation by #(x-4)#, eliminating the term #(x-4) to get:

#(3x+2)/(6x^2+13x+6)*(4x^2-4x-15)/(2x^2-9x+10)=1/(x-2)#

Notice that having eliminated one linear factor, we still have two left to try. Let's choose #(3x+2)# next.

#(3x+2)# cannot be a divisor of #(2x^2-9x+10)# because the coefficient of #x^2# is not divisible by #3#. So let's try the term #(6x^2+13x+6)#. Since this has symmetric coefficients, we quickly find that #(6x^2+13x+6) = (3x+2)(2x+3)#.

Substituting this in the equation, we get:

#(3x+2)/((3x+2)(2x+3))*(4x^2-4x-15)/(2x^2-9x+10)=1/(x-2)#

Notice this means that the values #x = -3/2# and #x = -2/3# are excluded as possible solutions, as they would cause the denominator of the first quotient term to be zero.

We can eliminate the common factor in the numerator and denominator of the first quotient to get:

#1/(2x+3)*(4x^2-4x-15)/(2x^2-9x+10)=1/(x-2)#

Repeating this process we eventually arrive at the equation:

#1=1#

...finding along the way that the value #x=5/2# has to be excluded too. The advantage of this approach is that we do not have to use the general quadratic solution to find any of our factors.

So the original equation is true for all #x in RR# except those values of #x# which would cause a denominator to be zero, viz the ones we found #{-3/2, -2/3, 2, 5/2}#.