document.write( "Question 1002868: what is the length of the radius of a circle with center at the origin and a point on the circle at (-5,-6)? show solution. \n" ); document.write( "
Algebra.Com's Answer #619734 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Using the distance Formula: \n" ); document.write( "Sqrt (x2 - x1)^2 + (y2 - y1)^2 \n" ); document.write( "Origin (0,0) \n" ); document.write( "Point on circle (-5,-6) \n" ); document.write( "Sqrt (-5 - 0)^2 + (-6 - 0)^2 \n" ); document.write( "Sqrt 25 + 36 \n" ); document.write( "Sqrt 61 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |