document.write( "Question 791665: the sum of two numbers is 83. One of the numbers is 11 more than the other. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #479656 by Cromlix(4381) You can put this solution on YOUR website! One number = x \n" ); document.write( "Other number = x + 11 \n" ); document.write( "x + (x + 11) = 83 \n" ); document.write( "2x + 11 = 83 \n" ); document.write( "2x = 83 - 11 \n" ); document.write( "2x = 72 \n" ); document.write( "x = 36 \n" ); document.write( "One number = 36 \n" ); document.write( "Other number = 47 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |