document.write( "Question 345612: Solve the equations: first: x+3y=5
\n" );
document.write( "second: 3x-y=5\r
\n" );
document.write( "\n" );
document.write( "Please show work.\r
\n" );
document.write( "\n" );
document.write( "Thank you so much for all of your help!!!! \n" );
document.write( "
Algebra.Com's Answer #247335 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve the equations: first: x+3y=5 \n" ); document.write( "second: 3x-y=5 \n" ); document.write( ": \n" ); document.write( "We are going to use elimination here, multiply 2nd equation by 3, add to the first \n" ); document.write( "x + 3y = 5 \n" ); document.write( "9x -3y = 15 \n" ); document.write( "----------------adding eliminates y, find x \n" ); document.write( "10x = 20 \n" ); document.write( "x = \n" ); document.write( "x = 2 \n" ); document.write( ": \n" ); document.write( "Find y using the 1st equation; replace x with 2 \n" ); document.write( "2 + 3y = 5 \n" ); document.write( "3y = 5 - 2 \n" ); document.write( "3y = 3 \n" ); document.write( "y = 1 \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution in the 2nd equation replace x & y with 2 and 1 \n" ); document.write( "3(2) - 1 = 5; confirms our solution \n" ); document.write( ": \n" ); document.write( "Did you understand what we did here? \n" ); document.write( " |