Tardigrade
Tardigrade - CET NEET JEE Exam App
Exams
Login
Signup
Tardigrade
Question
Mathematics
There are n locks and n matching keys. If all the locks and keys are to be perfectly matched, then maximum number of trails is equal to
Q. There are
n
locks and
n
matching keys. If all the locks and keys are to be perfectly matched, then maximum number of trails is equal to
566
171
Permutations and Combinations
Report Error
A
n
(
n
+
1
)
0%
B
2
n
(
n
−
1
)
0%
C
2
n
(
n
+
1
)
100%
D
None of these
0%
Solution:
For the first key, maximum number of trials needed is
n
.
For second key it will be
(
n
−
1
)
.
In general, for
r
th key, maximum number is needed trials is
(
n
−
r
+
1
)
.
Thus, required answers
=
n
+
(
n
−
1
)
+
⋯
+
1
=
2
n
(
n
+
1
)
=
n
+
1
C
2