document.write( "Question 1106149: Find the points of intersection of the line y=x+1 and x^2+y^2=25 algebraically . \n" ); document.write( "
Algebra.Com's Answer #721084 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! y=x+1 \n" ); document.write( "x^2+y^2=25 \n" ); document.write( "substitute \n" ); document.write( "x^2+(x+1)^2=25 \n" ); document.write( "x^2+x^2+2x+1=25 \n" ); document.write( "2x^2+2x-24=0 \n" ); document.write( "x^2+x-12=0 \n" ); document.write( "(x+4)(x-3)=0 \n" ); document.write( "x=3 or -4 \n" ); document.write( "y=4 or -3 \n" ); document.write( "(3, 4) (-3, -4) \n" ); document.write( " |