document.write( "Question 38920: 5. Solve the following system by addition. If a unique solution does not exist, state\r
\n" );
document.write( "\n" );
document.write( "whether the system is inconsistent or dependent.\r
\n" );
document.write( "\n" );
document.write( "2x + 3y = 1\r
\n" );
document.write( "\n" );
document.write( "5x + 3y = 16\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #24448 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 2X+3Y=1 \n" ); document.write( "5X+3Y=16 SUBTRACTING EQ#2 FROM EQ#1 WE GET \n" ); document.write( "---------- \n" ); document.write( "-3X=-15 OPR 3X=15 OR X=15/3 OR X=5 THEN 2*5+3Y=1 OR 10+3Y=1 OR 3Y=-9 OR Y=-3 \n" ); document.write( " |