document.write( "Question 1084657: Find the intersection of y=2 and x²+y²=4 algebraically. \n" ); document.write( "
Algebra.Com's Answer #698722 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the intersection of y=2 and x²+y²=4 algebraically. \n" ); document.write( "---- \n" ); document.write( "x^2 + y^2 = 4 \n" ); document.write( "sub 2 for y \n" ); document.write( "x^2 + 4 = 4 \n" ); document.write( "x = 0 \n" ); document.write( "------------ \n" ); document.write( "0 + y^2 = 4 \n" ); document.write( "y = ±2 \n" ); document.write( "--> (0,-2) and (0,2) \n" ); document.write( " |