A Question About Palindromes

A palindrome is a word or phrase that is read the same way backward and forward (for this question we will only be focusing on words that are palindromes, for example, level). If you use a random letter generator to make a random sequence of 5 letters (remember, letters can be repeated in the sequence), what are the odds that the sequence of letters is a palindrome?

Write what x is if the odds are 1 in x .


The answer is 676.

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.

2 solutions

Parth Sankhe
Oct 9, 2018

No. of ways you can choose the first 3 letters (the other two will accordingly be arranged) = 26^3 ; Total words possible = 26^5. Thus the probability is 1/26^2, x = 676

Jesse Li
Sep 6, 2018

The 4th letter needs to be the same as the 2nd (1 in 26 chance, because there are 26 letters in the English alphabet), and the 5th needs to be the same as the 1st (also 1 in 26 chance). To get the odds of both conditions being true, multiply the odds of each happening together. (1/26)*(1/26)=1/ 676

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...