By making a number tree that could have as many as 1,000,000 combos.
Could you generate a complete set of 6 number combinations from 45 numbers ?
86,450
There are 5*5*5 = 125 such numbers.
375
If the numbers are allowed to repeat, then there are six to the fourth power possible combinations, or 1296. If they are not allowed to repeat then there are only 360 combinations.
41
By making a number tree that could have as many as 1,000,000 combos.
Could you generate a complete set of 6 number combinations from 45 numbers ?
86,450
There are 5*5*5 = 125 such numbers.
25
375
The average is the sum of the numbers in the set divided by the number of numbers in the set. In this case it is (125+143+134)/3=134.
They are elements of the infinite set of numbers of the form 125*k where k is an integer.
It gives you the amounts of combinations of numbers from a set of numbers. For example if you wanted to find how many combinations of 2 numbers can you get from 6 numbers you would do this: =COMBIN(6,2) It will give the result 15, because there are 15 combinations as follows, where we are getting combinations of 2 numbers from the numbers 1 to 6: 1,2 1,3 1,4 1,5 1,6 2,3 2,4 2,5 2,6 3,4 3,5 3,6 4,5 4,6 5,6
The answer is 8C7 = 8. In each combination, you will miss out one of the 8 from the whole set.