document.write( "Question 379908: The sum of two numbers is 70. One number is ten more than twice the other number. \n" ); document.write( "
Algebra.Com's Answer #269667 by robertb(5830) You can put this solution on YOUR website! x = one number \n" ); document.write( "70 - x = other number. \n" ); document.write( "x = 2(70 - x) + 10; \n" ); document.write( "x = 140 - 2x + 10; \n" ); document.write( "3x = 150; \n" ); document.write( "x = 50, one number; \n" ); document.write( "70 - 50 = 20, the other number. \n" ); document.write( " |