Ok fine i wont round
To find the distance between two points, we can use the distance formula:
The distance formula between two points (x1, y1) and (x2, y2) is given by:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
In this case, the points are (2, 2) and (6, 0). Let's substitute the coordinates into the formula:
d = sqrt((6 - 2)^2 + (0 - 2)^2)
= sqrt(4^2 + (-2)^2)
= sqrt(16 + 4)
= sqrt(20)
The square root of 20 can be simplified as follows:
sqrt(20) = sqrt(4 * 5) = sqrt(4) * sqrt(5) = 2 * sqrt(5)
Therefore, the distance between the points (2, 2) and (6, 0) is 2 * sqrt(5).