Alcohol Mixture Problem: Finding Solution Volumes
Juan is mixing two alcohol solutions. He uses 500 milliliters less of Solution A than Solution B. Solution A is 17% alcohol and Solution B is 14% alcohol. The resulting mixture has 335 milliliters of pure alcohol. How many milliliters of Solution B does he use?
What This Problem Teaches
- How to use one variable to represent two related quantities when there's a fixed difference
- Setting up equations based on pure substance content rather than total volume
- Converting percentage concentrations to decimal multipliers in calculations
- Recognizing when a mixture problem has constraints that link the variables
- Checking whether calculated concentrations fall within reasonable ranges
Solution: Method 1 — The Single Variable Approach
The key insight is that since Solution A is always 500 mL less than Solution B, we can express both volumes using just one variable.
Step 1 — Define the variable using the relationship
Let b = milliliters of Solution B that Juan uses.
Then Solution A = b - 500 milliliters (since A is 500 mL less than B).
Step 2 — Set up the pure alcohol equation
The total pure alcohol comes from both solutions:
0.17(b - 500) + 0.14b = 335
Step 3 — Expand and collect like terms
Distribute the 0.17:
0.31b - 85 = 335
Step 4 — Solve for b
Add 85 to both sides:
b = 420 ÷ 0.31 ≈ 1354.84
Since we're dealing with milliliters, we can round to 1355 mL.
Solution: Method 2 — Setting Up a System
We can also approach this by explicitly writing two equations and solving the system.
Step 1 — Define two variables
Let a = milliliters of Solution A
Let b = milliliters of Solution B
Step 2 — Write the relationship equation
Since A is 500 mL less than B:
Step 3 — Write the pure alcohol equation
Step 4 — Substitute and solve
Substitute a = b - 500 into the pure alcohol equation:
0.17b - 85 + 0.14b = 335
0.31b = 420
b ≈ 1355
This gives us the same result: approximately 1355 mL of Solution B.
Verification
Let's check our answer by substituting back:
If Solution B = 1355 mL, then Solution A = 1355 - 500 = 855 mL
Pure alcohol from each solution:
- From Solution A:
0.17 × 855 = 145.35 mL - From Solution B:
0.14 × 1355 = 189.7 mL - Total pure alcohol:
145.35 + 189.7 = 335.05 mL✓
The slight difference (335.05 vs 335) is due to rounding, confirming our answer is correct.
Does This Seem Reasonable?
Let's do a quick sanity check on the final concentration:
- Total volume: 855 + 1355 = 2210 mL
- Final concentration: 335 ÷ 2210 ≈ 15.2%
This makes sense! The final concentration (15.2%) falls between the two original concentrations (14% and 17%). Since we used more of the weaker solution (1355 mL of 14%) than the stronger one (855 mL of 17%), the result is closer to 14%, which is exactly what we see.
Common Pitfalls
Writing
b = a - 500 instead of a = b - 500. The problem states A is 500 mL less than B, not the other way around.
Writing
17(b - 500) + 14b = 335 instead of 0.17(b - 500) + 0.14b = 335. Remember that 17% = 0.17 when calculating.
Writing
0.17b - 500 + 0.14b = 335 instead of 0.17b - 85 + 0.14b = 335. When you have 0.17(b - 500), the 0.17 multiplies both terms inside the parentheses.
How to Spot This Problem Type
Look for these tell-tale phrases in mixture problems:
- "X milliliters less than" or "X milliliters more than" — signals a fixed difference relationship
- "The resulting mixture has X milliliters of pure [substance]" — tells you to focus on the substance, not total volume
- Two different percentage concentrations — means you'll be working with decimal multipliers
- "How many milliliters of [specific solution]" — usually the variable you should define first
Any time you see a fixed numerical relationship between two quantities in a mixture problem, you can almost always use a single variable approach to simplify the algebra.
The Pattern Behind This
This is a constrained mixture problem with the general form:
And concentrations are c₁ and c₂
Then: c₁(V₂ - k) + c₂(V₂) = Total pure substance
This simplifies to a single linear equation: (c₁ + c₂)V₂ - c₁k = Total pure substance
For our problem: (0.17 + 0.14)V₂ - 0.17(500) = 335, which gives 0.31V₂ = 420.
The constraint actually makes these problems easier than unrestricted mixture problems because it reduces the variables from two to one.
What If?
Juan uses 300 milliliters less of Solution A (17% alcohol) than Solution B (14% alcohol). The resulting mixture has 335 milliliters of pure alcohol. How many milliliters of Solution B does he use?
Let b = mL of Solution B, then Solution A = b - 300 mL
0.17(b - 300) + 0.14b = 335
0.17b - 51 + 0.14b = 3350.31b = 386
b = 386 ÷ 0.31 ≈ 1245 mL
Solution A: 945 mL, Solution B: 1245 mL
Pure alcohol: 0.17(945) + 0.14(1245) = 160.65 + 174.3 = 334.95 ≈ 335 ✓
Juan uses 1400 mL of Solution B (14% alcohol) and some amount of Solution A (17% alcohol). The mixture has 335 mL of pure alcohol. How many milliliters less of Solution A did he use compared to Solution B?
Let a = mL of Solution A
Pure alcohol: 0.17a + 0.14(1400) = 335
0.17a + 196 = 3350.17a = 139a ≈ 818 mL
Difference = 1400 - 818 = 582 mL less
Pure alcohol: 0.17(818) + 0.14(1400) = 139.06 + 196 = 335.06 ≈ 335 ✓
Juan uses 500 mL less of Solution A (17% alcohol) than Solution B (14% alcohol). If he uses 1200 mL of Solution B, what is the alcohol percentage of the final mixture?
Solution B: 1200 mL
Solution A: 1200 - 500 = 700 mL
From A: 0.17 × 700 = 119 mL
From B: 0.14 × 1200 = 168 mL
Total: 119 + 168 = 287 mL
Total volume: 700 + 1200 = 1900 mL
Concentration: 287 ÷ 1900 = 0.151 = 15.1%
15.1% is between 14% and 17%, and closer to 14% since we used more of the weaker solution ✓
Juan mixes three solutions: 400 mL less of Solution A (17%) than Solution B (14%), plus 250 mL of Solution C (22% alcohol). The total pure alcohol is 400 mL. How much Solution B is used?
Let b = mL of Solution B
Solution A = b - 400 mL
Solution C = 250 mL
0.17(b - 400) + 0.14b + 0.22(250) = 400
0.17b - 68 + 0.14b + 55 = 4000.31b - 13 = 4000.31b = 413
b = 413 ÷ 0.31 ≈ 1332 mL
A: 932 mL, B: 1332 mL, C: 250 mL
Pure alcohol: 0.17(932) + 0.14(1332) + 0.22(250) = 158.4 + 186.5 + 55 = 399.9 ≈ 400 ✓
Frequently Asked Questions
Create two equations: one for the volume relationship and one for pure substance amounts. For this problem, if b = volume of Solution B, then (b - 500) = volume of Solution A. Then: 0.17(b - 500) + 0.14b = 335 mL pure alcohol.
Use one variable for both volumes. If Solution A is 500 mL less than B, let b = volume of B, then (b - 500) = volume of A. This reduces a two-variable problem to a single equation in one variable.
Verify the pure alcohol calculation and check if the final concentration falls between the original concentrations. Here: 855 mL of 17% and 1355 mL of 14% should give a concentration between 14% and 17%, which 15.2% does - confirming our setup is correct.
2026-08-31