Answer:
715
Explanation:
What we must do is apply the concept of combinations, which is the following formula:
nCr = n! / r! * (n - r)!
Where 'n' represents the number of elements available and 'r' represents the number of elements chosen.
In this case, n equals 13 and r equals 4.
replacing in the formula:
13C4 = 13! / 4! * (13 - 4)!
13C4 = 13! / (4! * 9!)
13C4 = 715