document.write( "Question 346413: I need help solving a system of 4 equations with 4 unknowns (finding where they all intersect). (w,x,y,z)\r
\n" );
document.write( "\n" );
document.write( "w+2x+y-3z=10
\n" );
document.write( "-w+x+2y+z=-2
\n" );
document.write( "2w+3x+5y-2z+14
\n" );
document.write( "-2w+2x+3y+2z=-4
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "I know how to solve a 3 by 3, but the extra equation is throwing me off. \n" );
document.write( "
Algebra.Com's Answer #247712 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The method is the same as solving a 3x3 system... \n" ); document.write( "Take any three pair of equations and eliminate the same one variable... \n" ); document.write( "Then you will have a 3x3 system... \n" ); document.write( " |