document.write( "Question 1148540: The number 2013 has the property that its units digit is the sum of its other digits, that is 2 + 0 + 1 = 3. How many integers less than 2013 but greater than 1000 share this property?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #769883 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "1xx1: the two middle digits must sum to 0; clearly only 1 number that satisfies the condition: 1001 \n" ); document.write( "1xx2: the two middle numbers must sum to 1; they can only be 01 or 10. So 2 numbers: 1012 and 1102 \n" ); document.write( "1xx3: the two middle numbers must sum to 2; they can only be 02 , 11, or 20. So 3 numbers: 1023, 1113, and 1203 \n" ); document.write( "... \n" ); document.write( "the pattern should be clear \n" ); document.write( "... \n" ); document.write( "1xx9: 9 numbers \n" ); document.write( "Then with leading digit 2 and less than 2013 there is only 1 number that satisfies the condition: 2002 \n" ); document.write( "ANSWER: (1+2+3+...+9) + 1 = 45+1 = 46 \n" ); document.write( " \n" ); document.write( " |