document.write( "Question 906313: Solve the following systems of equations using the addition (elimination) method.
\n" );
document.write( "What type of system is it? Name the solution if there is one.\r
\n" );
document.write( "\n" );
document.write( "x+y=6
\n" );
document.write( "x-y=4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #549721 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x+y=6 \n" ); document.write( "x-y=4 \n" ); document.write( "2x = 10 \n" ); document.write( "x = 5 and y = 1 \n" ); document.write( "Ordered Pair (5,1) is the solution for this Independent System \n" ); document.write( " |