document.write( "Question 111011: two equations
\n" );
document.write( "5x^2 + 3y^2 =17
\n" );
document.write( "-x+y=-1
\n" );
document.write( "i need to find the points of intersection ,if any, of the graphs in the system \n" );
document.write( "
Algebra.Com's Answer #80990 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 5x^2+3y^2=17 \n" ); document.write( "3y^2=-5x^2+17 (red graph) \n" ); document.write( "-x+y=-1 \n" ); document.write( "y=x-1 (green line) \n" ); document.write( " \n" ); document.write( "y=x-1 \n" ); document.write( "3(x-1)^2=-5x^2+17 \n" ); document.write( "3(x^2-2x+1)=-5x^2+17 \n" ); document.write( "3x^2-6x+3=-5x^2+17 \n" ); document.write( "3x^2+5x^2-6x+3-17=0 \n" ); document.write( "8x^2-6x-14=0 reduce by dividing by 4 \n" ); document.write( "2(4x^2-3x-7)=0 \n" ); document.write( "2(4x-7)(x+1)=0 \n" ); document.write( "4x-7=o \n" ); document.write( "4x=7 \n" ); document.write( "x=7/4 answer. \n" ); document.write( "y=7/4-1 \n" ); document.write( "y=(7-4)/4 \n" ); document.write( "y=3/4 answer \n" ); document.write( "so the intersection is (7/4,3/4) \n" ); document.write( " |