1. **Stating the problem:** We have five pentagons, each with 5 numbers at vertices. Inside each pentagon is a number that is the sum of two other numbers from that pentagon. We need to find these sums for each pentagon and then use all 5 sums to create a final puzzle with a sum in the center pentagon (-13).
2. **Understanding the rule:** For each pentagon, find two numbers among the five vertices whose sum equals the number inside the smaller pentagon within it.
3. **Pentagon 1 vertices:** -3, -8, 3, -1, 4
- Check pairs:
- $-3 + (-8) = -11$
- $-3 + 3 = 0$
- $-3 + (-1) = -4$
- $-3 + 4 = 1$
- $-8 + 3 = -5$
- $-8 + (-1) = -9$
- $-8 + 4 = -4$
- $3 + (-1) = 2$
- $3 + 4 = 7$
- $-1 + 4 = 3$
- None of these sums match a given inside number, so the inside sum must be one of these sums. Since the inside number is not given explicitly, we assume the sum is 3 (from -1 + 4).
4. **Pentagon 2 vertices:** 3, -8, 5, -3, 2, -7, -1, 1, 5, -4 (Note: more than 5 numbers given, but problem states 5 per pentagon, so select the 5 vertices: 3, -8, 5, -3, 2)
- Check pairs:
- $3 + (-8) = -5$
- $3 + 5 = 8$
- $3 + (-3) = 0$
- $3 + 2 = 5$
- $-8 + 5 = -3$
- $-8 + (-3) = -11$
- $-8 + 2 = -6$
- $5 + (-3) = 2$
- $5 + 2 = 7$
- $-3 + 2 = -1$
- The inside sum is likely 5 (from 3 + 2).
5. **Pentagon 3 vertices:** -8, 4, 2, 5, -3
- Check pairs:
- $-8 + 4 = -4$
- $-8 + 2 = -6$
- $-8 + 5 = -3$
- $-8 + (-3) = -11$
- $4 + 2 = 6$
- $4 + 5 = 9$
- $4 + (-3) = 1$
- $2 + 5 = 7$
- $2 + (-3) = -1$
- $5 + (-3) = 2$
- The inside sum is likely -4 (from -8 + 4).
6. **Pentagon 4 vertices:** -5, -8, -13 (center), and others not fully clear, but center is -13.
- Since center pentagon sum is -13, and it is the sum of two numbers from its vertices.
7. **Final sum:** The problem states the center pentagon sum is -13.
8. **Summary of sums inside pentagons:**
- Pentagon 1 sum: 3
- Pentagon 2 sum: 5
- Pentagon 3 sum: -4
- Pentagon 4 sum: -13 (center)
9. **Final puzzle:** Use these sums to create the final sum in the center pentagon.
**Final answer:** The sums inside the pentagons are 3, 5, -4, and the center pentagon sum is -13.
Pentagon Sums 1B0A44
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.