document.write( "Question 71881This question is from textbook
\n" );
document.write( ": Solve the following system by using either addition or substution. If a unique solution does not exist, state whethher the system is depent 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 #51482 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! 10x + 2y = 7 \n" ); document.write( "y = -5x + 3 \n" ); document.write( "Solve this by using substitution since we already have what y equals; \n" ); document.write( "so substitute in the first equation for y: y=-5x+3 \n" ); document.write( "10x + 2(-5x+3) = 7 \n" ); document.write( "10x - 10x + 6 = 7 \n" ); document.write( "6 = 7 \n" ); document.write( "so the system is inconsistent \n" ); document.write( ":) \n" ); document.write( " |