document.write( "Question 1140726: The difference between the digits of a two-digit number is 1. The number itself is 1 more than 5 times the sum of its digits. If the units digit is greater than the tens digit, find the number \n" ); document.write( "
Algebra.Com's Answer #761237 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "(1) Using logical reasoning.... \n" ); document.write( "The number is 1 more than 5 times the sum of its digits. \n" ); document.write( "That means the last digit of the number (the units digit) is either 1 or 6. \n" ); document.write( "Since the units digit is 1 more than the tens digit, the units digit can't be 1. \n" ); document.write( "So the units digit is 6; that means the tens digit is 5. \n" ); document.write( "ANSWER: 56 \n" ); document.write( "(2) Using algebra (good practice in solving problems using algebra; but much slower).... \n" ); document.write( "Let the tens digit be x \n" ); document.write( "Then the units digit is x+1 \n" ); document.write( "The sum of the digits is x+(x+1) = 2x+1 \n" ); document.write( "The number itself is 10(x)+(x+1) = 11x+1 \n" ); document.write( "The number itself is 1 more than 5 times the sum of the digits: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: The tens digit is x=5; the units digit is x+1 = 6; the number is 56. \n" ); document.write( " |