Question
Question: Number plates of cars must contain 3 letters of alphabet denoting the place and area to which its ow...
Number plates of cars must contain 3 letters of alphabet denoting the place and area to which its owner belongs. This is to be followed by a 3 digit number. How many different number plates can be formed if
(i)Repetition of letters and digits is not allowed
(ii)Repetition of letters and digits is allowed
Solution
This is a problem related to Permutation and Combination. Here, it is noted that we have to arrange the numbers and alphabets in order; therefore we will apply Permutation fundamentals. Combination fundamentals are used where we have to select the numbers, objects etc., from the group of objects or collection.
Complete step-by-step answer:
From the problem, we have to arrange the alphabets and numbers in a specific order. We also know that there are 26 letters in alphabets and 10 digits in numbers.
Now, there are two cases:
Case (i): In this case, we are not allowed to repeat the letters and digits.
Now, to choose 3 letters from 26 alphabets, the permutation formula will be
26P3 ---------- (1)
This can be expanded using factorial fundamental, which says that ifrobjects are to be chosen from nobjects without repetition then,
nPr=(n−r)!n! ……………… (2)
Now, with the help of above explanation, expression (1) can be expanded as below,
26P3=(26−3)!26!
This can further be simplified as
=(26−3)!26! =23!26×25×24×23! =26×25×24 =15600 ...................................(3)
In a similar way, we will calculate to choose 3 digits from 10 digits. It is to be remembered here that zero is also a digit but when it comes to first place the number will become two digit numbers. To avoid it, we will deduct the 3 digit numbers which are having zero at their first place. This can be done as below using the expression (2):
=10P3−9P2 =(10−3)!10!−(9−2)!9! =7!10×9×8×7!−7!9×8×7!
This can further be simplified as
=7!10×9×8×7!−7!9×8×7! =10×9×8−9×8 =9×8×(10−1) =9×8×9 =648 ..........................................(4)
Therefore total number of plates can be calculated from expression (3) and (4)
=15600×648 = 10108800
Case (ii): In this case, we are allowed to repeat the letters and digits.
Therefore, all three places can be filled with all 26 letters, thus,
Total numbers will be
=26×26×26 =17576 ………………….. (5)
And all three places can be filled with all 10 digits. It is to be remembered here that zero is also a digit but when it comes to first place the number will become two digit numbers. To avoid it, we will deduct the 3 digit numbers which are having zero at their first place. This can be expressed as
=(10−1)×10×10 =9×10×10 =900 ………………….. (6)
Therefore total number of plates can be calculated from expression (5) and (6)
=17576×900 = 15818400
Note: Solving problems related to digits, you should remember that if zero comes to the first place a number it will become a number of one digit less than what we are expecting. And remember that where to use permutation and where to use combination fundamentals.