document.write( "Question 408502: I have to translate problems like these into a system of equations, then solve it
\n" );
document.write( " ex:
\n" );
document.write( "The sum of two numbers is 36. The difference of one sixth of the larger number and one ninth of the smaller number is 11. Find the numbers. \n" );
document.write( "
Algebra.Com's Answer #287763 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! \"The sum of two numbers is 36\" ___ L + s = 36 ___ 4L + 4s = 144\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The difference of one sixth of the larger number and one ninth of the smaller number is 11\" \n" ); document.write( "___ (L / 6) - (s / 9) = 11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplying by 36 (LCD) ___ 6L - 4s = 396\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "adding equations (to ELIMINATE s) ___ 10L = 540 \n" ); document.write( " |