You can put this solution on YOUR website! You are using the ^ symbol incorrectly.
2^3 means 2 raised to the third power
^ cannot be used without the power.
If you mean 2 squared then use 2^2
^ does not mean square root. Use sqrt(6) to express square root of 6