asked 84.1k views
0 votes
In the top row of an chessboard, Tom writes the values 1, 2, 4, 8, 16, 32, 64, 128. In the leftmost column, Tom writes the values 1, 3, 9, 27, 81, 243, 729, 2187. In every other square that doesn't have a number yet, Tom writes the product of the leftmost number in that square's row and the topmost number in that square's column. What is the sum of all the numbers on the chessboard?

1 Answer

3 votes

sum\ of\ the\ values\ in\ the\ top\ row:\\\\S=1+2+4+8+16+32+64+128= (1-2^8)/(1-2) =2^8-1=255\\\\ the\ sum\ of\ all\ the\ numbers\ on\ the\ chessboard:\\\\S\cdot1+S\cdot3+S\cdot9+S\cdot27+S\cdot81+S\cdot243+S\cdot729+S\cdot2187=\\\\=S\cdot(1+3+9+27+81+243+729+2187)=255\cdot (1-3^8)/(1-3) =\\\\=255\cdot (-6560)/(-2) =255\cdot3280=836,400\\\\Ans.\ the\ sum\ of\ all\ the\ numbers\ on\ the\ chessboard\ is\ 836,400
answered
User R B
by
7.6k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.