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 .
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.
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