document.write( "Question 453703: How do u find in two sets of equations have points in common\r
\n" );
document.write( "\n" );
document.write( "2x^2+3y^2=19
\n" );
document.write( "x^2+y^2=9 \n" );
document.write( "
Algebra.Com's Answer #311684 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do u find in two sets of equations have points in common\r \n" ); document.write( "\n" ); document.write( "2x^2+3y^2=19 \n" ); document.write( "x^2+y^2=9 --> y^2 = 9-x^2 \n" ); document.write( "sub for y^2 in the 1st eqn and solve for x \n" ); document.write( "2x^2+3y^2=19 \n" ); document.write( "2x^2 + 3(9-x^2) = 19 \n" ); document.write( "-x^2 = -8 \n" ); document.write( "x = +/- sqrt(8) \n" ); document.write( "The solutions are real numbers, so there are intersections. \n" ); document.write( "Sub each value for x and find 2 values of y (in either equation). \n" ); document.write( "4 intersections. \n" ); document.write( " \n" ); document.write( " |