document.write( "Question 49853: I need to find the intersection points of the two equations x(squared)+y(squared)=5 and x-y=1. Can you help me with it? \n" ); document.write( "
Algebra.Com's Answer #33119 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I need to find the intersection points of the two equations x(squared)+y(squared)=5 and x-y=1. \n" ); document.write( "------------------------------\r \n" ); document.write( "\n" ); document.write( "x^2+y^2=5 \n" ); document.write( "x=y+1\r \n" ); document.write( "\n" ); document.write( "Substitute to get: \n" ); document.write( "(y+1)^2+y^2=5 \n" ); document.write( "2y^2+2y-4=0 \n" ); document.write( "y^2+y-2=0 \n" ); document.write( "(y+2)(y-1)=0 \n" ); document.write( "y=-2 or y=1\r \n" ); document.write( "\n" ); document.write( "If y=-2 then x=-2+1= -1 \n" ); document.write( "If y=1 then x=1+1=2\r \n" ); document.write( "\n" ); document.write( "So, points of intersection are (-1,-2) and (2,1).\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |