document.write( "Question 1190813: Translate to a system of equations and solve. (Enter your answers as a comma-separated list.)
\n" );
document.write( "The sum of two numbers is 40. One number is 4 less than the other. Find the numbers. \n" );
document.write( "
Algebra.Com's Answer #822517 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x+y=40 \n" ); document.write( "x=y-4 \n" ); document.write( "y-4+y=40 \n" ); document.write( "2y=44 \n" ); document.write( "y=22 \n" ); document.write( "x=18 \n" ); document.write( "the numbers are 18 and 22. \n" ); document.write( " |