SOLUTION: sqrt (a+2)^2

Algebra ->  Radicals -> SOLUTION: sqrt (a+2)^2      Log On


   



Question 399498: sqrt (a+2)^2
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
Is it
sqrt%28%28a%2B2%29%5E2%29
or
%28sqrt%28a%2B2%29%29%5E2?
It makes a difference. In the first expression we do not know if (a+2) is positive or negative. In the second expression, since a+2 is inside of a square root, we know that a+2 cannot be negative.

Both of these expressions look like they would simplify to a+2. But square roots are supposed to be positive (or zero). With the first expression, since we do not if a+2 is positive we must use absolute value to ensure that we have a positive (or zero) result.
sqrt%28%28a%2B2%29%5E2%29+=+abs%28a%2B2%29

With the second expression, since we know that a+2 cannot be negative, we do not need absolute value:
%28sqrt%28a%2B2%29%29%5E2+=+a%2B2