Once the add-1 and add-10 patterns are clear, the grid can answer a common question: how many values are there between two numbers? Suppose the task is to find how many numbers lie from 24 to 47, inclusive. Instead of counting each square one at a time, subtract the smaller number from the larger and add 1 for the number you started on: \( 47 - 24 + 1 = 24 \). There are 24 values in that stretch of the grid, and tracing a finger across the rows confirms the same count.
The same idea works for counting down a column. Since each cell below adds 10, the numbers 3, 13, 23, 33, and 43 sit directly under one another. Counting values in that column is really just counting rows, since each step down represents exactly one added value of 10.