document.write( "Question 79336: Solve:\r
\n" );
document.write( "\n" );
document.write( "4x^2-3y^2=24
\n" );
document.write( "2x^2+3y^2=30\r
\n" );
document.write( "\n" );
document.write( "I know x=3 and y=2 but I just don't know in what form to put these in, i.e. (x,y) \n" );
document.write( "
Algebra.Com's Answer #56992 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve: \n" ); document.write( "Just add the equations, \n" ); document.write( ": \n" ); document.write( "4x^2 - 3y^2 = 24 \n" ); document.write( "2x^2 + 3y^2 = 30 \n" ); document.write( "------------------ adding eliminates y^2 \n" ); document.write( "6x^2 + 0 = 54; \n" ); document.write( "x^2 = 54/6 \n" ); document.write( "x^2 = 9 \n" ); document.write( "x = Sqrt(9) \n" ); document.write( "x = +/-3 \n" ); document.write( ": \n" ); document.write( "Substitute 3 for x in one of the equations and find y: \n" ); document.write( "; \n" ); document.write( "Then check your solutions in the other equation \n" ); document.write( " \n" ); document.write( " |