document.write( "Question 761074: Simultaneous equation
\n" );
document.write( "Exercise; substitution method 1
\n" );
document.write( "Use the substitution method to solve the following:\r
\n" );
document.write( "\n" );
document.write( "Challenge:
\n" );
document.write( "5x+3y=15
\n" );
document.write( "2x-3y=-1 <= hint make x the subject \r
\n" );
document.write( "\n" );
document.write( "I have stuck. This is the last question I can't solve? Hicc \n" );
document.write( "
Algebra.Com's Answer #463007 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! 5x + 3y = 15 \n" ); document.write( "2x - 3y = -1 \n" ); document.write( "Add \n" ); document.write( "7x = 14 \n" ); document.write( " x = 2 \n" ); document.write( "Substitute x = 2 \n" ); document.write( "in 2x - 3y = -1 \n" ); document.write( " 2(2) - 3y = -1 \n" ); document.write( " 4 - 3y = -1 \n" ); document.write( " - 3y = -1 - 4 \n" ); document.write( " - 3y = - 5 \n" ); document.write( " y = -5/-3 \n" ); document.write( " y = 5/3 \n" ); document.write( "x = 2 y = 5/3 \n" ); document.write( " |