Answer:
135
Step-by-step explanation:
Well 3 friends and 45 dollars each
45*3=135
As, Opposite side of Special trapezoid is equal.So, it will be a Parallelogram.
ab=c d= 19 units
Height of Trapezoid = 14 units
Area of Trapezoid = 
So, Area of Trapezoid = 266 square units
You, can use the formula for finding the area of parallelogram,which is = Base on which perpendicular is drawn × Length of Altitude
= 19 × 14
= 266 square units
the sum of 1+3+5+7+1209 is.....1225
<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>