Here's another approach....find the circle's center as Alan did = (5,11)
And the distance from a line to a point not on that line is given by
d = abs ( Ax + By + C) / √(A2 + B2) where (x,y) is the given point and Ax + By + C = 0 is the equation of the line.....so we have....
d = abs (12(5) + 5(11) + 54 ) / √(122 + 52) = abs(169) / 13 = 13
Here's the graph ...
GRAPH
