Respuesta :
224 miles
OK. The total distance traveled is the sum of two smaller trips. Let's calculate their distances independently.
Warehouse to Airport
(42, -56) to (-42, 56)
Using the Pythagorean theorem
d = sqrt((42 - -42)^2 + (-56 - 56)^2)
d = sqrt(84^2 + (-112)^2)
d = sqrt(7056 + 12544)
d = sqrt(19600)
d = 140
Airport to Factory
(-42, 56) to (42, -56+112)
(-42, 56) to (42, 56)
Using the Pythagorean theorem again.
d = sqrt((-42 - 42)^2 + (56 - 56)^2)
d = sqrt((-84)^2 + 0^2)
d = sqrt(7056 + 0)
d = sqrt(7056)
d = 84
So the truck traveled 140 + 84 = 224 miles.