document.write( "Question 553895: What is the conic intersection of the system of equations..
\n" );
document.write( "x^2 + y^2 = 25
\n" );
document.write( "x + y = -7 \n" );
document.write( "
Algebra.Com's Answer #361114 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What is the conic intersection of the system of equations.. \n" ); document.write( "x^2 + y^2 = 25 \n" ); document.write( "x + y = -7 \n" ); document.write( ".. \n" ); document.write( "y=-x-7=-(x+7) \n" ); document.write( "x^2 + -(x+7)^2 = 25 \n" ); document.write( "x^2+x^2+14x+49-25=0 \n" ); document.write( "2x^2+14x+24=0 \n" ); document.write( "x^2+7x+12=0 \n" ); document.write( "(x+3)(x+4)=0 \n" ); document.write( "x=-3 \n" ); document.write( "y=-4 \n" ); document.write( "or \n" ); document.write( "x=-4 \n" ); document.write( "y=-3 \n" ); document.write( ".. \n" ); document.write( "Points of intersection: \n" ); document.write( "(-3,-4) and (-4,-3) \n" ); document.write( " |