document.write( "Question 557027: -7x+y=11
\n" );
document.write( "2x+4y=14
\n" );
document.write( "how do i solve this using substitution \n" );
document.write( "
Algebra.Com's Answer #362441 by Theo(13342)![]() ![]() You can put this solution on YOUR website! your equations are: \n" ); document.write( "-7x+y=11 \n" ); document.write( "2x+4y=14 \n" ); document.write( "use one of the equations to solve for one of the variables in terms of the other variable. \n" ); document.write( "start with: \n" ); document.write( "-7x + y = 11 \n" ); document.write( "add 7x to both sides of the equation to get: \n" ); document.write( "y = 7x + 11 \n" ); document.write( "you have now solved for the variable of y in terms of x. \n" ); document.write( "now substitute for y in the second equation of: \n" ); document.write( "2x+4y=14 to get: \n" ); document.write( "2x + 4*(7x + 11) = 14 \n" ); document.write( "simplify to get: \n" ); document.write( "2x + 28x + 44 = 14 \n" ); document.write( "combine like terms to get: \n" ); document.write( "30x + 44 = 14 \n" ); document.write( "subtract 44 from both sides of the equation to get: \n" ); document.write( "30x = -30 \n" ); document.write( "divide both sides of the equation by 30 to get: \n" ); document.write( "x = -30/30 which becomes: \n" ); document.write( "x = -1 \n" ); document.write( "use that value of x in the first original equation to solve for y. \n" ); document.write( "the first original equation is: \n" ); document.write( "-7x+y=11 \n" ); document.write( "substitute -1 for x in that equation to get: \n" ); document.write( "-7(-1) + y = 11 \n" ); document.write( "simplify to get: \n" ); document.write( "7 + y = 11 \n" ); document.write( "subtract 7 from both sides of that equation to get: \n" ); document.write( "y = 11 - 7 which becomes: \n" ); document.write( "y = 4 \n" ); document.write( "your solution is: \n" ); document.write( "x = -1 \n" ); document.write( "y = 4 \n" ); document.write( "substitute those values in the second original equation to confirm this answer is good. \n" ); document.write( "the second original equation is: \n" ); document.write( "2x+4y=14 \n" ); document.write( "substitute -1 for x and 4 for y to get: \n" ); document.write( "2(-1) + 4(4) = 14 \n" ); document.write( "simplify to get: \n" ); document.write( "-2 + 16 = 14 \n" ); document.write( "combine like terms to get: \n" ); document.write( "14 = 14 \n" ); document.write( "this confirms the values for x and y are good because they provide solutions to both equations simultaneously, \n" ); document.write( " \n" ); document.write( " |