162k views
3 votes
I need help on this problem. I don’t understand it at all. Please help me.

I need help on this problem. I don’t understand it at all. Please help me.-example-1
User Asafel
by
8.7k points

1 Answer

6 votes

When dealing with numbers, we find the LCM by factoring the numbers, and then choosing all the primes appearing, with the highest exponent possible.

Similarly, we will factor the polynomials first:


x^4+3x^3 = x^3(x+3)


x^2-9 = (x+3)(x-3)


x^3+6x^2+9x = x(x^2+6x+9) = x(x+3)^2

The following factors emerged:


  • x,\ x^3 We will choose
    x^3 because it has the higher exponent

  • x-3

  • x+3,\ (x+3)^2 We will choose
    (x+3)^2 because it has the higher exponent.

So, the LCM is


x^3(x-3)(x+3)^2

User Nuno Costa
by
8.0k points