document.write( "Question 455914: I have to solve a system of equations using substitution to eliminate one variable for y=2x and 3x+y=20. \n" ); document.write( "
Algebra.Com's Answer #312968 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! plug 2x in for y in the second equation \n" ); document.write( "3x+2x=20 \n" ); document.write( "5x=20 \n" ); document.write( "x=4 \n" ); document.write( "y=2x=8 \n" ); document.write( "(4,8) \n" ); document.write( " |