document.write( "Question 605884: I'm trying to classify the system and determine the number solutions without graphing
\n" );
document.write( "-5x-2y=10
\n" );
document.write( "-10x-4y=20\r
\n" );
document.write( "\n" );
document.write( "A. Consistent, dependent
\n" );
document.write( "B. consistent , independent
\n" );
document.write( "C. Inconsistent
\n" );
document.write( "D. None of these\r
\n" );
document.write( "\n" );
document.write( "Email llthomas83@yahoo.com \n" );
document.write( "
Algebra.Com's Answer #381837 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Let z = -5x-2y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice that 2z = 2(-5x-2y) = -10x-4y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we can replace the left hand side of the first equation with 'z'. We can also replace the left hand side of the second equation with '2z'\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This gives us the equations\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "z = 10\r \n" ); document.write( "\n" ); document.write( "2z = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we solve the second equation for z, we do indeed get z = 10.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This tells us that there are an infinite number of solutions. This is because the system we're given basically boils down to -5x-2y=10, which has an infinite number of solutions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So this means that the system is consistent and dependent. \n" ); document.write( " |