document.write( "Question 716302: please help me to understand substitution. here is an example 2x+5y=5
\n" );
document.write( " x+3y=4 \n" );
document.write( "
Algebra.Com's Answer #439823 by lynnlo(4176)![]() ![]() ![]() You can put this solution on YOUR website! 2X+5Y=5 \n" ); document.write( "X+3Y=4 \n" ); document.write( "USING SUBSTITUTION METHOD: \n" ); document.write( "X AS A FUNCTION OF Y(FROM THE FIRST EQUATION X=(5-5Y)/2 \n" ); document.write( "SUBSTITUTE INTO SECOND EQUATION \n" ); document.write( "1(5+5Y)/2+3Y=4 \n" ); document.write( "SIMPLIFY: \n" ); document.write( "1Y=3 OR Y=3 \n" ); document.write( "SUBSTITUTING Y=3 BACK INTO THE X EXPRESSED AS FUNCTION OF Y \n" ); document.write( "X=(5-5Y)/2=-5 \n" ); document.write( " |