document.write( "Question 119835: How do you solve this system of equations where 4x+3y=-2
\n" );
document.write( " 5x+7y=17
\n" );
document.write( "by using the elimination method? \n" );
document.write( "
Algebra.Com's Answer #87834 by kjwade3(1)![]() ![]() ![]() You can put this solution on YOUR website! You can solve this two ways. \n" ); document.write( "4x+3y=-2 \n" ); document.write( "5x+7y=17\r \n" ); document.write( "\n" ); document.write( "I am going to cancel or eliminate the x's. To do this multiply both problems by a number to get the x's the same, but one positive and one negative. \n" ); document.write( "5(4x+3y=-2) \n" ); document.write( "-4(5x+7y=17) \n" ); document.write( "You then get 20x+15y=-10 \n" ); document.write( " -20x-28y=-68 \n" ); document.write( "You subtract or add and the x's cancel or eliminate.You get -13y=-78.You divide both sides by -13 and get y=6.To get the solution for x, you plug y=6 into the original problem. \n" ); document.write( "TO plug in 6, do the following \n" ); document.write( "4x+3(6)=-2 which gives you 4x+18=-2. \n" ); document.write( "You subtract 18 to both sides which gives you 4x=-20. YOu divide by 4 on both sides and get x=-5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To plug in y=6 into 5x+7y=17, do the following. \n" ); document.write( "5x+7(6)=17 which gives you 5x+42=17. \n" ); document.write( "You subtract 42 from both sides and get 5x=-25. \n" ); document.write( "You divide both sides by 5 and get x=-5 \n" ); document.write( "The answer is(-5,6).\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "THe other way to do the problems is to eliminate the y's. \n" ); document.write( "4x+3y=-2 \n" ); document.write( "5x+7y=17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-7(4x+3y=-2) \n" ); document.write( "3(5x+7y=17) \n" ); document.write( "This gives you the following: \n" ); document.write( "-28x-21y=14 \n" ); document.write( "15x+21y=51 \n" ); document.write( "The y's cancel or eliminate and gives you -13x=65. You divide both sides by -13 and it gives you x=-5. \n" ); document.write( "Plug x=-5 back into either problem and get the solution for y. You shoud get the same answer as above which is (-5,6). \n" ); document.write( " \n" ); document.write( " |