Using GCD to Plan Equal Events
What You Will Learn
- How to recognize when a word problem requires finding the greatest common divisor (GCD)
- The connection between "equal groups" and divisibility constraints
- Finding GCD using the factor method and understanding why it works
- Translating real-world partitioning problems into mathematical language
- Verifying answers by checking that constraints are satisfied
What This Looks Like
Solution: Method 1 — The Equal Groups Approach
Step 1 — Understand the constraint
Each event must have the "same combination" of students from both schools. This means if one event has x students from Allenville and y students from Kinley, then every other event must also have exactly x students from Allenville and y students from Kinley.
Step 2 — Set up the division requirement
Let n be the number of events we can hold. Since all 33 Allenville students must attend exactly one event, and each event has the same number of Allenville students, we need:
This means n must divide 33 evenly. Similarly, for Kinley students:
So n must also divide 18 evenly. We need the largest n that divides both 33 and 18.
Step 3 — Find all factors of 33
To find numbers that divide 33 evenly, we list all factors:
We can verify: 33 ÷ 1 = 33, 33 ÷ 3 = 11, 33 ÷ 11 = 3, 33 ÷ 33 = 1
Step 4 — Find all factors of 18
Similarly for 18:
We can verify: 18 ÷ 1 = 18, 18 ÷ 2 = 9, 18 ÷ 3 = 6, 18 ÷ 6 = 3, 18 ÷ 9 = 2, 18 ÷ 18 = 1
Step 5 — Find the greatest common divisor
The common factors (numbers that appear in both lists) are:
The greatest common factor is 3.
Solution: Method 2 — Prime Factorization Analysis
Step 1 — Break down into prime factors
Let's factor each number into primes:
18 = 2 × 3² = 2 × 3 × 3
Step 2 — Identify common prime factors
Looking at the prime factorizations:
- 33 contains the prime factors: 3 (once) and 11 (once)
- 18 contains the prime factors: 2 (once) and 3 (twice)
The only prime factor they share is 3.
Step 3 — Find the GCD using prime factors
For each common prime factor, take the lowest power that appears in either factorization:
- Prime 3 appears as 3¹ in 33 and 3² in 18
- The minimum power is 3¹ = 3
This confirms our answer: 3 events is the maximum.
Verification
Let's check that 3 events works and that no larger number is possible:
With 3 events:
- Allenville students per event: 33 ÷ 3 = 11 students
- Kinley students per event: 18 ÷ 3 = 6 students
- Total students per event: 11 + 6 = 17 students
Checking our constraints:
- ✓ All 33 Allenville students attend exactly one event (3 × 11 = 33)
- ✓ All 18 Kinley students attend exactly one event (3 × 6 = 18)
- ✓ Each event has the same combination (11 from Allenville, 6 from Kinley)
Why can't we have more than 3 events?
The next larger common factor would be needed, but there isn't one. We could try 6 events, but 33 ÷ 6 = 5.5, which isn't a whole number of students.
Common Pitfalls
Some students think the answer is 33 + 18 = 51. This misunderstands the question—we're not asking for the total number of students, but the maximum number of identical events.
The least common multiple of 33 and 18 is 198, but this doesn't help here. We need the largest number that divides both quantities (GCD), not the smallest number they both divide into (LCM).
Saying "18 events with 1 Kinley student each" ignores the constraint that each event must have students from both schools in the same proportion. We'd need 33/18 ≈ 1.83 Allenville students per event, which is impossible.
How to Spot This Problem Type
Watch for these keywords and phrases that signal a GCD problem:
- "Same combination" or "identical groups"
- "Equal arrangements" or "uniform distribution"
- "No one left out" combined with "maximum number"
- "Greatest number of" + some grouping constraint
- "Divide evenly" when dealing with multiple quantities
The key insight: when you need to split multiple groups into the same number of equal parts, you're looking for the GCD of the group sizes.
The Underlying Pattern
This problem follows the general pattern:
For two quantities specifically:
In our problem: GCD(33, 18) = 3, so 3 events maximum.
Each group will contain:
- quantity₁ ÷ GCD items from the first group
- quantity₂ ÷ GCD items from the second group
This pattern extends to any number of quantities—you just find the GCD of all the numbers involved.
Reality Check
Does our answer make sense? Let's think about it intuitively:
| Number of Events | Allenville per Event | Kinley per Event | Possible? |
|---|---|---|---|
| 1 | 33 | 18 | Yes ✓ |
| 2 | 16.5 | 9 | No ✗ (half students) |
| 3 | 11 | 6 | Yes ✓ |
| 6 | 5.5 | 3 | No ✗ (half students) |
| 9 | 3.67 | 2 | No ✗ (fractional students) |
The table confirms that 3 is indeed the maximum number of events where both schools can contribute whole numbers of students to each identical event.
What If?
Factors of 33: 1, 3, 11, 33
Factors of 18: 1, 2, 3, 6, 9, 18
Factors of 24: 1, 2, 3, 4, 6, 8, 12, 24
Numbers that appear in all three lists: 1, 3
GCD(33, 18, 24) = 3
With 3 events: Allenville sends 33÷3 = 11, Kinley sends 18÷3 = 6, Westfield sends 24÷3 = 8 students per event.
Answer: 3 events maximum
From the original problem, the possible numbers of events are the common factors: 1, 3
With 1 event: 33 + 18 = 51 students total ≥ 10 ✓
With 3 events: 11 + 6 = 17 students per event ≥ 10 ✓
Both 1 and 3 events satisfy the minimum of 10 students per event.
Answer: 3 events maximum
For 6 events to be possible, 6 must divide both the number of Allenville students and 18.
18 ÷ 6 = 3, so yes, Kinley can send 3 students per event.
Allenville students must be divisible by 6. Between 30 and 50: 30, 36, 42, 48
All give whole numbers when divided by 6, so any of these work.
Answer: 30, 36, 42, or 48 students from Allenville
As before, the common factors are: 1, 3
With 1 event: Allenville sends 33 ≥ 4 ✓, Kinley sends 18 ≥ 4 ✓
With 3 events: Allenville sends 11 ≥ 4 ✓, Kinley sends 6 ≥ 4 ✓
Both options satisfy the constraint that each school sends at least 4 students per event.
Answer: 3 events maximum
Frequently Asked Questions
2026-08-04