document.write( "Question 330444: Solve the system by the elimination method
\n" );
document.write( "5x+2y=-7
\n" );
document.write( "7x-3y=13 \r
\n" );
document.write( "\n" );
document.write( "What is the solution of the system?
\n" );
document.write( "(___,____) (Type the order pair. Use integers or fractions for any numbers in the expression) \n" );
document.write( "
Algebra.Com's Answer #236849 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 5x+2y=-7 ................1 \n" ); document.write( "7x-3y=13 ................2 \n" ); document.write( ".. \n" ); document.write( "multiply equation 1 by 3 and equation 2 by 2 and add them \n" ); document.write( "15x+6y+14x-6y=-21+26 \n" ); document.write( "29x=5 \n" ); document.write( "divide by 29 \n" ); document.write( "x=5/29\r \n" ); document.write( "\n" ); document.write( "plug the value of x in equation 1 \n" ); document.write( "5*5/29 +2y=-7 \n" ); document.write( "25/29 +2y=-7 \n" ); document.write( "Add -25/29 \n" ); document.write( "2y=-7-25/29 \n" ); document.write( "2y=(-213-25)/29 \n" ); document.write( "2y=-228/29 \n" ); document.write( "y= -228/29*2 \n" ); document.write( "y= -114/29 \n" ); document.write( " \n" ); document.write( " |