document.write( "Question 145180: Solve the following system by any method:
\n" );
document.write( "x = 7/2 y + 9
\n" );
document.write( "2x - 7y = 18\r
\n" );
document.write( "\n" );
document.write( "Select the correct answer:
\n" );
document.write( " The system is inconsistent.
\n" );
document.write( " (-7, 10)
\n" );
document.write( " (8, 7)
\n" );
document.write( " (6, -8)
\n" );
document.write( " (7, 8)
\n" );
document.write( " The equations are dependent. \n" );
document.write( "
Algebra.Com's Answer #105852 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! What pops out right away is I should multiply the 1st equation by \n" ); document.write( "and then it will look like the 2nd equation \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Now add \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Both equations are identical, so the answer is \n" ); document.write( "that the equations are dependent \n" ); document.write( " |