document.write( "Question 693687: Solve for \"c\" using the substitution method.
\n" );
document.write( "5x-7y=c
\n" );
document.write( "-15x+21y=9 \n" );
document.write( "
Algebra.Com's Answer #427514 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve for \"c\" using the substitution method. \n" ); document.write( " 5x - 7y = c \n" ); document.write( "-15x+21y = 9 \n" ); document.write( "Use the 1st equation for substitution \n" ); document.write( "5x = 7y + c \n" ); document.write( "Divide by 5 \n" ); document.write( "x = 1.4y + .2c \n" ); document.write( ": \n" ); document.write( "Replace x with (1.4y+.2c) in the 2nd equation \n" ); document.write( "-15(1.4y + .2c) + 21y = 9 \n" ); document.write( "-21y - 3c + 21y = 9 \n" ); document.write( "-3c = 9 \n" ); document.write( "c = 9/-3 \n" ); document.write( "c = -3 \n" ); document.write( " |