document.write( "Question 204548: Using the simultaneous equation method, find the values of x and y which satisfy the following equations:\r
\n" );
document.write( "\n" );
document.write( "3x+2y=22
\n" );
document.write( "2x+3y=23 \n" );
document.write( "
Algebra.Com's Answer #154400 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! multiply the first equation by 2: \n" ); document.write( "6x + 4y = 44 \n" ); document.write( "multiply the second equation by 3: \n" ); document.write( "6x + 9y = 69\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "use the elimination process,subtract the first equation by the second equation: \n" ); document.write( "6x + 4y = 44 \n" ); document.write( "6x + 9y = 69 \n" ); document.write( "------------ (-) \n" ); document.write( "-5y =-25 \n" ); document.write( "y = (-25)/(-5) = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substitute the y value to the first or second equation (here, I use the first): \n" ); document.write( "6x + 4*5 =44 \n" ); document.write( "6x + 20= 44 \n" ); document.write( "6x = 44 - 20 \n" ); document.write( "6x = 24 \n" ); document.write( "x = 24/6 = 4 \n" ); document.write( " \n" ); document.write( " |