somesh86A radius is a line from the circle centre to the circumference. Create two lines: call the line from the circle centre to the first point 'Line A' and the line from the circle centre to the second point 'Line B'. The radius is between those two lengths.
A<m<B
Recognise that the first coördinate has the same x value as the circle centre. Therefore the line is merely the difference is y-values. 12
The second coördinate has the same y-value, but different x. Therefore the line is merely the difference in x-values. 14
12<m<14
It must be an integer. The only option is 13
BAlternatively use the formula \(\sqrt{(y2-y1)^2+(x2-x1)^2}\) – we get y2, y1, x2, x1 just like when determining gradient in y=mx+b
Line A \(\sqrt{(5--7)^2+(-6--6)^2} = \sqrt{(12)^2+(0)^2} = 12\)
Line B \(\sqrt{(-7--7)^2+(8--6)^2} = \sqrt{(0)^2+(14)^2} = 14\)
12 < m < 14.