document.write( "Question 137374: solve the system
\n" );
document.write( "x^2+y^2=4
\n" );
document.write( "4x^2+9y^2=36 \n" );
document.write( "
Algebra.Com's Answer #100523 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! x^2+y^2=4 \n" ); document.write( "4x^2+9y^2=36\r \n" ); document.write( "\n" ); document.write( "using 1st eq y^2=4-x^2 \n" ); document.write( "using the 2nd one \n" ); document.write( "4x^2+9(4-x^2)=36 \n" ); document.write( "-5x^2+36=36 \n" ); document.write( "-5x^2=0 \n" ); document.write( "then x=0 \n" ); document.write( "then \n" ); document.write( "y^2=4 \n" ); document.write( "and y=2 or y=-2 \n" ); document.write( "Answer: solutions are: x=0,y=2 and x=0,y=-2 \n" ); document.write( " |