document.write( "Question 264309: I am working with systems of Linear Equations. Confused. can you show me step by step how to solve \r
\n" );
document.write( "\n" );
document.write( " -2x + y = 1 and 3x + y = 1 \n" );
document.write( "
Algebra.Com's Answer #194602 by unlockmath(1688)![]() ![]() You can put this solution on YOUR website! Hello, \n" ); document.write( "The best way to do this is multiply the equation by -1 so to cancel out the y's \n" ); document.write( "-2x(-1) + y(-1) = 1(-1) which gives us: \n" ); document.write( "2x-y=-1 Now add this to the second equation: \n" ); document.write( "3x + y = 1 \n" ); document.write( "And we get: \n" ); document.write( "5x=0 Divide both sides by 5 and we get: \n" ); document.write( "x=0 \n" ); document.write( "Now plug this into either original equation to find out \"y\" \n" ); document.write( "-2(0) + y = 1 Do the calculations and we have: \n" ); document.write( "y=1 \n" ); document.write( "There we go the solutions will work in either equation now. \n" ); document.write( "RJ \n" ); document.write( "Check out a new book I wrote at: \n" ); document.write( "www.math-unlock.com \n" ); document.write( " |