Step-by-Step Guide to Factoring Polynomials: Solving a Tricky Problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
Hollysmoke
Messages
185
Reaction score
0
I am stuck on this one polynomail factoring problem and I was wondering if someone could help me with it:

16a^2 - 24ab + 9b^2 - 25c^2

I tried factoring the first 3 terms as a trinomial but I'm not sure if that's what I'm supposed to do. What I wrote down so far is:

(4a -5c)(4a +5c)
 
Physics news on Phys.org
Note: There should be a space between the 5c and 4a
 
Hollysmoke said:
I am stuck on this one polynomail factoring problem and I was wondering if someone could help me with it:

16a^2 - 24ab + 9b^2 - 25c^2

I tried factoring the first 3 terms as a trinomial but I'm not sure if that's what I'm supposed to do. What I wrote down so far is:

(4a -5c)(4a +5c)

[tex](16a^2-24ab+9b^2)-25c^2[/tex]
[tex](4a-3b)^2-25c^2[/tex]

Now note that this is in the form of the difference of two squares, i.e.
[tex]x^2-y^2 = (x+y)(x-y)[/tex] where x = 4a-3b and y = 5c. So finally:
[tex](16a^2-24ab+9b^2)-25c^2 = (4a-3b+5c)(4a-3b-5c)[/tex].

(And, of course, always multiply it back out to check the answer.)

-Dan
 
and of course, after you find X, put it into the original problem to make sure your value works.