When you take the square root of a plain-old number, not an expression, the GMAT always means the positive root. For example, sqrt(3^2) = sqrt(9) = 3, NOT -3. Similarly, sqrt[(-3)^2] = sqrt[9] = 3, NOT -3, even though -3 was the original base we squared inside the radical. More generally, sqrt(x^2) = |x|.
In this problem, the question is what to do with sqrt[(d+3)^2]. Following the general rule above, sqrt[(d+3)^2] = |d+3|, which could be (d+3) or -(d+3), depending on the sign of (d+3).
Going back to your original question, guy29:
Quote:
The reasoning behind having two answers is that the square root of the equation d^2 + 6d + 9 is both d+3 and -(d+3). But since the question shows a square root symbol, shouldn't we assume it's asking for the positive square root?
You are right, you want the positive square root. But without knowing the value of d, how can you know which one that is? When unknowns are found under the square root sign, you must consider both cases.