84.1k views
0 votes
Find the distance between the points (4,5) and (0,2).

User AndVla
by
8.6k points

1 Answer

4 votes

Final answer:

To find the distance between two points in a Cartesian plane, you can use the distance formula. The formula is: Distance = sqrt((x2 - x1)^2 + (y2 - y1)^2). In this case, the distance between the points (4, 5) and (0, 2) is 5 units.

Step-by-step explanation:

To find the distance between two points in a Cartesian plane, you can use the distance formula. The formula is:

Distance = sqrt((x2 - x1)^2 + (y2 - y1)^2)

In this case, the coordinates of the first point are (4, 5) and the coordinates of the second point are (0, 2). Plugging these values into the formula, we get:

Distance = sqrt((0 - 4)^2 + (2 - 5)^2) = sqrt((-4)^2 + (-3)^2) = sqrt(16 + 9) = sqrt(25) = 5

So, the distance between the points (4, 5) and (0, 2) is 5 units.

User Cyprien Aubry
by
8.4k points