What is $(\sqrt3-1)^2$?

76 Views Asked by At

Does $(\sqrt3-1)^2=3+1$ or $3-2\sqrt3+1$?

4

There are 4 best solutions below

1
On

It is equal to $3 - 2 \sqrt{3} +1$

0
On

Hint: Remember that $$\begin{align} \color{red}{(a+b)^2}&=(a+b)(a+b) \\ &=a(a+b)+b(a+b)\\ &=a^2+ab+ba+b^2 \\ &=\color{red}{a^2+2ab+b^2}. \end{align}$$

1
On

Note that: $(a-b)^2=a^2-2ab+b^2,(a^b)^c=a^{bc}$

Let $a=3^{1/2}$ and let $b=1$ in both sides of the above result, we get:

$(3^{1/2}-1)^2=(3^{1/2})^2-2(3^{1/2})(1)+(1)^2=3-2(3^{1/2})+1=4-2(3^{1/2})=4-2\sqrt{3}=2(2-\sqrt{3})$.

0
On

$(\sqrt 3 -1 )^2 = (\sqrt 3)^2 + 1^2 - 2 \cdot 1 \cdot \sqrt 3 = 4-2\sqrt 3$ , by applying $$(a-b)^2 = a^2 + b^2 -2ab$$