Question
Question: How many number plates can be made if the number plates have two letters of the English alphabet (a-...
How many number plates can be made if the number plates have two letters of the English alphabet (a-z) followed by two digits (0-9) if the repetition of digits or alphabets is not allowed?
(A) 58500
(B) 54000
(C) 35500
(D) 50000
Solution
To solve this sum, we use the concepts of permutations and combinations. Selecting things from given things is known as combination and arranging the given things is known as permuting. Also, if there are n things which have to be arranged in n places, then number of ways of doing them is n!
And we also use a formula which is mCn=n!(m−n)!m! .
Complete step-by-step solution:
In the question, it is given that a number plate has two letters and two numbers. So, the number plate will be in this way: -
XY 15
Suppose that, if you have m shirts and n pants, then the number of different ways of wearing a pair is equal to m×n . We use this concept to solve this problem.
First, let us calculate number of two-digit alphabet that can be made from 26 alphabet (A-Z)
If we have two things, say A and B, then these can be arranged in two ways which are AB or BA.
So, any two things form a pair, and one pair can be arranged in two ways. ----(1)
Number of ways of selecting n things from m things is equal to mCn . -----(2)
Now, we have 26 alphabets, and we have to select two from them.
So, the number of combinations that we get is equal to 26C2 .
One combination can be arranged in two ways (from (1)), so, 26C2 combinations can be arranged in 26C2×2 ways. -----(3)
Now, let us find number of two-digit numbers that can be formed from digits 0-9
Here also, we have 10 digits and we have to take two out of them. So, the number of combinations will be 10C2 . And, these combinations can be arranged in 10C2×2 ways. ----(from (1))
Now we have 26C2×2 ways of two alphabets and 10C2×2 ways of two numbers.
So, total number of combinations will be equal to (26C2×2)×(10C2×2)
And we know that, mCn=n!(m−n)!m! .
So,
⇒(26C2×2)×(10C2×2)=2!(26−2)!26!×2×2!(10−2)!10!×2
=2!(24)!26!×2!(8)!10!×4
And we know that n!=n(n−1)!=n(n−1)(n−2)! and so on.
=2!(24)!26(25)(24)!×2!(8)!10(9)(8)!×4
=2!26(25)×2!10(9)×4
And also, 2!$$$$ = 2 \times 1 = 2
=2650×290×4
=650×90
=58500
So, number plates can be made if the number plates have two letters of the English alphabet (a-z) followed by two digits (0-9) is equal to 58500 . So, option (A) is the correct option.
Note: If there are m things out of which n things have to be arranged then number of possible ways is equal to mPn=(n−r)!n! . This is known as permutation. Also remember that, in a permutation mPn or in a combination mCn , n is always less than m . If it is greater, then the value cannot be evaluated. And also remember the relation, mCn×r!=mPn .