Solveeit Logo

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) 5850058500
(B) 5400054000
(C) 3550035500
(D) 5000050000

Explanation

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 nn things which have to be arranged in nn places, then number of ways of doing them is n!n!
And we also use a formula which is mCn=m!n!(mn)!{}^m{C_n} = \dfrac{{m!}}{{n!\left( {m - n} \right)!}} .

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 15XY{\text{ 15}}
Suppose that, if you have mm shirts and nn pants, then the number of different ways of wearing a pair is equal to m×nm \times 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 nn things from mm things is equal to mCn{}^m{C_n} . -----(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{}^{26}{C_2} .
One combination can be arranged in two ways (from (1)), so, 26C2{}^{26}{C_2} combinations can be arranged in 26C2×2{}^{26}{C_2} \times 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{}^{10}{C_2} . And, these combinations can be arranged in 10C2×2{}^{10}{C_2} \times 2 ways. ----(from (1))
Now we have 26C2×2{}^{26}{C_2} \times 2 ways of two alphabets and 10C2×2{}^{10}{C_2} \times 2 ways of two numbers.
So, total number of combinations will be equal to (26C2×2)×(10C2×2)({}^{26}{C_2} \times 2) \times ({}^{10}{C_2} \times 2)
And we know that, mCn=m!n!(mn)!{}^m{C_n} = \dfrac{{m!}}{{n!\left( {m - n} \right)!}} .
So,
(26C2×2)×(10C2×2)=26!2!(262)!×2×10!2!(102)!×2\Rightarrow ({}^{26}{C_2} \times 2) \times ({}^{10}{C_2} \times 2) = \dfrac{{26!}}{{2!\left( {26 - 2} \right)!}} \times 2 \times \dfrac{{10!}}{{2!\left( {10 - 2} \right)!}} \times 2
=26!2!(24)!×10!2!(8)!×4= \dfrac{{26!}}{{2!(24)!}} \times \dfrac{{10!}}{{2!\left( 8 \right)!}} \times 4
And we know that n!=n(n1)!=n(n1)(n2)!n! = n(n - 1)! = n(n - 1)(n - 2)! and so on.
=26(25)(24)!2!(24)!×10(9)(8)!2!(8)!×4= \dfrac{{26(25)(24)!}}{{2!\left( {24} \right)!}} \times \dfrac{{10(9)(8)!}}{{2!\left( 8 \right)!}} \times 4
=26(25)2!×10(9)2!×4= \dfrac{{26(25)}}{{2!}} \times \dfrac{{10(9)}}{{2!}} \times 4
And also, 2!$$$$ = 2 \times 1 = 2
=6502×902×4= \dfrac{{650}}{2} \times \dfrac{{90}}{2} \times 4
=650×90= 650 \times 90
=58500= 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 5850058500 . So, option (A) is the correct option.

Note: If there are mm things out of which nn things have to be arranged then number of possible ways is equal to mPn=n!(nr)!{}^m{P_n} = \dfrac{{n!}}{{\left( {n - r} \right)!}} . This is known as permutation. Also remember that, in a permutation mPn{}^m{P_n} or in a combination mCn{}^m{C_n} , nn is always less than mm . If it is greater, then the value cannot be evaluated. And also remember the relation, mCn×r!=mPn{}^m{C_n} \times r! = {}^m{P_n} .