| Line 2: |
Line 2: |
| | | | |
| | *<math>Number</math> is the number of items. | | *<math>Number</math> is the number of items. |
| − | *<math>Numberchosen</math> is the number of items in each arrangement. | + | *<math>NumberChosen</math> is the number of items in each arrangement. |
| | + | **COMBIN() returns the number of combinations for a given number of objects. |
| | | | |
| | ==Description== | | ==Description== |
| Line 24: |
Line 25: |
| | | | |
| | ==ZOS== | | ==ZOS== |
| − | *The syntax is to calculate COMBIN in ZOS is <math>COMBIN(Number,Numberchosen)</math> | + | *The syntax is to calculate COMBIN in ZOS is <math>COMBIN(Number,NumberChosen)</math> |
| | **<math>Number</math> is the number of items. | | **<math>Number</math> is the number of items. |
| − | **<math>Numberchosen</math> is the number of items in each arrangement. | + | **<math>NumberChosen</math> is the number of items in each arrangement. |
| | **For e.g.,COMBIN(20..23,6..7) | | **For e.g.,COMBIN(20..23,6..7) |
| | **COMBIN(4,2)*COMBIN(10,5) | | **COMBIN(4,2)*COMBIN(10,5) |
| Line 34: |
Line 35: |
| | {| id="TABLE3" class="SpreadSheet blue" | | {| id="TABLE3" class="SpreadSheet blue" |
| | |- class="even" | | |- class="even" |
| − | | COMBIN(Number,Numberchosen) | + | | COMBIN(Number,NumberChosen) |
| | ! Number | | ! Number |
| | ! Numberchosen | | ! Numberchosen |