Im guessing that it is 5 but then again dont trust me XD
GCF:2
2 has to be outside the parenthesis, 34 divided by 2: 17, 6 divided by 2: 3
2(17z+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>
The x value when everything is solved or when the all of the x's are combined?
The answer will be “13.44” .