document.write( "Question 666496: Use the method of substitution to solve the system of linear equations.\r
\n" );
document.write( "\n" );
document.write( "7a = 3 - b
\n" );
document.write( "7a = 5 - b\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "How many solutions are there? \n" );
document.write( "
Algebra.Com's Answer #414593 by Alan3354(69443) You can put this solution on YOUR website! 7a = 3 - b \n" ); document.write( "7a = 5 - b \n" ); document.write( "----------- \n" ); document.write( "Sub for 7a \n" ); document.write( "3-b = 5-b \n" ); document.write( "Add b \n" ); document.write( "3 = 5 \n" ); document.write( "Inconsistent, no solution \n" ); document.write( " \n" ); document.write( " |