You can put this solution on YOUR website! what is an equivalent to (5 - 2*(square root of 3))^2
----
Form to remember:: (a-b)^2 = a^2 -2ab + b^2
----------------
Your Problem::
= 5^2 - 2*5*sqrt(3) + (2sqrt(3))^2
-----
= 25 - 10sqrt(3) + 12
-----
= 37 - 10sqrt(3)
------------------
Cheers,
Stan H.
----------