PDA

View Full Version : Why couldn't this be factored further?


Peter Tran
Feb19-11, 08:21 PM
1. The problem statement, all variables and given/known data

Factor the following difference of two squares. Assume that variables represent whole numbers.

s^4 - 625

2. Relevant equations

(A)^2 - (B)^2

3. The attempt at a solution

s^4-625
(s^2)^2 - 25^2
(s^2+25)(s^2-25)
(s^2+25)(s+5)(s+5) - Correct

The "program" wants me to stop there, but why? Couldn't I just go ahead and continue factoring the (s^2+25) also?

Mentallic
Feb19-11, 08:29 PM
You can't factor a2+b2. You were able to factor difference of two squares only, not sum of two squares.

p.s. I think you made a typo, it should be (s2+25)(s+5)(s-5)

eumyang
Feb19-11, 08:30 PM
1. The problem statement, all variables and given/known data

Factor the following difference of two squares. Assume that variables represent whole numbers.

s^4 - 625

2. Relevant equations

(A)^2 - (B)^2

3. The attempt at a solution

s^4-625
(s^2)^2 - 25^2
(s^2+25)(s^2-25)
(s^2+25)(s+5)(s+5) - Correct

The "program" wants me to stop there, but why? Couldn't I just go ahead and continue factoring the (s^2+25) also?

No. There is no way to factor s2 + 25 (or any sum of two squares in the form a2 + b2) under the real numbers. However, if you are familiar with complex numbers, then s2 + 25 could be factored further, but I don't know if you need to do that.

Peter Tran
Feb19-11, 08:34 PM
Oh that's right, I completley forgot that I could only factor A2 - B2.
Thanks.