document.write( "Question 44057: solve each of the following systmes by substitution.
\n" );
document.write( " 4x-12y=5
\n" );
document.write( "-x+3y=-1 \n" );
document.write( "
Algebra.Com's Answer #28983 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! solve each of the following systmes by substitution. \n" ); document.write( "4x-12y=5................I \n" ); document.write( "-x+3y=-1...............II.....X=3Y+1..PUT THIS IN EQN.I \n" ); document.write( "4(3Y+1)-12Y=5 \n" ); document.write( "12Y+4-12Y=5 \n" ); document.write( "4=5...NOT POSSIBLE \n" ); document.write( "HENCE EQNS. ARE INCONSISTENT AND THERE IS NO SOLUTION \n" ); document.write( " |