document.write( "Question 863076: Find the intersection points of the ellipse and the hyperbola:
\n" );
document.write( "5x^2+y^2=16
\n" );
document.write( "x^2-y^2=-4 \n" );
document.write( "
Algebra.Com's Answer #520240 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the intersection points of the ellipse and the hyperbola: \n" ); document.write( "5x^2+y^2=16 \n" ); document.write( "x^2- y^2=-4 \n" ); document.write( "------------------ Add \n" ); document.write( "6x^2 = 12 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Sub for x in either eqn and find y (2 intersections for each x) \n" ); document.write( " \n" ); document.write( " |