document.write( "Question 38921: Find the point of the intersection of the following system of equations algebraically\r
\n" ); document.write( "\n" ); document.write( "x^2-Y=5
\n" ); document.write( "and 2X+y=3
\n" ); document.write( "

Algebra.Com's Answer #24450 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
X~2-Y=5 THEN Y=-5+X~2 THEN 2X-5+X~2=3 OR X~2+2X-8=0 OR (X+4)(X-2)=0 OR X=-4,2\r
\n" ); document.write( "\n" ); document.write( "THEN Y=-5+(-4~2) OR Y=-5+8 OR Y=3 & Y=-5+(2~2) OR Y=-5+4 OR Y=-1
\n" ); document.write( "
\n" );