document.write( "Question 76125: Solve each of the following systems by substitution
\n" );
document.write( "4x - 12y = 5
\n" );
document.write( "-x + 3y = -1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #54660 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! -X+3Y=-1 \n" ); document.write( "-X=-3Y-1 \n" ); document.write( "X=3Y+1 NOW SUBSTITUTE (3Y+1) FOR X AND SOLVE FOR Y \n" ); document.write( "4(3Y+1)-12Y=5 \n" ); document.write( "12Y+4-12Y=5 \n" ); document.write( "4=5 INDICATES THERE IS NO SOLUTION FOR THESE EQUATIONS. \n" ); document.write( " |