All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
1 Palindrome 1 (Posted on 2006-06-10) Difficulty: 2 of 5
Take a standard 8x8 chessboard, number the black squares 1 and the white squares 0. How many palindromes does this board contain in 'word-search' fashion?

Now generalize and find a formula for any n*n board.

Notes: A palindrome and its reversal should not be counted twice. A palindrome must be at least two digits long and leading zeroes are not allowed. Numbers can be read in any single vertical, horizontal or diagonal direction.

See The Solution Submitted by Jer    
Rating: 3.6667 (3 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
partial solution | Comment 3 of 9 |
The first part of the solution is that there are 236 palindromes in an 8x8 grid.

Part of the second is the following 'rough' formula for the number of palindromes formed within diagonals:

1/12(4(N^3)-6(N^2)+2N+6((-1)^N-1)(N-1)

For the 8x8 there are 140 palindromes within the diagonals. Plug in 8 as N to get:

1/12(4(512)-6(64)+2(8)+(0)
1/12(2048-384+16)
1/12(1680)

=140 diagonal palindromes
  Posted by Justin on 2006-06-10 17:30:17
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (10)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information