document.write( "Question 37273: Solve each of the following systems by substitution.\r
\n" );
document.write( "\n" );
document.write( "4x – 12y = 5
\n" );
document.write( "-x + 3y = -1 \n" );
document.write( "
Algebra.Com's Answer #23013 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We start with \n" ); document.write( "4x – 12y = 5 \n" ); document.write( "-x + 3y = -1 \n" ); document.write( "Let us solve the second equation for x and substitute its value into the first equation. Here goes: \n" ); document.write( "3y = x - 1 and \n" ); document.write( "x = 3y + 1 \n" ); document.write( "Now substitute \n" ); document.write( "4(3y + 1) - 12y = 5 \n" ); document.write( "12y + 4 - 12y = 5 \n" ); document.write( "4 = 5 \n" ); document.write( "Since this is an impossibility, we know there is no solution. That also means our two lines are parallel and the system is said to be inconsistent. \n" ); document.write( " |