document.write( "Question 82042: Solve the following system by addition. If a unique solution does not exist, state whether the system is inconsistent or dependent:\r
\n" ); document.write( "\n" ); document.write( "x+5y=10
\n" ); document.write( "-2x-10y=-20
\n" ); document.write( "

Algebra.Com's Answer #58861 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: Solving a linear system of equations by subsitution

\n" ); document.write( "
\n" ); document.write( " Lets start with the given system of linear equations
\n" ); document.write( "
\n" ); document.write( " \"1%2Ax%2B5%2Ay=10\"
\n" ); document.write( " \"-2%2Ax-10%2Ay=-20\"
\n" ); document.write( "
\n" ); document.write( " Now in order to solve this system by using substitution, we need to solve (or isolate) one variable. I'm going to choose y.
\n" ); document.write( "
\n" ); document.write( " Solve for y for the first equation
\n" ); document.write( "
\n" ); document.write( " \"5%2Ay=10-1%2Ax\"Subtract \"1%2Ax\" from both sides
\n" ); document.write( "
\n" ); document.write( " \"y=%2810-1%2Ax%29%2F5\" Divide both sides by 5.
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " Which breaks down and reduces to
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " \"y=2-%281%2F5%29%2Ax\" Now we've fully isolated y
\n" ); document.write( "
\n" ); document.write( " Since y equals \"2-%281%2F5%29%2Ax\" we can substitute the expression \"2-%281%2F5%29%2Ax\" into y of the 2nd equation. This will eliminate y so we can solve for x.
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " \"-2%2Ax%2B-10%2Ahighlight%28%282-%281%2F5%29%2Ax%29%29=-20\" Replace y with \"2-%281%2F5%29%2Ax\". Since this eliminates y, we can now solve for x.
\n" ); document.write( "
\n" ); document.write( " \"-2%2Ax-10%2A%282%29-10%28-1%2F5%29x=-20\" Distribute -10 to \"2-%281%2F5%29%2Ax\"
\n" ); document.write( "
\n" ); document.write( " \"-2%2Ax-20%2B%2810%2F5%29%2Ax=-20\" Multiply
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " \"-2%2Ax-20%2B2%2Ax=-20\" Reduce any fractions
\n" ); document.write( "
\n" ); document.write( " \"-2%2Ax%2B2%2Ax=-20%2B20\"Add \"20\" to both sides
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " \"-2%2Ax%2B2%2Ax=0\" Combine the terms on the right side
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " \"0%2Ax=0\" Now combine the terms on the left side.
\n" ); document.write( " \"0=0\" Since this expression is true for any x, we have an identity.
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " So there are an infinite number solutions. The simple reason is the 2 equations represent 2 lines that overlap each other. So they intersect each other at an infinite number of points.
\n" ); document.write( "
\n" ); document.write( " If we graph \"1%2Ax%2B5%2Ay=10\" and \"-2%2Ax-10%2Ay=-20\" we get
\n" ); document.write( "
\n" ); document.write( " \"+graph%28+500%2C+600%2C+-6%2C+5%2C+-10%2C+10%2C+%2810-1%2Ax%29%2F5%29+\" graph of \"1%2Ax%2B5%2Ay=10\"
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( " \"+graph%28+500%2C+600%2C+-6%2C+5%2C+-10%2C+10%2C+%28-20--2%2Ax%29%2F-10+%29+\" graph of \"-2%2Ax-10%2Ay=-20\" (hint: you may have to solve for y to graph these)
\n" ); document.write( "
\n" ); document.write( " we can see that these two lines are the same. So this system is dependent
\n" ); document.write( "
\n" ); document.write( "
\n" );