document.write( "Question 490180: My daughter is frustrated in Algebra II (well all math in general that is). She was given homework in which I cannot assist her with; It's been about 25-years for me. I was good at it, but need a refresher in order to assist her. Here is a simple graphing problem:
\n" );
document.write( "y = x - 2
\n" );
document.write( "y = -2x + 7
\n" );
document.write( "Her book seems to miss some of the steps and I don't remember what to do. According to the answers at the back of the book her graph was in error on one of the positive lines (on the x axis she began at -7). What is the correct way to solve this simple problem? \n" );
document.write( "
Algebra.Com's Answer #333891 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! This is a \"system of equations\" or \"simultaneous equations (at least, where I went to school)\" \n" ); document.write( "y = x-2 and \n" ); document.write( "y = -2x+7 \n" ); document.write( "Now since y = y, you can just set the two equations equal to each other thus: \n" ); document.write( "x-2 = -2x+7 and solve for x. Add 2x to both sides. \n" ); document.write( "3x-2 = 7 Now add 2 to both sides. \n" ); document.write( "3x = 9 Finally, divide both sides by 3. \n" ); document.write( "x = 3 Now you must replace the x in either of the two given equations and solve for y. \n" ); document.write( "y = -2x+7 Substitute x = 3. \n" ); document.write( "y = -2(3)+7 Evaluate. \n" ); document.write( "y = -6+7 \n" ); document.write( "y = 1 \n" ); document.write( "The solution is (3, 1) \n" ); document.write( "Another way is to graph the two given equations and find the point of intersection (if any) of the two lines. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The lines intersect at (3, 1) \n" ); document.write( " |