answersLogoWhite

0


Best Answer

6

User Avatar

Maynard Windler

Lvl 10
3y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

2

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many combinations can be made out of numbers 1-5?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math
Related questions

If using numbers 1 through 8 how many different 4 digit combinations can be made?

15


How many 4 number combination are in 6 numbers?

There are 15 combinations.


What is the number of combinations of 1-6?

7


How many combinations are there in 4 numbers?

10 * * * * * That is just plain wrong! It depends on how many numbers in each combination but there are 1 combination of 4 numbers out of 4, 4 combinations of 3 numbers out of 4, 6 combinations of 2 numbers out of 4, 4 combinations of 1 number out of 4. A grand total of 15 (= 24-1) combinations.


How many combinations of two numbers are there in 16 numbers?

16 x 15 / 2 ie 120


How many 2 number combinations can you make with six numbers?

Assuming that the six numbers are different, the answer is 15.


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 3 number combinations can be made with 15 numbers?

15 choose 3 = 15!/(3!*(15-3)!) = 15!/(3!*12!) = (15*14*13)/(3*2) = 5*7*13 = 455


How many combinations can you get in number 4?

it is hard to say there are lot of combinations belive or not * * * * * If the previous answerer thinks 15 is a lot then true. There are 1 combination of 4 numbers out of 4, 4 combinations of 3 numbers out of 4, 6 combinations of 2 numbers out of 4, 4 combinations of 1 number out of 4. A grand total of 15 (= 24-1) combinations. Not so hard to say!


How many different combinations of 3 odd numbers have a sum of 15?

3*5=15 5*3=15 15*1=15


What are the combinations of groups of 3 numbers using combinations of numbers 1 through 15 with no numbers repeating in a group?

There are 15C3 = 15*14*13/(3*2*1) = 455 combinations, and I am NOT even going to try listing them.


What does COMBIN do in Excel 2010?

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