document.write( "Question 102828: Use the matrix equation AX=B to solce the system
\n" );
document.write( "3x-2y=6
\n" );
document.write( "x-2y=10\r
\n" );
document.write( "\n" );
document.write( "I know that you set it up in the system
\n" );
document.write( "3 -2 and 6
\n" );
document.write( "1 -2 10\r
\n" );
document.write( "\n" );
document.write( "Just not sure where to go after that... \n" );
document.write( "
Algebra.Com's Answer #74790 by stanbon(75887) ![]() You can put this solution on YOUR website! I know that you set it up in the system \n" ); document.write( "3 -2 and 6 \n" ); document.write( "1 -2 10 \n" ); document.write( "----------- \n" ); document.write( "You have to multiply both sides by the inverse of the 2x2 on the left side \n" ); document.write( "or you have to row-reduce the enhanced matrix \n" ); document.write( "3..-2..|6 \n" ); document.write( "1..-2..|10 \n" ); document.write( "---------------- \n" ); document.write( "Either way you should end up with x = -2 and y = -6\r \n" ); document.write( "\n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |