- The task is to find pairs of dice that add up to the "Target Sum" listed for each row.
- For example, in the first row with a Target Sum of 17, you need to find two dice (from the grid) whose dots add to 17. Since the highest value on a die is 6, no pair can sum to 17 — so this row has no solution.
- In the second row (Target Sum = 13), look for pairs like 6+7 — but since dice only go up to 6, the maximum sum is 12. So 13 is also impossible.
- Continue this logic: any Target Sum above 12 cannot be achieved with standard dice (1–6).
- For Target Sums ≤ 12, scan the grid for matching pairs. For instance:
- Target Sum = 9: Look for combinations like 3+6, 4+5, 5+4, 6+3.
- Target Sum = 10: Look for 4+6, 5+5, 6+4.
- Target Sum = 11: Look for 5+6, 6+5.
- Target Sum = 12: Only 6+6 works.
- Mark or circle the correct pairs in the grid that match each Target Sum.
- Note: Some Target Sums (like 17, 13, 14, 15, 16) are impossible with standard dice and should be left blank or marked as “no solution.”
Parent Tip: Review the logic above to help your child master the concept of printable addition games 2nd grade.