distance between 2 points (x1,y1) and (x2,y2) is
sqrt((x2-x1)^2+(y2-y1)^2)
so for out problem where (x1,y1) = (0,0) and (x2,y2) = (7,3):
distance = sqrt((7-0)^2 + (3-0)^2) = 7.6
Night T.
asked 11/06/21A=(0,0)
B=(7,3)
distance between 2 points (x1,y1) and (x2,y2) is
sqrt((x2-x1)^2+(y2-y1)^2)
so for out problem where (x1,y1) = (0,0) and (x2,y2) = (7,3):
distance = sqrt((7-0)^2 + (3-0)^2) = 7.6
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.