I can't believe that I seriously ask this question as it is so simple.
Given this
$-x^3+4x$
I'd like to factor out -x, so I did
$-x(x^2-4)$
which equals
$-x(x^2-2^2)$
equals
$-x(x-2)(x+2)$
Right?
However, seems like the guys in the lecture script I am reading factored out "x" instead of -x. They have
$x(2-x)(2+x)$
I thought I could multiply my result with -1 to get the same. But that gives me
$x(2-x)(-2-x)$
But thats wrong. Wtf am I doing wrong? I am struggling with the simplest thing! :(
$$x(2-x)(2+x)=x(-1)(x-2)(2+x)=-x(x-2)(x+2)$$
Since the two quantity is the same, you should not expect that multiplying $-1$ to the lecture script answer should give you your answer.