document.write( "Question 917283: Find the equation of the circle that passes through (8,3) and (2,3) and has its centre on the x-axis.\r
\n" );
document.write( "\n" );
document.write( "Thank-you! \n" );
document.write( "
Algebra.Com's Answer #556603 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of the circle that passes through (8,3) and (2,3) and has its centre on the x-axis. \n" ); document.write( "*** \n" ); document.write( "draw a line connecting the 2 given points on the circle. \n" ); document.write( "This line is a chord of the circle \n" ); document.write( "Draw a perpendicular line from the midpoint of the chord to the x-axis \n" ); document.write( "The point at which this line meets the x-axis is the center of the circle. \n" ); document.write( ".. \n" ); document.write( "midpoint of the chord=(8+2)/2=10/2=5 \n" ); document.write( "center of circle=(5,0)=(h,k) \n" ); document.write( "Form of equation for a circle: (x-h)^2+(y-k)^2=r^2 \n" ); document.write( "Using one of given points(2,3) to find radius^2 \n" ); document.write( "(2-5)^2+(3-0)^2=r^2 \n" ); document.write( "3^2+3^2=9+9=18 \n" ); document.write( "r^2=18 \n" ); document.write( "equation for circle: (x-5)^2+y^2=18 \n" ); document.write( " |