document.write( "Question 230317: How do you solve the following problems using the substitution method? The end result should be a set of (x,y) coordinates. \r
\n" );
document.write( "\n" );
document.write( "4x-y=5
\n" );
document.write( "x=8-2y\r
\n" );
document.write( "\n" );
document.write( "-7x+y=32
\n" );
document.write( "2x+3y=27\r
\n" );
document.write( "\n" );
document.write( "2x+y=5
\n" );
document.write( "4x-3y=-10\r
\n" );
document.write( "\n" );
document.write( "4x+2y=7
\n" );
document.write( "x-5y=10 \r
\n" );
document.write( "\n" );
document.write( "2x-y=2
\n" );
document.write( "x+2y=18.5\r
\n" );
document.write( "\n" );
document.write( "If you could solve any or all that would be great! Thanks! \n" );
document.write( "
Algebra.Com's Answer #170533 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do you solve the following problems using the substitution method? The end result should be a set of (x,y) coordinates. \n" ); document.write( "4x-y=5 \n" ); document.write( "x=8-2y \n" ); document.write( "----------------- \n" ); document.write( "Since x = 8-2y substitute that into the 1st equation and solve for \"y\": \n" ); document.write( "4(8-2y)-y = 5 \n" ); document.write( "32-8y-y = 5 \n" ); document.write( "27 = 9y \n" ); document.write( "y = 3 \n" ); document.write( "-------------- \n" ); document.write( "Since x = 8-2y, x = 8-2(3) = 2 \n" ); document.write( "-------------- \n" ); document.write( "Solution: \n" ); document.write( "(2,3) \n" ); document.write( "====================================\r \n" ); document.write( "\n" ); document.write( "-7x+y=32 \n" ); document.write( "2x+3y=27 \n" ); document.write( "------------- \n" ); document.write( "Solve the 1st equation for \"y\" \n" ); document.write( "y = 7x+32 \n" ); document.write( "Substitute that into the 2nd equation and solve for \"x\": \n" ); document.write( "2x + 3(7x+32) = 27 \n" ); document.write( "2x + 21x + 96 = 27 \n" ); document.write( "23x = -69 \n" ); document.write( "x = -3 \n" ); document.write( "---------------- \n" ); document.write( "Since y = 7x+32, y = 7(-3)+32 = 11 \n" ); document.write( "------------------- \n" ); document.write( "solution: x = -3; y = 11 \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |