document.write( "Question 872785: Solve the system
\n" );
document.write( "a) 4x^2 + 3y^2 = 16
\n" );
document.write( " 5x+ y = 7
\n" );
document.write( "Can you please help me out? Thanks so much in advance:) \n" );
document.write( "
Algebra.Com's Answer #526401 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! solve second equation for y \n" ); document.write( "y = 7 - 5x \n" ); document.write( "substitute for y in first equation \n" ); document.write( "4x^2 +3(7-5x)^2 = 16 \n" ); document.write( "4x^2 +3(49 -70x +25x^2) = 16 \n" ); document.write( "4x^2 +147-210x+75x^2 = 16 \n" ); document.write( "79x^2 -210x +131 = 0 \n" ); document.write( "this factors into \n" ); document.write( "(79x -131)(x - 1) = 0 \n" ); document.write( "x = 131/79 or 1 \n" ); document.write( "solve for y in first equation \n" ); document.write( "y = 7 - 5(1) = 2 \n" ); document.write( "y = 553/79 - 5(131/79) = -102/79 \n" ); document.write( "our solution is \n" ); document.write( "x = 1, y = 2 \n" ); document.write( "x = 131/79, y = -102/79 \n" ); document.write( " \n" ); document.write( " |