document.write( "Question 428063: I am supposed to solve using the substitution method.
\n" );
document.write( "5x-6y=-20
\n" );
document.write( "5x+45=y
\n" );
document.write( "Here is what I have tried and I think it is wrong.
\n" );
document.write( "I switched the 2nd equation so that it read y=5x+45.
\n" );
document.write( "It was then,
\n" );
document.write( "5x-6y=-20
\n" );
document.write( "y=5x+45
\n" );
document.write( "Here is how I worked it out
\n" );
document.write( "5x-6(5x+45)=-20
\n" );
document.write( "5x-30x-270=-20
\n" );
document.write( "-35x-270+270=-20+270
\n" );
document.write( "-35x=250 and I divided both sides by -35 and got 7.14 but I know this is wrong and I do not know where or what I did wrong. \n" );
document.write( "
Algebra.Com's Answer #297602 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! I am supposed to solve using the substitution method. \n" ); document.write( "5x-6y=-20 \n" ); document.write( "5x+45=y \n" ); document.write( "Here is what I have tried and I think it is wrong. \n" ); document.write( "I switched the 2nd equation so that it read y=5x+45. \n" ); document.write( "It was then, \n" ); document.write( "5x-6y=-20 \n" ); document.write( "y=5x+45 \n" ); document.write( "Here is how I worked it out \n" ); document.write( "5x-6(5x+45)=-20 \n" ); document.write( "5x-30x-270=-20 (SO FAR, SO GOOD!) \n" ); document.write( "-35x-270+270=-20+270 (HERE, YOU SIMPLY COMBINED THE X TERMS INCORRECTLY) \n" ); document.write( ". \n" ); document.write( "SHOULD BE: \n" ); document.write( "-25x-270+270=-20+270 \n" ); document.write( "-25x=250 \n" ); document.write( "x = -10 \n" ); document.write( ". \n" ); document.write( "substitute above into: \n" ); document.write( "5x+45=y \n" ); document.write( "5(-10)+45=y \n" ); document.write( "-50+45=y \n" ); document.write( "-5 = y \n" ); document.write( " \n" ); document.write( " |