Lucky license plate numbers

Ben has just moved to Kuala Lumpur ( the capital of Malaysia ) and he wants to buy a new car.Of course,he needs a license plate for his car otherwise he can't use it :) The license plate numbers in Kuala Lumpur are of the form W ( n u m b e r ) ( l e t t e r ) W (number) (letter) where ( n u m b e r ) (number) represents any number from 1 to 9999 and ( l e t t e r ) (letter) represents any letter from A to Z ( example : W 8888 A ).Ben wants a license plate number that is the same whether it is read from left to right or right to left because he thinks that is lucky. The chance that he gets a number with the above properties can be represented as a b \frac{a}{b} .Find b a b - a .

  • The letters must also be the same whether read from left to right or right to left.( example : W 3333 W satisfies the conditions but W 3333 T does not )
  • The selection of license plate numbers is random.


The answer is 1312.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Tan Li Xuan
May 9, 2014

First, we find the total number of possible license plate numbers which is 9999 × 26 9999 \times 26 .Then, we find the total number of license plate numbers which satisfy Ben's conditions.

We know that the last letter has to be W because the number is the same whether read from left to right or right to left.Then, we only need to find the number of palindromes between 1 and 9999.

All 1-digit numbers except 0 are palindromes so there are 9 1-digit palindromes.Any 2-digit palindrome must be in the form of 11 × x 11 \times x , and there are 9 possibilities for x x so there are 9 2-digit palindromes.

3-digit palindromes ( in the form of a b a \overline{aba} )are a little harder. Because there are no restraints on the value of the digit in the middle ( b b ), there are 10 possibilities.For the other digits,there are 9 possibilities so there are 9 × 10 = 90 9 \times 10 = 90 3-digit palindromes.

4-digit palindromes are in the form of a b b a \overline{abba} , where a 0 a \neq 0 .So,there are 99 possibilities ( 1 - 99 ) but the first 9 of them have a = 0 a = 0 ,so they cannot be accepted.Then, we subtract to get 99 9 = 90 99 - 9 = 90 4-digit palindromes.

So,the chance of a random license plate number satisfying Ben's conditions is ( 9 + 9 + 90 + 90 ) 9999 × 26 = 198 259974 = 1 1313 \frac{(9 + 9 + 90 + 90)}{9999 \times 26} = \frac{198}{259974} = \frac{1}{1313} .So a = 1 , b = 1313 a = 1 , b = 1313 and b a = 1312 b - a = 1312 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...