document.write( "Question 638214: Solving System of Linear Equations by Elimination. My math this week shows an example and I do not understand where the answer comes from. I will provide the example and show where I got lost.
\n" );
document.write( " 2a + 3b = 25
\n" );
document.write( "-2a + b = 11\r
\n" );
document.write( "\n" );
document.write( "I understand this section
\n" );
document.write( " 2a + 3b = 25
\n" );
document.write( "-2a + b = 11
\n" );
document.write( "--------------
\n" );
document.write( " 4b = 36
\n" );
document.write( " ___ ___
\n" );
document.write( " 4 4 = b=9\r
\n" );
document.write( "\n" );
document.write( "2a + 3(9)= 25 <----- this is where my confusion is: the answer it shows it as -1 BUT HOW DID IT GET THIS ANSWER?\r
\n" );
document.write( "\n" );
document.write( "I get the fact that it is a point, I see that the answer is (-1,9) but I do not know how to get the -1, I do know where the 9 came from but not the -1.
\n" );
document.write( "I hope this is example enough for help. I have similar questions that I have due but I cannot find out the correct answer if I am missing this one step. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I did one with out the example and came to the same problem of finding one point but not the other. I got it wrong because of that one missing part. I will also show what I did.\r
\n" );
document.write( "\n" );
document.write( "6a + 5b = 17
\n" );
document.write( "-6a + b = 25\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "6a + 5b = 17
\n" );
document.write( "-6a + b = 25
\n" );
document.write( "_____________
\n" );
document.write( " 6b = 42
\n" );
document.write( " ___ ___
\n" );
document.write( " 6 6 which is b = 7\r
\n" );
document.write( "\n" );
document.write( "6a + 5(7)=17.....AGAIN I AM STUCK! the correct answer was -3 but I do not see how? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Also is there a easier way of doing this math? \n" );
document.write( "
Algebra.Com's Answer #537811 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! second system \n" ); document.write( "b = 7 \n" ); document.write( "now get a which is -3\r \n" ); document.write( "\n" ); document.write( "6,5,17 \n" ); document.write( "-6,1,25\r \n" ); document.write( "\n" ); document.write( "divide row 1 by 6/1 \n" ); document.write( "1,5/6,17/6 \n" ); document.write( "-6,1,25\r \n" ); document.write( "\n" ); document.write( "add down (6/1) *row 1 to row 2 \n" ); document.write( "1,5/6,17/6 \n" ); document.write( "0,6,42\r \n" ); document.write( "\n" ); document.write( "divide row 2 by 6/1 \n" ); document.write( "1,5/6,17/6 \n" ); document.write( "0,1,7\r \n" ); document.write( "\n" ); document.write( "We now have the value for the last variable. \n" ); document.write( "We will work our way up and get the other solutions.\r \n" ); document.write( "\n" ); document.write( "add up (-5/6) *row 2 to row 1 \n" ); document.write( "1,0,-3 \n" ); document.write( "0,1,7\r \n" ); document.write( "\n" ); document.write( "final \n" ); document.write( "1,0,-3 \n" ); document.write( "0,1,7\r \n" ); document.write( "\n" ); document.write( "1,0,-3 \n" ); document.write( "0,1,7\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |