document.write( "Question 197720: 2x-5y=4
\n" );
document.write( "5x-7y=-1
\n" );
document.write( "solve by using the matrix row reduction method.
\n" );
document.write( "I've been trying to work on this problem for hours but I'm stuck. Hopefully you can help me. \n" );
document.write( "
Algebra.Com's Answer #148262 by stanbon(75887) ![]() You can put this solution on YOUR website! 2x-5y=4 \n" ); document.write( "5x-7y=-1 \n" ); document.write( "solve by using the matrix row reduction method. \n" ); document.write( "------------------- \n" ); document.write( "2...-5...4 \n" ); document.write( "5...-7...-1 \n" ); document.write( "-------------------- \n" ); document.write( "Multiply thus the 1st row by 5 and the 2nd row by 2 to get: \n" ); document.write( "10...-25...20 \n" ); document.write( "10...-14...-2 \n" ); document.write( "--------------------- \n" ); document.write( "Subtract the 1st row from the 2nd to get: \n" ); document.write( "10...-25...20 \n" ); document.write( "0.....11...-22 \n" ); document.write( "-------------------------- \n" ); document.write( "Divide thru the 2nd row by 11 to get: \n" ); document.write( "10...-25...20 \n" ); document.write( "0......1...-2 \n" ); document.write( "----------------------------- \n" ); document.write( "Add 25 times the 2nd row to the 1st row to get: \n" ); document.write( "10.....0...-30 \n" ); document.write( "0......1...-2 \n" ); document.write( "------------------------- \n" ); document.write( "Divide thru the 1st row by 10 to get: \n" ); document.write( "1.....0....-3 \n" ); document.write( "0.....1....-2 \n" ); document.write( "==================== \n" ); document.write( "Solution: \n" ); document.write( "x = -3 \n" ); document.write( "y = -2 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |