document.write( "Question 436789: substitution method to solve equation\r
\n" );
document.write( "\n" );
document.write( "x+4y=5
\n" );
document.write( "2x+13y=15 \n" );
document.write( "
Algebra.Com's Answer #302168 by robertb(5830)![]() ![]() You can put this solution on YOUR website! x + 4y = 5 ==> x = 5 - 4y ==> 2(5-4y) + 13y = 15, after substitution.\r \n" ); document.write( "\n" ); document.write( "10 - 8y + 13y = 15 \n" ); document.write( "==> 10 + 5y = 15 ==> 5y = 5 ==> y = 1 ==> x = 5 - 4*1 = 5 - 4 = 1.\r \n" ); document.write( "\n" ); document.write( "Hence the solution is (1, 1). \n" ); document.write( " |