Two Jobs System of Equations: Find Hours Worked
What This Problem Teaches
- Setting up systems from real constraints: Translating "total hours" and "total earnings" into mathematical equations
- Variable assignment for multiple unknowns: Choosing meaningful letters and maintaining consistency throughout
- Substitution method mastery: Expressing one variable in terms of another and making clean substitutions
- Verification habits: Checking solutions against both original constraints to build confidence
- Real-world equation modeling: Understanding how rate × time structures appear across different contexts
Visualizing the Setup
The problem gives us two constraints that must be satisfied simultaneously. We need to find values for L and C that make both equations true at the same time.
Solution: Method 1 — The Substitution Approach
Step 1 — Define variables clearly
Let L = hours worked as a lifeguard
Let C = hours worked as a cashier
Step 2 — Write the constraint equations
From the total hours worked: L + C = 14
From the total earnings: 8L + 6C = 96
The first equation captures the time constraint, while the second captures the earnings constraint. Both must be satisfied.
Step 3 — Solve the first equation for one variable
From L + C = 14, we can express C in terms of L:
Step 4 — Substitute into the earnings equation
Replace C with (14 - L) in the earnings equation:
Step 5 — Solve for L
Distribute the 6:
Combine like terms:
Subtract 84 from both sides:
Divide by 2:
Step 6 — Find C using the substitution
Using C = 14 - L:
Solution: Method 2 — The Elimination Strategy
Step 1 — Set up the system
Starting with our two equations:
Step 2 — Eliminate one variable by multiplication
To eliminate C, multiply Equation 1 by -6:
Step 3 — Add the equations to eliminate C
Add the modified equations vertically:
Step 4 — Substitute back to find C
Using L = 6 in Equation 1:
Verification
Let's confirm our solution satisfies both original constraints:
Check total hours
L + C = 6 + 8 = 14 ✓
Check total earnings
8L + 6C = 8(6) + 6(8) = 48 + 48 = 96 ✓
Both constraints are satisfied, confirming our solution is correct.
Common Pitfalls
Setting
L = cashier hours and C = lifeguard hours, then using the wrong pay rates. This leads to 6L + 8C = 96 instead of 8L + 6C = 96. The key is consistent variable definition — write it down and stick to it.
Only verifying that the hours add to 14, without confirming the earnings calculation. A solution like L = 7, C = 7 gives the right total hours but wrong earnings:
8(7) + 6(7) = 98 ≠ 96.
Writing
8L + 6(14 - L) = 8L + 84 - L instead of 8L + 84 - 6L. This happens when you forget to multiply both terms inside the parentheses by 6.
The Pattern Behind This
This problem follows the classic mixture with two components structure that appears throughout mathematics:
Component 1 + Component 2 = Total quantity
(Rate₁ × Component 1) + (Rate₂ × Component 2) = Total value
Whether you're mixing coffee beans at different prices, combining investments with different returns, or blending solutions with different concentrations, the mathematical structure remains the same. The "rates" change (price per pound, interest rate, concentration percentage), but the two-equation setup is identical.
This pattern is so robust that once you recognize it, you can solve these problems almost automatically — define variables for the two components, write one equation for total quantity, and one for total value.
Why This Shows Up Everywhere
- Payroll management: Companies tracking employee hours across different pay scales or departments
- Project budgeting: Allocating resources between high-cost specialists and lower-cost general staff
- Manufacturing optimization: Using machines with different operating costs to meet production targets
- Portfolio analysis: Balancing investments between assets with different risk-return profiles
The mathematical thinking you're developing here — setting up constraints and solving systems — is fundamental to operations research, economics, and any field where resources must be allocated efficiently.
What If?
Let L = lifeguard hours, C = cashier hours
Hours: L + C = 12
Earnings: 9L + 5C = 78
From the first equation: C = 12 - L
Substitute: 9L + 5(12 - L) = 78
9L + 60 - 5L = 784L = 18L = 4.5
C = 12 - 4.5 = 7.5
Hours: 4.5 + 7.5 = 12 ✓
Earnings: 9(4.5) + 5(7.5) = 40.5 + 37.5 = 78 ✓
Answer: 4.5 hours lifeguarding, 7.5 hours cashiering
Set up normally first: L + C = 14 and 9L + 5C = 100
C = 14 - L9L + 5(14 - L) = 1009L + 70 - 5L = 1004L = 30L = 7.5
Since 7.5 > 6, we hit the constraint. Set L = 6 (maximum allowed).
C = 14 - 6 = 8
Earnings: 9(6) + 5(8) = 54 + 40 = 94
Problem: This only gives $94, not $100. The constraint makes the problem impossible as stated.
Let r = lifeguard hourly rate
Known: 5 lifeguard hours, 9 cashier hours at $6/hr, total earnings $94
5r + 9(6) = 945r + 54 = 94
5r = 94 - 545r = 40r = 8
Earnings: 5(8) + 9(6) = 40 + 54 = 94 ✓
Answer: The lifeguard job must pay $8/hour
Let L = lifeguard, C = cashier, T = tutor hours
Given: C = 2T (twice as many cashier as tutor hours)
L + C + T = 16 (total hours)8L + 6C + 12T = 140 (total earnings)C = 2T (relationship constraint)
Using C = 2T in both equations:L + 2T + T = 16 → L + 3T = 168L + 6(2T) + 12T = 140 → 8L + 24T = 140
From first: L = 16 - 3T
Substitute: 8(16 - 3T) + 24T = 140128 - 24T + 24T = 140128 = 140
Wait! Let me recalculate: 8(16 - 3T) + 24T = 128 - 24T + 24T = 128 ≠ 140
This means there's an error. Let me redo: 8L + 12T + 12T = 8L + 24T = 140
Using L = 16 - 3T: 8(16 - 3T) + 24T = 128 - 24T + 24T = 128
Since 128 ≠ 140, let me reconsider the earnings equation more carefully.
Actually: 8L + 6C + 12T = 8L + 6(2T) + 12T = 8L + 12T + 12T = 8L + 24T = 140
From L + 3T = 16: L = 16 - 3T
So: 8(16 - 3T) + 24T = 128 - 24T + 24T = 128
But we need 140, not 128. This suggests the problem has no solution as stated, or I made an error in setup.
Let me try T = 2: L = 10, C = 4. Check: 10 + 4 + 2 = 16 ✓, 8(10) + 6(4) + 12(2) = 80 + 24 + 24 = 128 ≠ 140.
Result: This problem as stated appears to have no solution. The constraints are inconsistent.
Frequently Asked Questions
2026-09-15