Solve for Table Size When Per-Person Costs Are Equal
What This Problem Teaches
- Setting up equations from equal ratios in real-world contexts
- Working with variables in both numerator and denominator positions
- Cross multiplication as a fraction-solving technique
- Translating "same amount per person" constraints into mathematical equations
- Verifying solutions by checking that per-person costs actually match
Solution: Method 1 — The Equal Payment Equation
The key insight is that "each person pays the same amount" means the per-person cost at both tables is identical. This creates an equation we can solve.
Step 1 — Define the variable
Let n = the number of people at table A. Since table B has two more people, table B has n + 2 people.
Step 2 — Set up the equal payment equation
Each person at table A pays: $72 ÷ n = 72/n
Each person at table B pays: $108 ÷ (n + 2) = 108/(n + 2)
Since these amounts are equal:
Step 3 — Cross multiply to eliminate fractions
Cross multiplying gives us:
Step 4 — Expand and solve for n
Distribute the 72:
Subtract 72n from both sides:
144 = 36n
n = 4
Solution: Method 2 — Working Backwards from Payment Amount
Instead of setting up the equation first, let's think about what the actual per-person payment must be, then work backwards to find the group sizes.
Step 1 — Find a relationship between the bills
Notice that $108 ÷ $72 = 1.5. So table B's bill is 1.5 times table A's bill.
Step 2 — Use the people difference constraint
If table B has exactly 2 more people than table A, but pays 1.5 times as much, what does this tell us about the per-person amount?
Let's say table A has n people and table B has n + 2 people. For the per-person amounts to be equal:
Step 3 — Rearrange using the bill ratio
Since 108 = 1.5 × 72, we can substitute:
1/n = 1.5/(n + 2)
Step 4 — Cross multiply and solve
Cross multiplying:
2 = 1.5n - n
2 = 0.5n
n = 4
Verification
Let's check that our answer produces equal per-person payments:
Table A: 4 people, $72 bill → $72 ÷ 4 = $18 per person
Table B: 6 people, $108 bill → $108 ÷ 6 = $18 per person
Common Pitfalls
Writing
72 + n = 108 + (n + 2) treats this like a simple addition problem instead of recognizing it's about equal ratios (per-person amounts).
Using
72/n = 108/n ignores the constraint that table B has more people. The denominators must be different: n and (n + 2).
Since table B has the higher bill ($108 vs $72) but the same per-person cost, table B must have more people. Don't accidentally give table A the extra people.
The Pattern Behind This
This problem demonstrates the equal ratio principle. Whenever you see "each person pays the same amount" or "same cost per unit," you're dealing with proportional relationships.
The power of this approach is that it works regardless of the specific numbers. Whether the difference is 2 people, 3 people, or any other amount, the same cross-multiplication technique applies.
How to Spot This Problem Type
Watch for these key phrases that signal an equal ratio setup:
- "Each person pays the same amount"
- "Split equally" combined with "same cost per person"
- "Equal per-unit cost" or "same rate"
- One group having "more people" but both having "equal individual shares"
The structure is always: two groups with different totals and different sizes, but the same per-person (or per-unit) amount. This creates the proportion that you can solve with cross multiplication.
What If We Change the Numbers?
Let n = people at table A, so table B has n + 3 people.
90/n = 150/(n + 3)
90(n + 3) = 150n90n + 270 = 150n
270 = 150n - 90n = 60nn = 270 ÷ 60 = 4.5
Wait! We can't have 4.5 people. Let me recalculate...
Actually, 270 ÷ 60 = 4.5 is correct mathematically, but this suggests these particular numbers don't produce a realistic scenario with whole people.
Let A = table A's bill and B = table B's bill.
Equal per-person cost: A/5 = B/8
Total bills: A + B = 195
From the first equation: B = 8A/5 = 1.6A
A + 1.6A = 1952.6A = 195A = 75
B = 195 - 75 = 120
Check: 75/5 = 15 and 120/8 = 15 ✓
Table A: $75, Table B: $120
Table A: $84 ÷ $14 = 6 people
Table B: $126 ÷ $14 = 9 people
Difference = 9 - 6 = 3 people
Table A: $84 ÷ 6 = $14 per person ✓
Table B: $126 ÷ 9 = $14 per person ✓
Table B has 3 more people than table A.
Table A: $72 ÷ 4 = $18 per person
Table B: $108 ÷ 6 = $18 per person
So everyone pays $18.
If each person at table C pays $18:Number of people = $90 ÷ $18 = 5
Table C: $90 ÷ 5 = $18 per person ✓
Table C has 5 people.
Frequently Asked Questions
2026-09-19