How can I factor these polynomials?

  • Context: High School 
  • Thread starter Thread starter cjackson
  • Start date Start date
  • Tags Tags
    Polynomials
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
cjackson
Messages
38
Reaction score
0
I'm in desperate need of help with factoring. Basically, how do you do it?

Below is an example of what I'm up against.

54c^2d^5e^3; 81d^3e^2

It wants me to find the greatest common factor.

http://www.rempub.com/80-activities-to-make-basic-algebra-easier

That is the book I'm working out of.
 
Mathematics news on Phys.org
[tex]a^3=a\times a^2[/tex]
So if you wanted to find the greatest common factor of [itex]a^2; a^3[/itex] then it would be [itex]a^2[/itex]. Basically, if you have any [itex]a^n[/itex] for n greater than 2, then the common factor will always be the one with the smallest power index, in this case 2.

[tex]m^3n^5; n^7m^2[/tex]
In this case, the smallest index of the m's is 2, and the smallest of the n's is 5, hence the greatest common factor is [itex]m^2n^5[/itex].

For numbers, you need to break them up into their prime factors. For example,
[tex]12=4\times 3 = 2^2\times 3[/tex]
and
[tex]90 = 9\times 10 = 3^2\times 2\times 5[/tex]

This is the same problem as earlier with the variables, but now we just have numbers where variables would've otherwise been. It's the exact same procedure though, as long as you break the number into its prime factors.
So to find the great common factor of 12 and 90, we notice that the highest power of the 2's is 1 (hence just [itex]2^1=2[/itex]), the highest power of the 3's is 1, and 5 is only present in one of the numbers so no 5 common factor. Hence the answer is [itex]2^1\times 3^1=2\times 3 = 6[/itex].
 
Simon Bridge said:
Notice that d and e are factors in common?
BTW: just checking - is that an actual example from the book or one you made up?
It's straight from the book.
 
How do I factor monomials, binomials, trinomials and quadratic equations?

Here are some more examples from the book.

24x^3y^2-20x^2y^2+16xy^2

x^2+5x+6

3y^2+8y+4
 
cjackson said:
How do I factor monomials, binomials, trinomials and quadratic equations?
General factorization of polynomials is too involved for us to attempt to answer it here in an online forum. Your book must show worked examples of each type. If you have a question about a particular step in a single factorization, we can help you with that, but our role here is not to teach you a broad topic in algebra or other area of mathematics.

Thread closed.
cjackson said:
Here are some more examples from the book.

24x^3y^2-20x^2y^2+16xy^2

x^2+5x+6

3y^2+8y+4