document.write( "Question 30107: solve by elemination method:
\n" );
document.write( "5/2x+5/3y=25\r
\n" );
document.write( "\n" );
document.write( "1/4x+1/3y=3 \n" );
document.write( "
Algebra.Com's Answer #16843 by Fermat(136)![]() ![]() You can put this solution on YOUR website! (5/2)x + (5/3)y = 25 \n" ); document.write( "(1/4)x + (1/3)y = 3 \n" ); document.write( "To simplify some of the working, multiply the 1st eqn by 6 (LCM of 2 and 3) and multiply the 2nd eqn by 12 (LCM of 4 and 3) to give \n" ); document.write( "15x + 10y = 150 \n" ); document.write( "3x + 4y = 36 \n" ); document.write( "multiply the 2nd eqn by 5, \n" ); document.write( "15x + 10y = 150 \n" ); document.write( "15x + 20y = 180 \n" ); document.write( "subtract the 1st eqn from the 2nd, to eliminate the x-variable giving, \n" ); document.write( "10y = 30 \n" ); document.write( "y = 3 \n" ); document.write( "===== \n" ); document.write( "now substitute for y = 3 into the eqn. 3x + 4y = 36 \n" ); document.write( "3x + 12 = 36 \n" ); document.write( "3x = 24 \n" ); document.write( "x = 8 \n" ); document.write( "===== \n" ); document.write( " |