How to factor $x + 1 - 2 \sqrt x$?

222 Views Asked by At

My teacher said the answer is $(\sqrt x -1)^2$, but I want to know how he figured it out. I know it's a trick I learned years ago, but I can't remember how to do this.

3

There are 3 best solutions below

1
On BEST ANSWER

Substitute $y:=\sqrt x$ to get $y^2-2y+1$

0
On

This is a quadratic in $\sqrt{x}$. If you let $\sqrt{x} = y$, this becomes $y^2 - 2y - 1$ which can be factorized.

3
On

$$\begin{align} x + 1 − 2\sqrt{x}&=x + 1 − \sqrt{x}- \sqrt{x}\\ &= x − \sqrt{x} + 1 - \sqrt{x}\\ &= \sqrt{x}(\sqrt{x} - 1) - 1(\sqrt{x} - 1)\\ &= (\sqrt{x} - 1)(\sqrt{x} - 1)\\ &= (\sqrt{x} - 1)^{2} \end{align} $$