document.write( "Question 553476: Solve the following systems of equations
\n" );
document.write( "X + 8y =4 (1)
\n" );
document.write( "X = 6 – 8y (2)
\n" );
document.write( "What is the solution of the system type in order of pairs?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #360862 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 1 x + 8 y = 4 .............1 \n" ); document.write( "1 x + 8 y = 6 .............2 \n" ); document.write( "Eliminate y \n" ); document.write( "multiply (1)by 1 \n" ); document.write( "Multiply (2) by -1 \n" ); document.write( "1 x 8 y = 4 \n" ); document.write( "-1 x -8 y = -6 \n" ); document.write( "Add the two equations \n" ); document.write( "0 x = -2\r \n" ); document.write( "\n" ); document.write( "this is absurd\r \n" ); document.write( "\n" ); document.write( "the system has no solution. \n" ); document.write( "The lines are parallel since they have the same slope with different y intercepts \n" ); document.write( " \n" ); document.write( " |