document.write( "Question 817466: I need help with this, my teacher didn't fully explain it to us.
\n" );
document.write( "7x+6y=2
\n" );
document.write( "2x-3y=10 \n" );
document.write( "
Algebra.Com's Answer #492069 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! there are several ways to solve this \"systems of linear equations\" \n" ); document.write( "one way is by the so-called \"elimination\" method. \n" ); document.write( "modify one of the equations so that after the modification, you can add the two equations and one of the terms will drop out of (add to zero), both equations: \n" ); document.write( "--- \n" ); document.write( "original: \n" ); document.write( "7x + 6y = 2 \n" ); document.write( "2x - 3y = 10 \n" ); document.write( "--- \n" ); document.write( "modified the second equation: \n" ); document.write( "7x + 6y = 2 \n" ); document.write( "(2)2x - (2)3y = (2)10\r \n" ); document.write( "\n" ); document.write( "--- \n" ); document.write( "modified and simplified: \n" ); document.write( "7x + 6y = 2 \n" ); document.write( "4x - 6y = 20 \n" ); document.write( "--- \n" ); document.write( "now add the two modified and simplified equations: \n" ); document.write( "11x = 22 \n" ); document.write( "--- \n" ); document.write( "x = 2 \n" ); document.write( "--- \n" ); document.write( "now substitute x into either equation and solve for y: \n" ); document.write( "7(2) + 6y = 2 \n" ); document.write( "6y = 2 - 7(2) \n" ); document.write( "6y = -12 \n" ); document.write( "--- \n" ); document.write( "y = -2 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "x = 2 \n" ); document.write( "y = -2 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |