Ok, consider P(x) = x^4 - 3x^3 - 35x^2 + 39x + 70
once you found some factors suchs as -1 and 2, by
P(-1) = 1 + 3 - 35 - 39 + 70 = 0 and P(2) = 16 -24 -140 + 78 + 70 = 0, this can be done on calculator to check.
therefore x+1 and x-2 are factors, therefore x^2 -x -2 is a factor
so P(x) = x^4 - 3x^3 - 35x^2 + 39x + 70
= x^4 - x^3 - 2x^2 - 2x^3 + 2x^2 + 4x -35x^2 + 35x + 70 (**)
= (x^4 - x^3 - 2x^2) + (- 2x^3 + 2x^2 + 4x) + (-35x^2 + 35x + 70) ... I'm just putting brackets here for clarity
= x^2(x^2 -x -2) -2x(x^2 -x -2) - 35(x^2 -x -2)
= (x^2 -x -2)(x^2 -2x - 35)
= (x-2)(x+1)(x+5)(x-7)
(**) what i have done here is to break up the terms into mulitples of x^2 -x -2, ie, since it starts with x^4 i make the terms x^4 - x^3 - 2x^2 whihc are x^2 times x^2 -x -2. Then i move on to x^3 and put a multiple of it that would satisfy the equality, ie ive got -x^3 from the bit before, and all the x^3 terms must sum up to - 3x^3, given by P(x), so i must make the next term -2x^3. Then i continue and add the x^2 and x terms which would make it a multiple of x^2 -x -2, then so on. You now what terms to add because they must sum up to the original P(x).
This is in fact the same process as polynomial division, where you would divide P(x) by x^2 -x -2, but a much bigger space saver.
Normally when i'd write that, i'd just use lines 1, 2, 5 and 6. Maybe not 2 lines but still.
Also, if you know a couple of roots, it is sometimes easier to use the relationships between the roots and the coefficients of terms (eg sum of roots, products of roots etc).