document.write( "Question 338206: Please assist me in helping to solve the following problem:\r
\n" );
document.write( "\n" );
document.write( "3x + 2y = 3
\n" );
document.write( "4x -3y = -13\r
\n" );
document.write( "\n" );
document.write( "Your analysis and comments are appreciated. Thank you. \n" );
document.write( "
Algebra.Com's Answer #242415 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! solve the following problem: \n" ); document.write( "3x + 2y = 3 \n" ); document.write( "4x -3y = -13 \n" ); document.write( "-------------------- \n" ); document.write( "If you want to solve by elimination you need to \n" ); document.write( "have the same number of some variable in the \n" ); document.write( "numerator and in the denominator. \n" ); document.write( "You can pick either of the two variables but \n" ); document.write( "you must create the same number in both equations. \n" ); document.write( "--- \n" ); document.write( "Lets say you pick \"x\". \n" ); document.write( "----- \n" ); document.write( "Multiply thru the 1st equation by 4 \n" ); document.write( "Multiply thru the 2nd equation by 3 \n" ); document.write( "----- \n" ); document.write( "12x + 8y = 4*3 \n" ); document.write( "12x - 9y = 3*-13 \n" ); document.write( "---------------------- \n" ); document.write( "Subtract the 2nd equation from the 1st to get: \n" ); document.write( "17y = 12--39 \n" ); document.write( "17y = 51 \n" ); document.write( "Divide both sides by 16 to get: \n" ); document.write( "y = 3 \n" ); document.write( "--- \n" ); document.write( "Substitute that into either of the original equations \n" ); document.write( "and solve for \"x\": \n" ); document.write( "3x + 2y = 3 \n" ); document.write( "3x + 2*3 = 3 \n" ); document.write( "3x + 6 = 3 \n" ); document.write( "3x = -3 \n" ); document.write( "x = -1 \n" ); document.write( "------- \n" ); document.write( "Check the solution in the \"other\" original equation: \n" ); document.write( "4x -3y = -13 \n" ); document.write( "4(-1)-3(3) = -13 \n" ); document.write( "-4-9 = -13 \n" ); document.write( "-13 = -13 \n" ); document.write( "=============== \n" ); document.write( "Solution: \n" ); document.write( "x = -1 ; y = 3 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |