document.write( "Question 391149: How do I find the solution to the following system of conic sections???
\n" );
document.write( "(x^2/4) + y^2 = 1
\n" );
document.write( "y = x + 1
\n" );
document.write( "I know that the first equation is an ellipse and the second is a line and there are as many as two possible solutions to the system. \n" );
document.write( "
Algebra.Com's Answer #277509 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! substituting ___ (x^2 / 4) + (x + 1)^2 = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + 4x^2 + 8x + 4 = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x^2 + 8x = 0 ___ x(5x + 8) = 0 ___ x = 0 and x = -8/5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = (0) + 1 = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = (-8/5) + 1 = -3/5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the solution points are ___ (0,1) and (-8/5,-3/5) \n" ); document.write( " |