document.write( "Question 159585: My problem asks me this:
\n" );
document.write( "Solve each system of linear equations. \r
\n" );
document.write( "\n" );
document.write( "y=x+2
\n" );
document.write( "y=2x\r
\n" );
document.write( "\n" );
document.write( "Do I use the xy chart to help work this problem and where do I go from there?
\n" );
document.write( "The problem has 2 variables and I don't know how to bring it down to one variable.
\n" );
document.write( "Please help me!! \n" );
document.write( "
Algebra.Com's Answer #117681 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve each system of linear equations. \n" ); document.write( "y=x+2 \n" ); document.write( "y=2x \n" ); document.write( ": \n" ); document.write( "Look at the 2nd equation, that means any place in the problem that y occurs, \n" ); document.write( "you can replace it with 2x, right? \n" ); document.write( ": \n" ); document.write( "Take the 1st equation, replace y with 2x, then solve for x \n" ); document.write( "2x = x + 2 \n" ); document.write( "2x - x = +2, subtracted x from both sides \n" ); document.write( "x = 2 \n" ); document.write( ": \n" ); document.write( "You can use either equation to find y. Replace x with 2, using the 2nd equation: \n" ); document.write( "y = 2(2) \n" ); document.write( "y = 4 \n" ); document.write( ": \n" ); document.write( "This is called the substitution method, there are other methods you can use \n" ); document.write( ": \n" ); document.write( "Check solution in 1st equation, by replacing x with 2 and y with 4, to see if equality reigns: \n" ); document.write( "y = x + 2 \n" ); document.write( "4 = 2 + 2; confirms your solutions, did this help? \n" ); document.write( " \n" ); document.write( " |