document.write( "Question 443085: y=5-4x
\n" );
document.write( "2x-3y=13
\n" );
document.write( "How to solve this equation \n" );
document.write( "
Algebra.Com's Answer #305617 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! USE SUBSTITUTION METHOD \n" ); document.write( "----------------------- \n" ); document.write( "y = 5-4x ---> substitute this in for y in the second equation \n" ); document.write( "2x-3(5-4x) = 13 ---> 2x-15+12x =13 \n" ); document.write( "14x = 28 \n" ); document.write( "x=2 \n" ); document.write( "--------- \n" ); document.write( "Plug x =2 back into either ORIGINAL equation \n" ); document.write( "--------------- \n" ); document.write( "y = 5-4(2) ----> y = 5-8 = -3\r \n" ); document.write( "\n" ); document.write( "y =-3\r \n" ); document.write( "\n" ); document.write( "So our solutions are x=2, y=-3 \n" ); document.write( " |