Use Pythagoras:
distance = √(difference_in_x^2 + difference_in_y^2)
= √((4 - 7)^2 + (3 - 7)^2)
= √((-3)^2 + (-4)^2)
= √(9 + 16)
= √25
= 5 units.
Chat with our AI personalities
5 is.
It is: 25
Points: (3, -4) and (3, 3) Distance: 7 units
Points: (8, 3) and (8, 6) Distance works out as: 3
The distance between two points on a coordinate plane is calculated using the distance formula: Distance = √((x2 - x1)^2 + (y2 - y1)^2) In this case, the coordinates of the two points are (7, 1) and (7, 3). Since the x-coordinates are the same, we only need to calculate the difference in the y-coordinates, which is (3 - 1) = 2. Plugging this into the distance formula gives us: Distance = √((0)^2 + (2)^2) = √4 = 2. Therefore, the distance between the two points is 2 units.