document.write( "Question 1120019: Use the matrix capabilities of a graphing utility to write the augmented matrix corresponding to the system of equations in reduced row-echelon form. Then solve the system. If the system is dependent, express x, y, and z in terms of the parameter a.\r
\n" );
document.write( "\n" );
document.write( "3x+3y+12z=3
\n" );
document.write( "x+y+4z=1
\n" );
document.write( "2x+5y+20z=8
\n" );
document.write( "-x+2y+8z=5\r
\n" );
document.write( "\n" );
document.write( "**NOTE: I've determined the determinate is zero and tried entering \"no solution\" but that is incorrect. I've also figured -1,2,0,0 \n" );
document.write( "
Algebra.Com's Answer #735679 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The system has only three variables; the answer must be an ordered set of three numbers, not four. \n" ); document.write( "Quick inspection shows that the first equation is three times the second. That means the first equation is superfluous; it also means the determinant will be zero. \n" ); document.write( "You say you have \"figured -1,2,0,0\". I will guess that you got that using matrices. But what you show is only part of the story. \n" ); document.write( "As pointed out earlier, what you really found was -1,2,0, since there are only three variables. \n" ); document.write( "Using only the last three of the four equations, the matrix you end up with is \r\n" ); document.write( " 1 0 0 -1\r\n" ); document.write( " 0 1 4 2\r\n" ); document.write( " 0 0 0 0 \n" ); document.write( "The first row says \n" ); document.write( "x = -1 \n" ); document.write( "The second row says \n" ); document.write( "y+4z = 2 \n" ); document.write( "The third row says 0 = 0, which means the system is dependent, with an infinite family of solutions. \n" ); document.write( "So solve the equation from the second row for one of the variables and use that to define the set of solutions using the parameter a. \n" ); document.write( "y + 4z = 2 \n" ); document.write( "y = 2-4z \n" ); document.write( "Then the solution set in parametric form is \n" ); document.write( "x = -1 \n" ); document.write( "y = 2-4a \n" ); document.write( "z = a \n" ); document.write( " |