Given the equation:
$$ \sqrt a + \sqrt b = 8 $$
Why is it wrong to remove the radicals like this?
$$\sqrt a + \sqrt b = 8 $$
$$(\sqrt a)^2 + (\sqrt b)^2 = 8^2$$
$$a + b = 64$$
Instead you have to do this way as my answer key says:
$$(\sqrt a + \sqrt b)^2 = 8^2 $$
$$a + 2\sqrt ab + b = 64$$
Doesn't the first method suffice in terms of doubling both sides?
You can't remove radicals that way because it results in false equations.
Let's try it with an explicit example: $$\sqrt{4} + \sqrt{9} = 5 $$ Fine so far. Now let's try what you suggest: $$(\sqrt{4})^2 + (\sqrt{9})^2 = 4 + 9 = 13 \ne 25 = 5^2 $$
In general, you can always test a proposed "law of algebra" by plugging in numbers. All you have to do is to find one counterexample which makes the law false, and the proposed "law" falls apart.