You didnt give us the numbers but it should be 4 and -4
<span>import math
def calculateDistance(x1,y1,x2,y2):
dist = math.sqrt((x2 - x1)**2 + (y2 - y1)**2)
return dist
distance = calculateDistance(2,4,6,8)
print distance</span>
Answer:
w
Step-by-step explanation:
if the rocket does not come down, then it stays up.
A^2 + b^2 = c^2...a and b are the legs and c is the hypotenuse
8^2 + 5^2 = c^2
64 + 25 = c^2
89 = c^2...take the sqrt of both sides...this eliminates the ^2
sqrt 89 = c
9.4 = c....shortest path is 9.4 km