No worries at all

While I'm here I might as well offer you some LaTeX pointers:
Rather than typing ===> you can use "\Rightarrow" to produce

and similarly if you wanted to have <=> you can use "\Leftrightarrow" to produce

Also instead of having
[tex]\frac { 2}{2 \sqrt 2} [/tex] = [tex]\frac {1}{\sqrt 2}[/tex]You can simply have
[tex]\frac { 2}{2 \sqrt 2} = \frac {1}{\sqrt 2}[/tex]Lastly something that might come in handy for the future. If you want to have something like
+2(x+3)<br />\\&=(x+2)(x+3)<br />\end{align}<br />)
Start with "\begin{align}", start new lines with "\\" and place ampersand's before what you want to align before finishing with a "\end{align}", like so:
\begin{align}
x^2+5x+6 &= x^2 + 3x + 2x + 6
\\&=x(x+3)+2(x+3)
\\&=(x+2)(x+3)
\end{align}
Enjoy!
= 
Also some people (for the most-part I personally couldn't care tbh) are always keen on rationalising the denominator so don't forget you can always use the nifty trick you mentioned earlier to rewrite that as

if you wish
