You are about to spell the word RACECAR. Starting from the letter R at the center, you are only allowed to move to an adjacent square for the next letter until you are finished.
In how many ways can you spell it?
Clarification:
You are allowed to move to a square already visited.
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.
For each of the four corner E's there is one way to make RACECAR. For each of the eight edge E's there are 3 ⋅ 3 = 9 ways. (Since there are 3 ways to get there and 3 ways to get back)
So, that's a total of 4 ⋅ 1 + 8 ⋅ 9 = 7 6 ways.