There are 900 three digit numbers between 99 and 3,000 - ranging from 100 to 999
45
I assume you mean how many 4-digit numbers can be made from a set such as {A,A, B, C} where A, B and C are single digits. There are 12 such numbers.
6
162
about 13
6: 146, 164, 416, 461, 614, and 641.
Assuming you mean permutations of three digits, then the set of numbers that can be made with these digits is: 345 354 435 453 534 543 There are six possible permutations of three numbers.
10
1
10 digits are numbers in the billions.
1,956 different numbers can be made from 6 digits. You can calculate this by using the permutation function in a summation function, like this: Σ6k=1 6Pk = 6P1+6P2+...+6P5+6P6 What this does is calculate how many 1 digit numbers you can make from 6 digits, then how many 2 digit numbers can be made from 6 digits and adds the amounts together, then calculates how many 3 digit numbers can be made and adds that on as well etc.