document.write( "Question 1156489: Please help me solve this equation:\r
\n" );
document.write( "\n" );
document.write( "Solve the system of equations.\r
\n" );
document.write( "\n" );
document.write( "3x−4y−7z = −6
\n" );
document.write( "2x+3y−5z = 1\r
\n" );
document.write( "\n" );
document.write( "(If the system is dependent, enter a general solution in terms of c.) \n" );
document.write( "
Algebra.Com's Answer #779201 by greenestamps(13330) You can put this solution on YOUR website! \n" ); document.write( "There are three variables and only two equations. Therefore we can't get a single solution; we can only get a family of solutions in terms of some parameter. \n" ); document.write( "The process is straightforward, although the calculations are generally a bit ugly. \n" ); document.write( "(1) Use elimination to reduce the system of 2 equations and 3 unknowns to a system of 1 equation with 2 unknowns. \n" ); document.write( "(2) Solve that single equation for one variable in terms of the other. \n" ); document.write( "(3) Substitute into either of the original equations to find an expression for the third variable. \n" ); document.write( "(1) I chose to eliminate x: multiply the first equation by 2 and the second equation by -3 and add: \r\n" ); document.write( " 6x - 8y - 14z = -12\r\n" ); document.write( " -6x - 9y + 15z = -3\r\n" ); document.write( " ---------------------\r\n" ); document.write( " -17y + z = -15 \n" ); document.write( "Solve for z in terms of y: \r\n" ); document.write( " z = 17y - 15 \n" ); document.write( "(3) Substitute y for y and 17y-15 for z in one of the original equations to find x in terms of y: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: \n" ); document.write( "x = 41y-37; y = y; z = 17y - 15 \n" ); document.write( "Choose any number for the \"parameter\" y and use it to find values for x and z. Those values of x, y, and z will satisfy both of the given equations. \n" ); document.write( " \n" ); document.write( " |