Concept:The distance between two points in a plane is found using the distance formula, which is derived from Pythagoras' theorem.Explanation:For points (x1,y1) and (x2,y2), the distance is:d=(x2−x1)2+(y2−y1)2Here, take (x1,y1)=(2,5) and (x2,y2)=(5,9).Substitute the coordinates:d=(5−2)2+(9−5)2d=32+42d=9+16d=25d=5 unitsAnswer:B. 5 units