Which of these equations describes a circle of radius 5, and centered at (3, 4)?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
All answers are in the form ( x − h ) 2 + ( y − k ) 2 = r 2 , with (h, k) as the center and r as the radius. If you plug in the given values into this equation, you will find that the equation is ( x − 3 ) 2 + ( y − 4 ) 2 = 5 2
If you are not regularly using or happen to forget the formula, then you can use test points to determine which of the formulas above make sense. If there is a diagram, such as this problem, you can just check which points on the drawn circle satisfy the above equations.
Examples: setting x=3 (ie. no x-component), y=-1 or y=9 to be part of the circle and only the second equation yields this.
Problem Loading...
Note Loading...
Set Loading...
center of circle is known=(3 , 4). as it passes through origin ,the distance between center and origin is equal to the radius of the circle . so radius =sqrt[ (3^2)+(4^2)] =5 equation of circle with center (a ,b) and radius r is given by (x-a)^2 +(y-b)^2 =r^2. hance 3rd option is correct answer.