answersLogoWhite

0

That depends on a few factors:

A) How many unique digits can go into each slot?

B) Can a number be repeated? (eg. is 112 invalid because the 1 is used twice?)

C) Does order matter? (eg. is 123 the same as 132)

Assuming n=10 digits and r=3 slots

If repeats are allowed, then we get 10 possible items in the first slot. Since repeats are allowed, we also have 10 in our second slot, and 10 in our third. We don't have to cancel any out because of their ordering.

10 * 10 * 10 = 1000 = 103 = nr

If repeats are not allowed (let's say we have a bag of 10 pieces, each with a number on it. Once you've used a piece, you can't use it again), we can put any of 10 digits in the first slot, any of the 9 remaining in the second slot, and any of the 8 remaining in the third slot:

10 * 9 * 8 = 720 = 10!/7! = n! / ( n - r )!

If order doesn't matter, you'll need to cancel out any combination that is already represented, and there are formulas for that, but explaining it here might be a bit beyond the scope of the question. You'll find a more detailed lesson in combinations and permutations here:

See link below for more lessons on combinations and permutations

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How many 3 number combinations 1 to 6?

There are 6C3 = 20 such combinations.


How many number combination can be made with 3 digits?

You Can Create 999 Number combinations


How many 3 number combinations with 12345?

There are: 12345C3 = 3.134847985*1011


How many 3 digit number combinations can be made from 764?

6 of them.


How many combinations does 3 tick-boxes have?

There are only four combinations but there are 8 permutations.


How many numbers can you make with 3 7 8 9?

14 * * * * * Wrong! There are 15. 4 combinations of 1 number, 6 combinations of 2 number, 4 combinations of 3 numbers, and 1 combination of 4 numbers.


How many 4 number combinations are there using 1 2 3 4 5?

There are 120 permutations and 5 combinations.


How many 3 number combinations are possible with 1234?

Just 4: 123, 124, 134 and 234. The order of the numbers does not matter with combinations. If it does, then they are permutations, not combinations.


How many 4 number combinations are there in 7 numbers?

There are 7C4 = 7!/(4!*3!) = 7*6*5/(3*2*1) = 35 combinations.


How many combinations of 6 numbers are there in 56 numbers What are these combinations?

just intrested in the number combinations * * * * * Number of combinations = 56C6 = 56*55*54*53*52*51/(6*5*4*3*2*1) = 32,468,436


How many combinations can be formed using numbers 13579 in a 3 number sequence?

13579


How many possible combinations of 3 letters can you make?

As there are 26 letters in the alphabet. You can calculate the number of combinations by multiplying 26x26x26, giving you the answer 17576.