MarketWheat and chessboard problem
Company Profile

Wheat and chessboard problem

The wheat and chessboard problem is a mathematical problem expressed in textual form as:If a chessboard were to have wheat placed upon each square such that one grain were placed on the first square, two on the second, four on the third, and so on, how many grains of wheat would be on the chessboard at the finish?

Origins
The problem appears in different stories about the invention of chess. One of them includes the geometric progression problem. The story is first known to have been recorded in 1256 by Ibn Khallikan. Another version has the inventor of chess (in some tellings Sessa, an ancient Indian minister) request his ruler give him wheat according to the wheat and chessboard problem. The ruler laughs it off as a meager prize for a brilliant invention, only to have court treasurers report the unexpectedly huge number of wheat grains would outstrip the ruler's resources. Versions differ as to whether the inventor becomes a high-ranking advisor or is executed. Macdonnell also investigates the earlier development of the theme. == Solutions ==
Solutions
from zero up to a given positive integer power is 1 less than the next power of two (i.e. the next Mersenne number) The simple, brute-force solution is just to manually double and add each step of the series: : T_{64} = 1 + 2 + 4 + ..... + 9,223,372,036,854,775,808 = 18,446,744,073,709,551,615 where T_{64} is the total number of grains. The series may be expressed using exponents: : T_{64} = 2^0 + 2^1 + 2^2 + \cdots + 2^{63} and, represented with capital-sigma notation as: :\sum_{k=0}^{63} 2^k. It can also be solved much more easily using: : T_{64} = 2^{64}- 1. A proof of which is: : s = 2^0 + 2^1 + 2^2 + \cdots + 2^{63}. Multiply each side by 2: : 2s = 2^1 + 2^2 + 2^3 + \cdots + 2^{63} + 2^{64}. Subtract original series from each side: : \begin{align} 2s - s & = \qquad\quad \cancel{2^1} + \cancel{2^2} + \cdots + \cancel{2^{63}} + 2^{64} \\ & \quad - 2^0 - \cancel{2^1} - \cancel{2^2} - \cdots - \cancel{2^{63}} \\ & = 2^{64} - 2^0 \\ \therefore s & = 2^{64}- 1. \end{align} The solution above is a particular case of the sum of a geometric series, given by : a + ar + a r^2 + a r^3 + \cdots + a r^{n-1} = \sum_{k=0}^{n-1} ar^k= a \, \frac{1-r^{n}}{1-r}, where a is the first term of the series, r is the common ratio and n is the number of terms. In this problem a = 1, r = 2 and n = 64. Thus, : \begin{align} \sum_{k=0}^{n-1} 2^k & = 2^0 + 2^1 + 2^2 + \cdots + 2^{n-1} \\ & = 2^{n}-1 \end{align} for n being any positive integer. The exercise of working through this problem may be used to explain and demonstrate exponents and the quick growth of exponential and geometric sequences. It can also be used to illustrate sigma notation. When expressed as exponents, the geometric series is: and so forth, up to 263. The base of each exponentiation, "2", expresses the doubling at each square, while the exponents represent the position of each square (0 for the first square, 1 for the second, and so on). The number of grains is the 64th Mersenne number. == Second half of the chessboard ==
Second half of the chessboard
's second half of the chessboard principle. The letters are abbreviations for the SI metric prefixes. In technology strategy, the "second half of the chessboard" is a phrase, coined by Ray Kurzweil, in reference to the point where an exponentially growing factor begins to have a significant economic impact on an organization's overall business strategy. While the number of grains on the first half of the chessboard is large, the amount on the second half is vastly (232 > 4 billion times) larger. The number of grains of wheat on the first half of the chessboard is , for a total of grains, or about 279 tonnes of wheat (assuming 65 mg as the mass of one grain of wheat). The number of grains of wheat on the second half of the chessboard is , for a total of 264 − 232 grains. This is equal to the square of the number of grains on the first half of the board, plus itself. The first square of the second half alone contains one more grain than the entire first half. On the 64th square of the chessboard alone, there would be 263 = 9,223,372,036,854,775,808 grains, more than two billion times as many as on the first half of the chessboard. On the entire chessboard there would be 264 − 1 = 18,446,744,073,709,551,615 grains of wheat, weighing about 1,199,000,000,000 metric tons. This is over 1,400 times the global production of wheat (729 million metric tons in 2014, 780.8 million tonnes in 2019, and 842.12 million tonnes in 2025/2026). == Use ==
Use
Carl Sagan titled the second chapter of his final book "The Persian Chessboard" and wrote, referring to bacteria, that "Exponentials can't go on forever, because they will gobble up everything." Similarly, The Limits to Growth uses the story to present suggested consequences of exponential growth: "Exponential growth never can go on very long in a finite space with finite resources." == See also ==
tickerdossier.comtickerdossier.substack.com