document.write( "Question 256989: i don't understand how substitution works. can anyone explain to me in a easy way? \n" ); document.write( "
Algebra.Com's Answer #189014 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Let's say you have two equations. \n" ); document.write( "a+b=10 \n" ); document.write( "a+2b=16 \n" ); document.write( "solve the first one for a in terms of b \n" ); document.write( "a=10-b \n" ); document.write( "now plug 10-b in for a in the other equation \n" ); document.write( "a+2b=16 \n" ); document.write( "(10-b)+2b =16 \n" ); document.write( "Do you see how I substituted 10-b for a because a=10-b? \n" ); document.write( "Now we can solve the new equation and find out what b is. \n" ); document.write( "10-b+2b=16 \n" ); document.write( "combine -b and +2b \n" ); document.write( "-b+2b=b \n" ); document.write( "so now we have 10+b=16 \n" ); document.write( "subtract 10 from both sides \n" ); document.write( "b=6 \n" ); document.write( "but a+b=10 \n" ); document.write( "so a+6=10 \n" ); document.write( "a=4 \n" ); document.write( " \n" ); document.write( " |