document.write( "Question 817521: Solve for ‘x’ and ‘y’ given the following two equations using the elimination method:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2x + 3y = 8
\n" );
document.write( "x = 2y - 3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #492087 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! 2x + 3y = 8 \n" ); document.write( "x = 2y - 3 \n" ); document.write( "--- \n" ); document.write( "2x + 3y = 8 \n" ); document.write( "x - 2y = -3 \n" ); document.write( "--- \n" ); document.write( "2x + 3y = 8 \n" ); document.write( "-2x + 4y = 6 \n" ); document.write( "--- \n" ); document.write( "add: \n" ); document.write( "7y = 14 \n" ); document.write( "--- \n" ); document.write( "y = 2 \n" ); document.write( "x = 1 \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( " |