document.write( "Question 82047: Solve by using either addition or substitution. 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 #58801 by jayanthihemkos@yahoo.com(87)![]() ![]() ![]() You can put this solution on YOUR website! 10x+2y=7--------(1)\r \n" ); document.write( "\n" ); document.write( " y=-5x+3-------(2)\r \n" ); document.write( "\n" ); document.write( "plugging the value of y from equation(2) into equation (1) ,we have\r \n" ); document.write( "\n" ); document.write( "10x+2(-5x+3) =7\r \n" ); document.write( "\n" ); document.write( "10x -10x+6 = 7\r \n" ); document.write( "\n" ); document.write( "since we have +10x and -10x in the above equation they get cancelled \r \n" ); document.write( "\n" ); document.write( "Hence there is no solution \r \n" ); document.write( "\n" ); document.write( "Hence the system is inconsistent \n" ); document.write( " |