document.write( "Question 940917: The sum of two numbers is 400. One of them is 20 more than the other. Find the larger number. \n" ); document.write( "
Algebra.Com's Answer #573709 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 400. One of them is 20 more than the other. Find the larger number. \n" ); document.write( "---------------- \n" ); document.write( "smaller:: x \n" ); document.write( "larger::: x+20 \n" ); document.write( "------ \n" ); document.write( "Equation: \n" ); document.write( "x + x+20 = 400 \n" ); document.write( "2x = 380 \n" ); document.write( "x = 190 (smaller #) \n" ); document.write( "x+20 = 210 (larger #) \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |