Sum-and-difference rules in a number grid
On the calendar at the right, the numbers inside the plus (➕) shape add up to . When numbers in the same shape are added and the sum is , find the largest of those numbers.
Show solution
Understand
On a monthly calendar (1st on Thursday, dates 1 to 30), a plus shape covers a center number and its four neighbors above, below, left, and right. One example plus sums to 45. For a plus whose five numbers sum to 65, find the largest of the five numbers.
- The plus shape holds a center number plus the numbers directly above (center - 7), below (center + 7), left (center - 1), and right (center + 1)
- An example plus sums to 45
- The target plus sums to 65
- The center number of the target plus
- The largest of the five numbers in that plus
- On a weekly calendar, the number above is 7 less and the number below is 7 more than the center
- Left/right neighbors are 1 less / 1 more than the center
Plan
#5 Look for a Pattern · also uses: #6 Guess and Check
The four neighbors are symmetric around the center (-7, -1, +1, +7), which cancel in pairs, so the sum equals 5 times the center. Finding the center then gives the largest number.
Execute
Review
Adding the five numbers 6 + 12 + 13 + 14 + 20 = 65, which matches the given sum, and 20 (which is the 20th, still within 1-30) is indeed the largest.
Guess and check (tool 6): try centers near the example's 9; a center of 13 gives below = 20 and total 65, confirming the largest is 20.
Standards · min grade 4
4.OA.C.5Generate a number or shape pattern following a given rule — Using the calendar's +7/-7 and +1/-1 structure to relate the sum to the center3.OA.D.9Identify arithmetic patterns and explain using properties of operations — Recognizing that the symmetric neighbors cancel so the sum is five times the center