document.write( "Question 375052: 2x+3y=8
\n" );
document.write( "x+2y=5
\n" );
document.write( "Can someone please help solve this two part equation using the elimination method? \n" );
document.write( "
Algebra.Com's Answer #266734 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Multiply the bottom eqn by -2: -2x - 4y = -10. \n" ); document.write( "Add corresponding sides: 3y + (-4y) = 8+(-10) \n" ); document.write( "-y = -2, or y = 2. Substitute into the bottom eqn; \n" ); document.write( "x + 2*2 = 5, or x + 4 = 5, or x = 1. \n" ); document.write( " |