Answer: r=1/2
Step-by-step explanation:
Answer: X is equal to 8 and Y is equal to 3
<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:
I believe it represents the rate at which she will receive profit ?? but I'm not sure