zepster313
I seem to get lost trying to factor equations. During the test calculators aren't allowed so using the quadratic formula seems a bit wasteful of time.
I have a doubt from the official quantitative guide that I wanted to clear
Problem. In this problem, how do they go from \(x(x-1)^2+5(x-1)^2\) to \((x+5)(x-1)^2\) in one step?
My work. Here I would try to do it the long way but I would get stuck on the last step with the red underline where I don't know how to factor a polynomial of the third degree.
Additionally, how can I quickly factor \(x^2-2x+1\) or any polynomial of the second degree without having to use the quadratic formula. I know this one is a bit easier but what about \(2x^2+6x-42\) for example? How would I quickly factor that to get both solutions of x?
1. How they go from \(x(x-1)^2 + 5(x-1)^2\) to \((x+5)(x-1)^2\):In the expression \(x(x-1)^2 + 5(x-1)^2\), both terms contain \((x-1)^2\) as a common factor. So, you can factor out \((x-1)^2\) from each term:
\(x(x-1)^2 + 5(x-1)^2 = (x-1)^2 (x+5)\)
This is a straightforward factorization using the distributive property, where (x-1)^2 is factored out, leaving x + 5 in the parentheses.
I still don't quite understand what you mean by factor out. Wouldn't removing the \((x-1)^2\) from each term make it just x+5 since you're removing the \((x-1)^2\) from both terms?