document.write( "Question 916230: The equation x^2+y^2=169 defines a circle with its center at the origin and a radius of 13. The line y=x-7 passes through the circle. Determine the circle and line line intersect.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #555972 by rothauserc(4718) You can put this solution on YOUR website! we are given circle x^2+y^2=169 and line y = x-7 \n" ); document.write( "substitute for y in the circle equation using line value for y \n" ); document.write( "x^2 +(x-7)^2 = 169 \n" ); document.write( "x^2 + x^2 -14x +49 = 169 \n" ); document.write( "2x^2 -14x -120 = 0 \n" ); document.write( "divide both sides of = by 2 \n" ); document.write( "x^2 -7x -60 = 0 \n" ); document.write( "factor polynomial \n" ); document.write( "(x+5)*(x-12) = 0 \n" ); document.write( "x = -5 and 12 \n" ); document.write( "therefore the two points of intersection are \n" ); document.write( "(-5, -12) and (12, 5) \n" ); document.write( "to find the y value for the points just use the equation for the line \n" ); document.write( " \n" ); document.write( " |