Palindrome Action

What is the probability that a randomly chosen 4-digit palindrome number is divisible by 7 7 ?

Note :- A palindrome number is such that it is the same written backwards, for example, 2002, 6886, etc.


The answer is 0.2.

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

Parth Sankhe
Dec 5, 2018

Every 4-digit palindrome can be written as a b b a \overline {abba}

a b b a = 1001 a + 110 b \overline {abba} = 1001a+110b

Now, 1001 is divisible by 7 , hence a a can be anything(1,2,3...,9), but 110 and 7 are co-prime , thus b b can only be 7 or 0.

Hence, the total number of divisible palindromes = (choices for a)×(choices for b)=9×2=18

Total palindromes = 9×10=90 (since a a cant be 0)

Probability = 18 90 = 0.2 \frac {18}{90}=0.2

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...