Question 207960: How can I do the factoring of the following: N to the forth power minus 4N to the 3rd power plus n minus 4 Found 2 solutions by Alan3354, stanbon:Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! How can I do the factoring of the following: N to the forth power minus 4N to the 3rd power plus n minus 4
---------
------------
Inspection is a start. Since the coefficients are 1,-4,1,-4, try 1 and -1, and 4 and -4.
If n=-1, that's an obvious zero, since it's 1+4-1-4.
--------------
Divide by (n+1)
=
-----------
Try n = 4: 64 - 80 + 20 - 4 = 0 so (n-4) is a factor.
=
You can put this solution on YOUR website! How can I do the factoring of the following:
N to the forth power minus 4N to the 3rd power plus n minus 4
---------------------------------
N^4 - 4N^3 + N - 4
----
Factor the 1st two terms and the last two terms separately:
N^3(N-4) + (N-4)
Factor again to get the final answer:
(N-4)(N^3+1)
Factor again:
(N-4)(N+1)(N^2-N+1)
================================================================================
Cheers,
Stan H.