Answer:
5
Step-by-step explanation:
divide everything by 4
=(2x-1) +2 = x + 6
regroup
=2x = x + 5
x = 5
Answer:
1.50
Step-by-step explanation:
Answer:
should be 6cm
Step-by-step explanation:
if you are looking at a cube
<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>
A and B and E.And sorry if I get it wrong.