SOLUTION: Is it always true that √(a^2+b^2 )=a+b? Is it sometimes true? Or is it always false? Please use and example.

Algebra ->  Linear-equations -> SOLUTION: Is it always true that √(a^2+b^2 )=a+b? Is it sometimes true? Or is it always false? Please use and example.       Log On


   



Question 290438: Is it always true that √(a^2+b^2 )=a+b? Is it sometimes true? Or is it always false? Please use and example.
Answer by toidayma(44) About Me  (Show Source):
You can put this solution on YOUR website!
You can answer the question by finding the condition of a,b so that:
sqrt%28a%5E2+%2B+b%5E2%29+=+a+%2B+b
- The first condition is that (a+b) >= 0 since the left side of the equation is never negative.
- When both sides are both >= 0, we have:
sqrt%28a%5E2+%2B+b%5E2%29+=+a+%2B+b <-> a%5E2+%2B+b%5E2+=+%28a%2Bb%29%5E2 <-> 2*a*b = 0 <-> a = 0 or b = 0.
Therefore, (1) is true with two conditions: (1) a + b >= 0 and (2) a*b = 0.
Is it clear now?