SOLUTION
Given the question in the question tab, the following are the solution steps to get possible 5 card hands
Step 1: Identify the type of problem in the question
Ian is choosing a subset of size 5 from a set of size 52. Note that the order in which he is dealt these 5 cards is irrelevant. Thus, order doesn’t matter. Thus, this is a combination problem.
Step 2: Write the formula for finding combination
![\text{nCr}=(n!)/((n-r)!r!)](https://img.qammunity.org/2023/formulas/mathematics/college/6t01zigmi1xm5qduua5v5dqd8pa1gxotxh.png)
Step 3: Find the possible different 5 card hands
![\begin{gathered} n=52,r=5 \\ \text{nCr}=(n!)/((n-r)!r!) \\ 52\text{C5}=(52!)/((52-5)!5!)=(52!)/(47!5!) \\ =(52*51*50*49*48*47!)/(47!*5!) \\ =(52*51*50*49*48)/(5!)=2598960 \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/5bif7nji1ix9du45o7zaige6pp9ldn5cma.png)
Hence, there are 2598960 different possible card hands.