document.write( "Question 238677: I am trying to figure out how to elimination problems....
\n" );
document.write( "Not having much luck....can someone help me, point me in the right direction?\r
\n" );
document.write( "\n" );
document.write( "6x+2y-4=0 and 10x+7y=-8 \n" );
document.write( "
Algebra.Com's Answer #175369 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Here's one I just did, see if you can do it like this. \n" ); document.write( "If you have trouble, or to check your work, email me at \n" ); document.write( "gsihoutx@aol.com\r \n" ); document.write( "\n" ); document.write( "Solve the system by the elimination method. \n" ); document.write( "5x + 5y = -13 \n" ); document.write( "7x - 3y = 19 \n" ); document.write( "------------- \n" ); document.write( "To eliminate one of the variables, multiply one or both eqns to get the same coefficient for one of them. You can do either, I'll do y \n" ); document.write( "-------- \n" ); document.write( "5x + 5y = -13 x3 --> 15x + 15y = -39 \n" ); document.write( "7x - 3y = 19 x5 --> 35x - 15y = 95 \n" ); document.write( "-------------------------------------- \n" ); document.write( "15x + 15y = -39 \n" ); document.write( "35x - 15y = 95 \n" ); document.write( "--------------- Add \n" ); document.write( "50x = 56 \n" ); document.write( "x = 56/50 = 1.12 \n" ); document.write( "----------------- \n" ); document.write( "Usually it's \"elimination and substution\", once you find one, you can sub and find the others. \n" ); document.write( "7x - 3y = 19 \n" ); document.write( "7*1.12 - 3y = 19 \n" ); document.write( "3y = 7.84 - 19 = - 11.16 \n" ); document.write( "y = -3.72 \n" ); document.write( " \n" ); document.write( " |