Answer:
m = 
Step-by-step explanation:
=> (-11/6) + m = -2/9
Adding 11/6 to both sides
=> m = 
LCM = 18
=> m = 
=> m = 
Answer:
2037.89
Step-by-step explanation:
The area of a circle is πr²
This means that the area of the pizza is π*17.5^2
This means that the area =962.11275016187
We then need to find the area of a rectangle which is shown throuhg lenght*width
50*60=3000
We then need to find out the area of the box excluding the pizza so we subtract the area of a pizza
so we have
3000-962.11275016187=2,037.88724983813
Round and get 2037.89
<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>
X= -3/4 or -0.75
Explanation:
y=8X+6
0=8X+6
-8X=6
-8/6=-0.75
Hope this helps.