document.write( "Question 667436: I need to know the rules for solving -x+3y=6 and x+3y=18. We are trying to figure out the proper way to solve these equations. \n" ); document.write( "
| Algebra.Com's Answer #415027 by stanbon(75887)      You can put this solution on YOUR website! -x+3y=6 \n" ); document.write( " x+3y=18 \n" ); document.write( "----- \n" ); document.write( "Add the 2 equations and solve for \"y\": \n" ); document.write( "6y = 24 \n" ); document.write( "y = 4 \n" ); document.write( "------- \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x + 3y = 18 \n" ); document.write( "x + 3*4 = 18 \n" ); document.write( "x = 6 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======= \n" ); document.write( " |