Answer:
3003 ways
Step-by-step explanation:
You can basically choose 6 games from 14 games in total. This is essential a combination problem. We want the number of ways to choose 6 things from 14 things. The general formula for combinations is:
![nCr=\frac{n!}{r!(n-r)!}](https://tex.z-dn.net/?f=nCr%3D%5Cfrac%7Bn%21%7D%7Br%21%28n-r%29%21%7D)
Which tells us the number of ways to choose "r" things from a total of "n" things.
The factorial notation is:
n! = n * (n-1) * (n-2) * ....
Example: 3! = 3 * 2 * 1
Now, we know from the problem,
n = 14
r = 6
So, substituting, we get:
![nCr=\frac{n!}{r!(n-r)!}\\14C6=\frac{14!}{6!(14-6)!}\\=\frac{14!}{8!*6!}\\=\frac{14*13*12*11*10*9*8!}{6!*8!}\\=\frac{14*13*12*11*10*9}{6*5*4*3*2*1}\\=3003](https://tex.z-dn.net/?f=nCr%3D%5Cfrac%7Bn%21%7D%7Br%21%28n-r%29%21%7D%5C%5C14C6%3D%5Cfrac%7B14%21%7D%7B6%21%2814-6%29%21%7D%5C%5C%3D%5Cfrac%7B14%21%7D%7B8%21%2A6%21%7D%5C%5C%3D%5Cfrac%7B14%2A13%2A12%2A11%2A10%2A9%2A8%21%7D%7B6%21%2A8%21%7D%5C%5C%3D%5Cfrac%7B14%2A13%2A12%2A11%2A10%2A9%7D%7B6%2A5%2A4%2A3%2A2%2A1%7D%5C%5C%3D3003)
You can choose in 3003 ways