Question 82015
<pre><font size = 5><b>

Refer to the figure below with the labeled points:
Your error was that you thought x stood for AB when
it really only stood for AD, and so you found the
entire hypotenuse correctly as 13. But that was AB.
To get AD you must subtract BD.  Now both BC and BD
are radii of the same circle, and since all radii of 
a circle are equal in length, and BC = 5, then BD is
also 5 and to find x you must subtract BD, which is 5,
from AB, which you calculated as 13, and get x = 8. 

{{{drawing( 400, 191, -15, 8, -1, 10,
  locate(-8,3,x),
  circle( 0, 5, 5 ), locate(-3,5,5),

   line(0,0,0,5), line(-12,0,0), line(-12,0,0,5), 

   locate(-13,1, A), locate(.5,1,C), locate(0,6,B), 
   locate(.5,3.4,5),
   locate(-5,3, D), locate(-5, -.5, 12 ) 
  )}}}

Edwin</pre>