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 #414584 by lynnlo(4176) ![]() You can put this solution on YOUR website! EXAMPLE FOR YOU TO STUDY SO YOU CAN UNDERSTAND \n" ); document.write( " SUBSTITUTION METHOD \n" ); document.write( " -Y=2X+4 \n" ); document.write( " 3X+Y=9 \n" ); document.write( "SUBSTITUTE Y IN SECOND EQUATION \n" ); document.write( "3X+Y=9 \n" ); document.write( "3X+(2X+4)=9 \n" ); document.write( "5X+4=9 \n" ); document.write( "5X=5 \n" ); document.write( "X=1 \n" ); document.write( "YOU CAN USE THE VALUE OF X TO FIND Y BY SUBSTITUTING \n" ); document.write( " IN THE FIRST EQUATION \n" ); document.write( "Y=2X+4 \n" ); document.write( "Y=2*1+4 \n" ); document.write( "Y=6 \n" ); document.write( " ========SOLUTION IS (1,6) \n" ); document.write( " |