
byRituparna Nath Content Writer at Study Abroad Exams
Question: A popular website requires users to create a password consisting of digits only. If no digit may be repeated and each password must be at least 9 digits long, how many passwords are possible.
- 9! + 10!
- 2*10!
- 9! * 10!
- 19!
- 20!
Answer and Solution:
Approach Solution:
There is only one approach to this question.
Explanation: Given to us that a popular website requires users to create a password consisting of digits only. No digit can be repeated in the passwords and each password must be at least 9 digits long. It has asked to find out the number of possible passwords.
It should be noted that there are 10 possible digits –
0, 1, 2, 3, 4, 5, 6, 7, 8, 9
It is given that a password is at least 9 digits long, so it can contain 9 of these 10 digits leaving one digit unused or all the 10 digits.
This is a question from permutation and combination. All the formulas required to solve this problem are mentioned below-
Permutation of n objects taking r at a time = \(=^nP_r=n!/(n-r)!\)
Combination of n objects taking r at a time =\(=^nC_r=n!/((n-r)!*r!)\)
Also \(^nP_r=^nC_r*r!\)
Where n! = 1*2*3*4……..(n-1) * n
Here in this question, we have to find all the permutations of 10 digits to form a nine-digit number.
It should be noted that when forming a 9-digit number we cannot place zero in the first place but in the case of passwords it is also feasible to put 0 in the first place.
The total number of permutations to make 9-digit passwords from 10 digits will be
\(^{10}P_9=10!/(10-9)!=10!/1!=10!\)
There is one more possibility where the password can contain all the 10 digits.
The total number of permutations to make 10-digit passwords from 10 digits will be
\(^{10}P_{10}=10!/(10-10)!=10!/0!\)
= 10!
Total number of ways to create passwords containing at least nine digits = total number of permutations to make 9-digit passwords + the total number of permutations to make 10-digit passwords
Total permutation = 10! + 10!
= 2 * 10!
Therefore the correct option is option B.
Correct Answer: B
Suggested GMAT Problem Solving Questions
- 1511−151014=? GMAT Problem Solving
- If g is an integer what is the value of(−1)g4−1(−1)g4−1? GMAT Problem Solving
- What is the Area of the Triangle with the following Vertices L(1,3) M(5,1) and N(3,5)? GMAT Problem Solving
- If P2−QR=10P2−QR=10 ,Q2+PR=10Q2+PR=10 ,R2+PQ=10R2+PQ=10 GMAT Problem Solving
- If y (u-c) = 0 and j (u-k) = 0, Which of the Following Must be True, Assuming c < kc < k? GMAT Problem Solving
- If 298=256L+N298=256L+N , Where L and N are Integers and 0≤N≤40≤N≤4 GMAT Problem Solving
- How Many 5-Letter Words can be Formed Using the Letters of the English Alphabet GMAT Problem Solving
- If a+b+c = 0 and a^3+b^3+c^3 = 216, What is the Value of a∗b∗c ? GMAT Problem Solving
- If a Polygon has 44 Diagonals, Then How Many Sides are There in the Polygon? GMAT Problem Solving
- If (a1 + a2 + a3 + .... +an) = 3(2n+1 - 2), For Every n≥1, Then a11 Equals GMAT Problem Solving
- A Chord of a Circle is Equal to its Radius GMAT Problem Solving
- A Clock loses a Minute Every Three Hours for 4 Days GMAT Problem Solving
- A Container in the Shape of a Right Circular Cylinder is 1/2 Full of Water. GMAT Problem Solving
- How Many Multiples of 7 are there Between 21 and 343, Exclusive? GMAT Problem Solving
- How many Terminating Zeroes does 200! Have? GMAT Problem Solving
- What is the Remainder when 333^222 is Divided by 7? GMAT Problem Solving
- In a College of 300 Students, Every Student Reads 5 Newspapers GMAT Problem Solving
- If 4 People are Selected from a Group of 6 Married Couples, GMAT Problem Solving
- If the Equation |x|+|y|= 5 Encloses a Certain Region on the Graph GMAT Problem Solving
- If x = ¾ and y = ⅖ , What is the Value of √(x2+6x+9)(x2+6x+9) - √(y2−2y+1)(y2−2y+1)? GMAT Problem Solving
Comments