document.write( "Question 36727: . Solve the following system by addition. If a unique solution does not exist, state
\n" );
document.write( "whether the system is inconsistent or dependent.
\n" );
document.write( "2x + 3y = 1
\n" );
document.write( "5x + 3y = 16 \n" );
document.write( "
Algebra.Com's Answer #22595 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Solve the following system by addition. If a unique solution does not exist, state \n" ); document.write( "whether the system is inconsistent or dependent. \n" ); document.write( "2x + 3y = 1........................I \n" ); document.write( "5x + 3y = 16.................II \n" ); document.write( "EQN.II-EQN.I GIVES \n" ); document.write( "5X+3Y-2X-3Y=16-1=15 \n" ); document.write( "3X=15 \n" ); document.write( "X=5 \n" ); document.write( "HENCE 2*5+3Y=1......3Y=1-10=-9 \n" ); document.write( "Y=-9/3=-3 \n" ); document.write( "THUS THESE ARE INDEPENDENT EQUATIONS AND GIVE RAISE TO AN UNIQUE SOLUTION OF \n" ); document.write( "X=5 AND Y=-3 \n" ); document.write( " |