B I did this to:) it’s pretty easy once u get the hang of it
Answer:
The answer would be 0.8, 8 squares filled.
Step-by-step explanation:
This is because 0.4*2 is 0.8 and that out of a grid of 10 means that 8 cubes would be shaded.
<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:
1. 36
2. 5390
Step-by-step explanation:
1. V=1wh/3
4 x 3 x 9 = 108
108/3 = 36
2. V=lwh/3
22 x 21 x 35 = 16170
16170/3 = 5390