document.write( "Question 661381: - 3x + y = 14
\n" );
document.write( " - 3x + 5y = 34 \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #411590 by ReadingBoosters(3246) ![]() You can put this solution on YOUR website! Starting with \n" ); document.write( "-3x + y = 14 \n" ); document.write( "-3x + 5y = 34 \n" ); document.write( "Multiply the first equation by a negative \n" ); document.write( "-(-3x+y=14) yields 3x - y = -14 \n" ); document.write( "Add the second equation to the first \n" ); document.write( "3x + -3x + -y + 5y = -14 + 34 \n" ); document.write( "Combine like terms \n" ); document.write( "4y = 20 \n" ); document.write( "y = 5 \n" ); document.write( "Substitute y into the first equation \n" ); document.write( "-3x + 5 = 14 \n" ); document.write( "-3x = 14 - 5 \n" ); document.write( "-3x=9 \n" ); document.write( "x=-3 \n" ); document.write( " |