Case 1: two digit numbers: Choose the first digit 5 ways (can't choose 0) Choose the second digit 5 ways (can choose 0) That's 5*5 = 25 two digit numbers. Case 2: three digit numbers Choose the first digit 5 ways (can't choose 0) Choose the second digit 5 ways (can choose 0) Choose the third digit 4 ways. That's 5*5*4 = 100 three-digit numbers. Grand total: 25+100 = 125 Edwin