document.write( "Question 1110043: If possible, solve the system of equations. Use any method. If there is not a unique solution to the system, state a reason.
\n" );
document.write( "3x-y =3
\n" );
document.write( "4x+2y=14 \n" );
document.write( "
Algebra.Com's Answer #725049 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Double the first \n" ); document.write( "6x-2y=6 \n" ); document.write( "4x+2y=14 \n" ); document.write( "10x=20 \n" ); document.write( "x=2 \n" ); document.write( "y=3 by substituting the value for x\r \n" ); document.write( "\n" ); document.write( "This checks in both equations \n" ); document.write( "(2, 3) \n" ); document.write( " |