Concept:A point on a line in symmetric form can be expressed using a parameter k, where each coordinate is expressed in terms of k.Explanation:Given the line: 1x−1​=2y−3​=7z+2​=k.Then x=k+1, y=2k+3, and z=7k−2.Any point on the line has coordinates (k+1,2k+3,7k−2).Substitute k=1: (1+1,2(1)+3,7(1)−2)=(2,5,5).This matches option B.Answer:B. (2,5,5)