document.write( "Question 108595: The following matrix is obtained from the augmented matrix of a system of equations.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "1 0 3 20
\n" );
document.write( "0 1 2 -2
\n" );
document.write( "0 0 1 4\r
\n" );
document.write( "\n" );
document.write( "What is the solution to the system is?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #79181 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1 0 3 20 \n" ); document.write( "0 1 2 -2 \n" ); document.write( "0 0 1 4 \n" ); document.write( "What is the solution to the system is? \n" ); document.write( "---------------- \n" ); document.write( "Assuming the variables are a, b, c, \n" ); document.write( "The 3rd line implies that c = 4 \n" ); document.write( "If c=4 the 2nd line implies b+2c=-2; b+8=-2; b=-10 \n" ); document.write( "If c=4 and b=-10 the 1st line implies a + 3c = 20; a+12=20; a=8 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |