In this series of posts, I consider how algebra can be used to answer a question about the 2048 game: From looking at a screenshot of the final board, can I figure out how many moves were needed to reach the final board? Can I calculate how many new 2-tiles and 4-tiles were introduced to the board throughout the course of this game? In this post, we consider the event horizon of 2048, which I reached after about four weeks of intermittent doodling:
In yesterday’s post, we developed a system of two equations in two unknowns to solve for and
, the number of 2-tiles and 4-tiles (respectively) that appeared throughout the course of the game:
.
In this post and tomorrow’s post, I consider how the two sums in the above equations can be obtained without directly adding the terms.
The first sum is certainly the easiest to handle, as it requires the sum of a finite geometric series:
For the geometric series
,
there are 16 terms (after all, there are 16 tiles on the board). The first term is 4, and the common ratio is 2. Therefore,
We’ll consider the more complicated sum in tomorrow’s post.
One thought on “2048 and algebra (Part 7)”