document.write( "Question 663143: Solve the following equations using Cramer’s rule:
\n" );
document.write( "3x + 2y + 2z = 7
\n" );
document.write( "x + 4y + 4z = 9
\n" );
document.write( "6x + 2y + 6z = 14
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #412659 by lynnlo(4176)![]() ![]() ![]() You can put this solution on YOUR website! x=1,y=1,z=1 \n" ); document.write( " |