document.write( "Question 91570: solve the following systems by using either addition or subtraction. if a unique solution does not exist, state whether the system is dependent or inconsistent.\r
\n" );
document.write( "\n" );
document.write( "10x+2y=7
\n" );
document.write( " y=-5x+3 \n" );
document.write( "
Algebra.Com's Answer #66499 by uma(370) ![]() You can put this solution on YOUR website! 10x+2y=7-------------(1) \n" ); document.write( " y=-5x+3--------------(2)\r \n" ); document.write( "\n" ); document.write( "(2) can be written as 5x+y =3\r \n" ); document.write( "\n" ); document.write( "Multiplying this by 2 we get,\r \n" ); document.write( "\n" ); document.write( "10x+2y=6 \n" ); document.write( "10x+2y=7---------(1)\r \n" ); document.write( "\n" ); document.write( "On subtracting these equations we find that, both the variables get cancelled.\r \n" ); document.write( "\n" ); document.write( "==> the given system does not have a solution.\r \n" ); document.write( "\n" ); document.write( "In other words the lines represented by these equations are parallel. \n" ); document.write( " |