Question
Question: A license plate in 3 letters (of English alphabets) followed by 3 digits. If all possible license pl...
A license plate in 3 letters (of English alphabets) followed by 3 digits. If all possible license plates are equally likely, the probability that a plate has either a letter palindrome or a digit palindrome (or both), is
A. 527
B. 659
C. 658
D.None
Solution
Hint : We need to know the definition of palindrome. A palindrome is a word, phrase, number or sequence that reads the same backwards as forwards. For example “asa”,”121”…
We know that probability is the ratio of the number of favourable outcomes to the total number of favourable outcomes. We also have a formula P(A∪B)=P(A)+P(B)−P(A∩B) . Where ‘A’ and ‘B’ are any two events.
Complete step by step solution:
We know that there are 26 alphabet letters. Since we have 3 letters the number of ways that we can fill in these 3 place are
(26)3 ways we can arrange three letters.
Now for the palindrome condition we can choose 26 letters for the first letter and also for the second letter we can choose 26 letters. But for the third letter it has to match with the first letter otherwise it will not become a palindrome letter.
Hence the number of ways is (26)2 .
Probability of a letter palindrome is
P(L)=(26)3(26)2=261 .
Similarly for the digits. There are 10 digits so there are (10)3 sequences of digits .
The same condition of palindrome goes for digits also. That is for the first and second digit we can have all 10 digits for each. But for the third digit it has to be satisfied or match with the first digit.
Hence the number of ways is (10)2 .
Probability of a digit palindrome is
P(D)=(10)3(10)2=101 .
Now the events we take ‘D’ as digit palindrome and ‘L’ as a letter palindrome. These are independent but not mutually exclusive.
So, P(L∪D)=P(L)+P(D)−P(L∩D)
P(L∪D)=P(L)+P(D)−P(L)P(D)
=261+101−(261×101)
=261+101−2601
Rearranging for simplification we have,
=26010+26026−2601
=26010+26−1
=26035
=527 .
Hence the option (A) is correct.
So, the correct answer is “Option A”.
Note : We need to remember the formulas well. We know that the conditional probability of A given B is P(BA)=P(B)P(A∩B) . Conditional probability of B given A is P(AB)=P(A)P(B∩A) . The rule of complementary events is P(A′)+P(A)=1 . Also the disjoint events we have P(A∩B)=0 . We use these formulas in probability.