document.write( "Question 748302: find the points of intersection, if any, of the graphs in the system. \r
\n" );
document.write( "\n" );
document.write( "x^2+y^2=17
\n" );
document.write( "y=x+3 \n" );
document.write( "
Algebra.Com's Answer #455925 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find the points of intersection, if any, of the graphs in the system. \n" ); document.write( "x^2+y^2=17 \n" ); document.write( "y=x+3 \n" ); document.write( "*** \n" ); document.write( "sub(x+3) for y in first equation \n" ); document.write( "x^2+(x+3^2=17 \n" ); document.write( "x^2+x^2+6x+9=17 \n" ); document.write( "2x^2+6x-8=0 \n" ); document.write( "x^2+3x-4=0 \n" ); document.write( "(x+4)(x-1)=0 \n" ); document.write( ".. \n" ); document.write( "x=-4 \n" ); document.write( "y=x+3=-1 \n" ); document.write( "point of intersection: (-4,-1) \n" ); document.write( ".. \n" ); document.write( "x=1 \n" ); document.write( "y=x+3=4 \n" ); document.write( "2nd point of intersection: (1,4) \n" ); document.write( " |