(2) How many different license plates can be made consisting of 10 characters if the first 5 characters consist of uppercase English letters, while the final 5 characters are digits?
The Answer to the Question
is below this banner.
Can't find a solution anywhere?
NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?
Get the Answers Now!You will get a detailed answer to your question or assignment in the shortest time possible.
Here's the Solution to this Question
Considering that the repetition of alphabets and numbers is allowed in the license plates we can find the number of possibilities as under:-
Since there are total 5 positions for alphabets & 5 positions of numbers the total number of possibilities = 26C1*26C1*26C1*26C1*26C1*10C1*10C1*10C1*10C1*10C1*
=26*26*26*26*26*10*10*10*10
=265*105
Total 265*105 different license plates can be made consisting of 10 characters if the first 5 characters consist of uppercase English letters, while the final 5 characters are digits.