QUESTION IMAGE
Question
in a lottery daily game, a player picks four numbers from 0 to 9 (without repetition). how many different choices does the player have
a) if order matters?
b) if order does not matter?
Step1: Calculate permutation for part a
When order matters, we use permutation formula \(P(n,r)=\frac{n!}{(n - r)!}\), where \(n = 10\) (numbers from \(0\) to \(9\)), \(r=4\).
$$
LATEXBLOCK0
$$
Step2: Calculate combination for part b
When order does not matter, we use combination formula \(C(n,r)=\frac{n!}{r!(n - r)!}\), where \(n = 10\), \(r = 4\).
$$
LATEXBLOCK1
$$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
a) \(5040\)
b) \(210\)