document.write( "Question 281368: Solve the following system of equations:
\n" );
document.write( " x + y = 3
\n" );
document.write( " 2x + 2y = 4
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #204375 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! divide second by 2 \n" ); document.write( "x+y=3 \n" ); document.write( "x+y=2 \n" ); document.write( "the lines are parallel \n" ); document.write( "nosolution \n" ); document.write( " |