Concept:Use the distance formula to find the length between two points on a plane.Explanation:For points P(x1,y1) and Q(x2,y2), the distance PQ is:PQ=(x2−x1)2+(y2−y1)2Here, P(1,2) and Q(5,8).So, x1=1, y1=2, x2=5, y2=8.Substitute the values:PQ=(5−1)2+(8−2)2=42+62=16+36=52=213Answer:213, which is option D.