document.write( "Question 634932: Use the method of substitution to solve the system of linear equations.
\n" );
document.write( "4a=6-b
\n" );
document.write( "4a=2-b\r
\n" );
document.write( "\n" );
document.write( "Could you please show me this in detail. I just don't understand it. Thank you \n" );
document.write( "
Algebra.Com's Answer #399996 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! 4a is both 6-b and 2-b. So 6-b = 2-b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Another way to say it is...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4a=6-b ... Start with the first equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2-b=6-b ... Replace '4a' with '2-b' (since 4a = 2-b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now solve for b. Then use the solution to find 'a'. \n" ); document.write( " |