document.write( "Question 60867: how can i solve this system by substitution.
\n" );
document.write( " 2x + 2y = 0
\n" );
document.write( " y = 4x + 0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #41821 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! y=4x+0 now substitute (4x+0) for y in the other equation we get \n" ); document.write( "2x+2(4x+0)=0 \n" ); document.write( "2x+8x=0 \n" ); document.write( "10x=0 \n" ); document.write( "x=0 solution \n" ); document.write( "y=4*0+0 \n" ); document.write( "y=0 solution \n" ); document.write( " |