document.write( "Question 792785: Determine if the circles defined by each pair of equations intersect
\n" );
document.write( "a)x^2 + y^2 - 10x + 2y + 17 = 0 , x^2 + y^2 + 6x + 14y + 9 = 0
\n" );
document.write( "b)x^2 + y^2 - 4x + 6y + 9 = 0 , x^2 + y^2 - 2x - 4y - 8 = 0 \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Can you please help me out? Thank you so much in advance:)\r
\n" );
document.write( "\n" );
document.write( "Can you also please show the steps it would really help me understand better:) \n" );
document.write( "
Algebra.Com's Answer #480138 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Determine if the circles defined by each pair of equations intersect \n" ); document.write( "a)x^2 + y^2 - 10x + 2y + 17 = 0 , x^2 + y^2 + 6x + 14y + 9 = 0 \n" ); document.write( "Find the center and the radius of each circle. \n" ); document.write( "Put the equations in standard form by completing the squares. \n" ); document.write( "---- \n" ); document.write( "x^2 + y^2 - 10x + 2y + 17 = 0 \n" ); document.write( "x^2 - 10x + y^2+ 2y = -17 \n" ); document.write( "x^2-10x+25 + y^2+2y+1 = -17 + 25 + 1 = 9 \n" ); document.write( "(x-5)^2 + (y+1)^2 = 3^2 \n" ); document.write( "--> circle of radius 3, center at (5,-1) \n" ); document.write( "================================ \n" ); document.write( "x^2 + y^2 + 6x + 14y + 9 = 0 \n" ); document.write( "Do the 2nd eqn the same way. \n" ); document.write( "----- \n" ); document.write( "Then, if sum of the 2 radii are less than the distance between the 2 centers, they don't intersect. \n" ); document.write( "If it's equal, they're tangent, 1 intersection \n" ); document.write( "It the sum is greater than the distance, there are 2 intersections. \n" ); document.write( "===================== \n" ); document.write( "Email via the TY note for help, or to check your work. \n" ); document.write( "------- \n" ); document.write( "dl the FREE graph software at \n" ); document.write( "http://www.padowan.dk \n" ); document.write( "to graph them. \n" ); document.write( "Use F6 to enter them as they are. \n" ); document.write( "------------------------------------- \n" ); document.write( "b)x^2 + y^2 - 4x + 6y + 9 = 0 , x^2 + y^2 - 2x - 4y - 8 = 0 \n" ); document.write( " |