The vertices of a triangle are $(6, 6), (0, 6)$ and $(6, 0)$. The distance between its circumcentre and centroid is
Reveal answer
Fill a bubble to check yourself
The vertices of a triangle are $(6, 6), (0, 6)$ and $(6, 0)$. The distance between its circumcentre and centroid is
Vertices are (6,6), (0,6), (6,0). This is a right triangle. Circumcentre is the midpoint of the hypotenuse: ((6+0)/2, (6+6)/2) = (3,6) is wrong, it's (3,3). Centroid is ((6+0+6)/3, (6+6+0)/3) = (4,4). Distance = sqrt((4-3)^2 + (4-3)^2) = sqrt(1+1) = sqrt(2).
The given points (6,6), (0,6), and (6,0) form a right-angled triangle because the lines along (0,6) to (6,6) and (6,6) to (6,0) are perpendicular. The circumcentre of a right-angled triangle is the midpoint of its hypotenuse, making it (3,3). The centroid is found by averaging the coordinates, giving (4,4). The distance between the circumcentre (3,3) and the centroid (4,4) is sqrt((4-3)^2 + (4-3)^2), which equals sqrt(2).