document.write( "Question 971523: 2x-y=-2
\n" );
document.write( "x=14+2y\r
\n" );
document.write( "\n" );
document.write( "What is the value of the system determinant?
\n" );
document.write( "What is the value of the Y-determinant?
\n" );
document.write( "What is the value of the X-determinant?
\n" );
document.write( "What is the solutions to the system of equations? \n" );
document.write( "
Algebra.Com's Answer #593973 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 2x-y=-2 --> 2x-y+2 = 0 \n" ); document.write( "x=14+2y --> x-2y-14 = 0\r \n" ); document.write( "\n" ); document.write( "What is the value of the system determinant? \n" ); document.write( "|2 -1| \n" ); document.write( "|1 -2| --> -4 -(-1) = -3 \n" ); document.write( "What is the value of the x-determinant? \n" ); document.write( "|-1 +2| \n" ); document.write( "|-2-14| --> 14 -(-4) = 18 \n" ); document.write( "What is the value of the y-determinant? \n" ); document.write( "|2 +2| \n" ); document.write( "|1 -14| --> -28-2 = -30 \n" ); document.write( "What is the solutions to the system of equations? \n" ); document.write( "x = 18/-3 = -6 \n" ); document.write( "y = 30/-3 = -10 \n" ); document.write( " \n" ); document.write( " |