# Combinations/Permutations

**URL:** https://boards.straightdope.com/t/combinations-permutations/481507
**Category:** Factual Questions
**Created:** [January 15, 2009, 10:55pm UTC](https://boards.straightdope.com/t/combinations-permutations/481507 "2009-01-15T22:55:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Shai\_tan](https://avatars.discourse-cdn.com/v4/letter/s/f4b2a3/32.png) [@Shai\_tan](https://boards.straightdope.com/u/Shai_tan)
#### Post date: [January 15, 2009, 10:55pm UTC](https://boards.straightdope.com/t/combinations-permutations/481507/1 "2009-01-15T22:55:30Z")

</div>

I want to calculate the number of combinations possible by pairing two items of different types.

For instance: letter/number pairs. If counting actual pairs without regard for order (A3 and 3A are the same pair and NOT counted twice) Is the formula:

# of letters multiplied by # of numbers = possible pairs?

Just double checking my assumption…

---

<div class="post-metadata">

### Author: ![Indistinguishable](https://avatars.discourse-cdn.com/v4/letter/i/90ced4/32.png) [@Indistinguishable](https://boards.straightdope.com/u/Indistinguishable)
#### Post date: [January 15, 2009, 11:56pm UTC](https://boards.straightdope.com/t/combinations-permutations/481507/2 "2009-01-15T23:56:40Z")

</div>

Yes.

(Imagine putting the pairs into a rectangle, whose columns correspond to letters and whose rows correspond to numbers. You can count the number of cells by multiplying the number of columns by the number of rows)

---

<div class="post-metadata">

### Author: ![Chessic\_Sense](https://avatars.discourse-cdn.com/v4/letter/c/7c8e57/32.png) [@Chessic\_Sense](https://boards.straightdope.com/u/Chessic_Sense)
#### Post date: [January 16, 2009, 12:07am UTC](https://boards.straightdope.com/t/combinations-permutations/481507/3 "2009-01-16T00:07:06Z")

</div>

The multiplication counting principle says that if there are A ways to make the first choice and B ways to make the second (and C ways…), then the combos are AxB(xC…).

You’ve got A letters and B numbers, so it’s AxB.
