Let’s solve this step by step.
We have 7 circles arranged like a star: one in the center, and six around it, with three lines going through the center — each line has three circles (two outer + center).
We need to place numbers 1 through 7, each used once, so that every straight line of three numbers adds up to the same total.
First, let’s think about the total sum of all numbers from 1 to 7:
1 + 2 + 3 + 4 + 5 + 6 + 7 = 28
Now, there are 3 lines, and each line must add to the same total — let’s call that total “T”.
But here’s the catch: the center circle is part of ALL 3 lines. So when we add up the totals of the 3 lines, the center number gets counted 3 times, while every other number is counted only once.
So if we add the three line totals together: 3 × T = (sum of all 7 numbers) + 2 × (center number)
Why? Because the center is counted 3 times instead of once — so we’re adding it 2 extra times.
So:
3T = 28 + 2×(center)
We need 3T to be a number that’s divisible by 3, and also 28 + 2×(center) must be divisible by 3.
Let’s try possible center numbers from 1 to 7:
Try center = 1 → 28 + 2×1 = 30 → 30 ÷ 3 = 10 → T = 10
✔ Possible!
Try center = 2 → 28 + 4 = 32 → not divisible by 3
✘
Try center = 3 → 28 + 6 = 34 → no
✘
Try center = 4 → 28 + 8 = 36 → 36 ÷ 3 = 12 → T = 12
✔ Possible!
Try center = 5 → 28 + 10 = 38 → no
✘
Try center = 6 → 28 + 12 = 40 → no
✘
Try center = 7 → 28 + 14 = 42 → 42 ÷ 3 = 14 → T = 14
✔ Possible!
So possible center numbers: 1, 4, or 7.
Let’s pick center = 4 first (middle value, often works well).
Then each line must add to 12.
Center is 4, so for each line, the two outer numbers must add to 12 - 4 = 8.
We need to pair the remaining numbers (1,2,3,5,6,7) into 3 pairs that each add to 8.
Possible pairs that add to 8:
1 + 7 = 8
2 + 6 = 8
3 + 5 = 8
Perfect! That uses all numbers.
So we can assign:
Line 1: 1 and 7 (with center 4) → 1+4+7=12
Line 2: 2 and 6 → 2+4+6=12
Line 3: 3 and 5 → 3+4+5=12
All good!
Let’s double-check:
Numbers used: 1,2,3,4,5,6,7 — all used once.
Each line: 12.
Perfect.
We could also try center=1 → T=10 → outer pairs must add to 9.
Remaining numbers: 2,3,4,5,6,7
Pairs adding to 9: 2+7, 3+6, 4+5 → also works!
Similarly, center=7 → T=14 → outer pairs must add to 7.
Remaining: 1,2,3,4,5,6
Pairs: 1+6, 2+5, 3+4 → also works!
So multiple solutions exist. But since the problem doesn’t specify which one, any valid arrangement is fine.
Let’s go with center=4, as it’s symmetric and easy.
Final arrangement:
Center: 4
Top-left and bottom-right: 1 and 7 (on one line)
Top-right and bottom-left: 2 and 6 (on another line)
Left and right: 3 and 5 (on the third line)
(You can rotate or flip — as long as opposite pairs are correct.)
Final Answer:
One possible solution is: center = 4; pairs on lines = (1,7), (2,6), (3,5). Each line sums to 12.
Parent Tip: Review the logic above to help your child master the concept of 7th grade math puzzle worksheet.