document.write( "Question 244847: I have to use substitution to solve the equation below & don't know where or how to begin:\r
\n" );
document.write( "\n" );
document.write( "3x-5y=11
\n" );
document.write( "x-3y=1 \n" );
document.write( "
Algebra.Com's Answer #179019 by dabanfield(803) ![]() You can put this solution on YOUR website! First take the second equation X-(3*Y)=1 and rewrite it as X=(3*Y)+1. \n" ); document.write( "Now substitute (3*Y)+1 into the first equation as follows:\r \n" ); document.write( "\n" ); document.write( "(3*X)-(5*Y) = 11 \n" ); document.write( "3*((3*Y)+1))-(5*Y) = 11 \n" ); document.write( "(9*Y)+3 - (5*Y) = 11 \n" ); document.write( "Collecting terms we have:\r \n" ); document.write( "\n" ); document.write( "4*Y + 3 = 11 \n" ); document.write( "4*Y = 8 \n" ); document.write( "Y = 2\r \n" ); document.write( "\n" ); document.write( "Now substituting 2 for Y in the rewritten second equation we have: \n" ); document.write( "X = (3*2) + 1 \n" ); document.write( "X = 7\r \n" ); document.write( "\n" ); document.write( "The solution then is x=7 and Y = 2 or (7,2) \n" ); document.write( " |