document.write( "Question 226045: find the equation of the circle of smallest radius that contains the points (1,4) and (-3,2) within or on its boundary? \n" ); document.write( "
| Algebra.Com's Answer #168447 by Alan3354(69443)     You can put this solution on YOUR website! find the equation of the circle of smallest radius that contains the points (1,4) and (-3,2) within or on its boundary? \n" ); document.write( "--------------- \n" ); document.write( "The smallest circle thru 2 points will have the 2 points diametrically opposite. \n" ); document.write( "The diameter will be the distance between the points, and the center will be the midpoint. \n" ); document.write( "Midpoint: \n" ); document.write( "find the average of x and y separately \n" ); document.write( "x: (1-3)/2 = -1 \n" ); document.write( "y: (4+2)/2 = 3 \n" ); document.write( "Center of circle at (-1,3) \n" ); document.write( "---------------- \n" ); document.write( "The radius is the distance from the center to either point. \n" ); document.write( "r^2 = diffy^2 + diffx^2 \n" ); document.write( "r^2 = 1 + 4 = 5 \n" ); document.write( "Standard form for a circle centered at (h,k) with radius r is: \n" ); document.write( "(x-h)^2 + (y-k)^2 = r^2 \n" ); document.write( "(x+1)^2 + (y-3)^2 = 5 \n" ); document.write( " \n" ); document.write( " |