document.write( "Question 69635: what is the solution of the following system of linear equations?
\n" );
document.write( "2x+3y=5
\n" );
document.write( "-4x-6y=6 \n" );
document.write( "
Algebra.Com's Answer #49642 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! 2x+3y=5 \n" ); document.write( "3y=-2x+5 \n" ); document.write( "y=-2x/3+5/3 \n" ); document.write( "------------------- \n" ); document.write( "-4x-6y=6 \n" ); document.write( "-6y=4x+6 \n" ); document.write( "y=4x/-6+6/6 \n" ); document.write( "y=-2x/3+1 \n" ); document.write( "------------------- \n" ); document.write( " |