document.write( "Question 30249: Solve:
\n" );
document.write( "x^2+y^2=16
\n" );
document.write( "x^2/25 +y^2/16 =1\r
\n" );
document.write( "\n" );
document.write( "Solutions:
\n" );
document.write( "a. no solution
\n" );
document.write( "b. [(0,-4), (0,4)]
\n" );
document.write( "c. [(0,-5), (0,5)]
\n" );
document.write( "d. [(-5,0), (5,0)] \n" );
document.write( "
Algebra.Com's Answer #17026 by Fermat(136)![]() ![]() You can put this solution on YOUR website! This one is solved by simple observation. \n" ); document.write( "x²+y²=16 is the eqn of a circle, centre the origin, with a radius of r = 4. \n" ); document.write( "x²/5² + y²/4² = 1 is the eqn of an ellipse, centre the origin, with semi-major axis,a = 5 and semi-minor axis, b = 4.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "As you can see there are only two points of intersection (when both functions have a common point with the same x- and y-coordinates) \n" ); document.write( "The points of intersection are: \n" ); document.write( "(0,4) and (0,-4) \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |