Couple more tips (I'm used to sqrt(...) being square root... so... yah)
sqrt (x) = x1/2
sqrt(a) + sqrt(b) =/= sqrt(a + b)
a + xsqrt(b) is the conjugate of a - xsqrt(b), and vice versa
(So a non-surd + surd is the conjugate of a non-surd - surd)
Just as a note, conjugate surds multiply to get a rational number.
[a + xsqrt(b)][a - xsqrt(b)]
= (a)2 - (xsqrt{b})2
= a2 - x2b.
From this, there's this thing called rationalising the denominator.
So say there's a fraction, and the denominator contains a surd. (NOTE - all surds should be able to be expressed in the form a + xsqrt(b) where a and b are rational).
Then, you multiply both numerator and denominator by the conjugate of the denominator, that is, a - xsqrt(b).
The result should be that you have a surd in the numerator and a rational denominator.
Example:
Rationalise the denominator of 5 / (3 + sqrt(2)) - (made up on the spot)
First, we multiply both by the conjugate. This is 3 - sqrt(2). We get:
( 15 - 5sqrt(2) ) / ( 9 - 2 ), and simplifying, we get
( 15 - 5sqrt(2) ) / 7, or, to put it in the form a + sqrt(b);
( 15 / 7 ) - ( 5 / 2 ) sqrt(2)
-------
Hope this helps!