Respuesta :
Question says that "The distance between points (1, 2) and [tex] (x_1, y_1) [/tex] is the square root of [tex] (x_1-1)^2+(y_1-2)^2 [/tex]."
It indicates that we need to find distance between given points (1, 2) and [tex] (x_1, y_1) [/tex] using distance formula then verify if the given answer is true or false.
Distance formula is
[tex] D=\sqrt{(x_1-x_2)^2+(y_1-y_2)^2} [/tex]
where (x1,y1) and (x2,y2) are usually given points.
Given that we have to use point (1,2)
so x2=1 and y2=2
plug these values into distance formula
[tex] D=\sqrt{(x_1-1)^2+(y_1-2)^2} [/tex]
Which is same as the given equation for distance.
Hence given statement is TRUE.