SOLUTION: Please help with this problem. Z=sqrt((1000^2)+(1592^2)) It is my understanding that the square root of a "number" squared is the "number". If this is true I would solve this as

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: Please help with this problem. Z=sqrt((1000^2)+(1592^2)) It is my understanding that the square root of a "number" squared is the "number". If this is true I would solve this as      Log On


   



Question 150807: Please help with this problem.
Z=sqrt((1000^2)+(1592^2))
It is my understanding that the square root of a "number" squared is the "number".
If this is true I would solve this as: Z=1000+1592 so Z=2592, but Im not sure this is correct

Found 4 solutions by jim_thompson5910, ankor@dixie-net.com, Earlsdon, Edwin McCravy:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Z=sqrt%28%281000%29%5E2%2B%281592%29%5E2%29 Start with the given equation.


Z=sqrt%281000000%2B2534464%29 Square 1000 to get 1,000,000. Square 1592 to get 2,534,464

Z=sqrt%283534464%29 Add


Z=1880.02 Take the square root of 3,534,464 to get approximately 1,880.02

Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
Z=sqrt((1000^2)+(1592^2))
No, if there were a * (multiply) between them it would be 1000*1592
but if there's a plus or a minus you have to do the math inside the radical
then find the square root of that
:
You can prove this to yourself with a calc: Enter sqrt%281000%5E2%2B1592%5E2%29 = 1880...

Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
Evaluate:
Z+=+sqrt%28%281000%5E2%29%2B%281592%5E2%29%29
While your statement - "...the square root of a 'number' squared is the 'number'." is true, your conclusion is faulty.
You can easily see this in the Pytagorean theorem:
c%5E2+=+a%5E2%2Bb%5E2 Taking the square root of both sides we get...
c+=+sqrt%28a%5E2%2Bb%5E2%29 and this is NOT the same as c+=+a%2Bb because the sum of the squares is not the same as the sum of the numbers, so...
Z+=+sqrt%28%281000%5E2%29%2B%281592%5E2%29%29 Square the numbers under the radical sign.
Z+=+sqrt%281000000%2B2534464%29 Add the numbers under the radical sign.
Z+=+sqrt%283534464%29 Now extract the square root.
Z+=+1880.017...and this is an irrational number (a non-repeating, non-terminating decimal).

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
Please help with this problem.
Z=sqrt((1000^2)+(1592^2))
It is my understanding that the square root of a "number" squared is the "number".
If this is true I would solve this as: Z=1000+1592 so Z=2592, but Im not sure this is correct


This is a very common error in mathematics. 

Notice that when there is only MULTIPLICATION under the radical,
what you did would have been correct: 

sqrt%283%5E2%2A4%5E2%29=3%2A4 is TRUE because
sqrt%289%2A16%29+=+12
sqrt%28144%29+=+12
12=12

However, when there is ADDITION or SUBTRACTION 
under the radical, that does NOT WORK:  

sqrt%283%5E2%2B4%5E2%29=3%2B4 is FALSE because
sqrt%289%2B16%29+=+7
sqrt%2825%29+=+7
5=7
            
So what you did won't work because of the PLUS SIGN 
under the radical.  If they had been MULTIPLIED under 
the radical, then you could have.

If the problem had been this  Z=sqrt%28%281000%5E2%29%281592%5E2%29%29 then the
answer would have been Z=1000%2A1592 and then Z=1592000

However there was ADDITION under the radical, so you cannot
take individual square roots.  All you can do is do whatever 
you can under the radical FIRST.

Z=sqrt%28%281000%5E2%29%2B%281592%5E2%29%29

Z=sqrt%281000000%2B2534464%29

Z=sqrt%283534464%29

Z=sqrt%2864%2A55226%29

Z=sqrt%2864%29sqrt%2855226%29

Z=8sqrt%2855226%29

That's the simplest radical form.

The approximate decimal value is

Z=1880.017021

----------------------

Notice that 

sqrt%28A%5E2%2AB%5E2%29+=+A%2AB

Howver,

sqrt%28A%5E2+%2B+B%5E2%29+%3C%3E+A%2BB

Math rules that work when things are MULTIPLIED or 
DIVIDED will NEVER work for things ADDED or 
SUBTRACTED.

and likewise:

Math rules that work for things ADDED or SUBTRACTED 
will NEVER work for things MULTIPLIED or DIVIDED.

Edwin