QUESTION IMAGE
Question
- how many permutations of a 7-digit phone number exist if any number 0-9 may be used but repetition is not allowed?
\\(\frac{10!}{3!}\\)
70
\\(10^7\\)
10!
Step1: Recall Permutation Formula
The permutation formula for choosing \( r \) elements from \( n \) elements without repetition is \( P(n,r)=\frac{n!}{(n - r)!} \). Here, \( n = 10 \) (digits 0 - 9) and \( r = 7 \) (7 - digit phone number).
Step2: Substitute Values into Formula
Substitute \( n = 10 \) and \( r = 7 \) into the formula: \( P(10,7)=\frac{10!}{(10 - 7)!}=\frac{10!}{3!} \).
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
\(\frac{10!}{3!}\) (the first option)