document.write( "Question 931208: Please help me solve this equation:
\n" );
document.write( "Solve the system of equations using Gaussian elimination or Gauss - Jordan elimination.\r
\n" );
document.write( "\n" );
document.write( "3x + 2y=6
\n" );
document.write( "2x -3y = -9 \r
\n" );
document.write( "\n" );
document.write( "Thank you for your time I really appreciated \n" );
document.write( "
Algebra.Com's Answer #565548 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 3(3x + 2y=6) \n" ); document.write( "2(2x -3y = -9 ) \n" ); document.write( " 13x = 0 \n" ); document.write( " x = 0 AND y = 3 \n" ); document.write( "Ordered Pair(0,3)the Solution for this System \n" ); document.write( " |