I am trying to study, and I'm not quite sure how:
$$ \binom{5}{3} \cdot \binom{7}{3} = 350 $$
From my understanding the formula is
$$ \binom{n}{r} = \frac{n!}{r!(n-r)!} $$
Therefore:
$$ \binom{5}{3} = \frac{5!}{3!(5-3)!} = 10 $$
and
$$ \binom{7}{3} = \frac{7!}{3!(7-3)!} = 35 $$
Please help me understand, thank you.
Answer: $ 10\cdot 35 = 350$.
Check your calculation of ${7 \choose 3}$. You made a typo in the denominator and the result is not $24$, but $35$.