Mixture Problem: Blending Orange Juice

Mixture Problems 9th-10th Grade
PROBLEM
How much of a 70% orange juice drink must be mixed with 16 gallons of a 30% orange juice drink to obtain a mixture that is 50% orange juice?

Skills This Problem Builds

  • Setting up equations based on conservation of pure substances
  • Translating percentage concentrations into algebraic expressions
  • Understanding the difference between total volume and pure content
  • Recognizing mixture problems as weighted average situations
  • Connecting real-world scenarios to algebraic modeling

Visualizing the Problem

Let's organize what we know in a table to see the relationship between volumes, concentrations, and pure juice content:

ComponentVolume (gal)ConcentrationPure Juice (gal)
70% juice (unknown)x70% = 0.70.7x
30% juice (given)1630% = 0.30.3 × 16 = 4.8
Final mixturex + 1650% = 0.50.5(x + 16)

The key insight: the pure juice in the final mixture must equal the sum of pure juice from both original components.

Solution: Method 1 — Pure Substance Balance

Step 1 — Define the variable

Let x = gallons of 70% orange juice we need to add.

Step 2 — Identify the pure juice amounts

From the 70% juice: 0.7x gallons of pure juice
From the 30% juice: 0.3 × 16 = 4.8 gallons of pure juice
In the final mixture: 0.5(x + 16) gallons of pure juice

Step 3 — Set up the equation

The pure juice from both components equals the pure juice in the final mixture:

0.7x + 4.8 = 0.5(x + 16)

Step 4 — Solve for x

Expand the right side:

0.7x + 4.8 = 0.5x + 8

Subtract 0.5x from both sides:

0.2x + 4.8 = 8

Subtract 4.8 from both sides:

0.2x = 3.2

Divide both sides by 0.2:

x = 16

Solution: Method 2 — The Weighted Average Approach

Step 1 — Set up the weighted average

The final concentration is a weighted average of the two original concentrations, where the weights are the volumes:

Final concentration = (Volume₁ × Concentration₁ + Volume₂ × Concentration₂) / Total Volume

Step 2 — Substitute known values

We want a 50% final concentration:

0.50 = (x × 0.70 + 16 × 0.30) / (x + 16)

Step 3 — Cross multiply

0.50(x + 16) = 0.70x + 4.8

Step 4 — Solve

This gives us the same equation as Method 1:

0.5x + 8 = 0.7x + 4.8
8 - 4.8 = 0.7x - 0.5x
3.2 = 0.2x
x = 16
16 gallons of 70% orange juice must be added.

Verification

Let's check our answer by substituting back into the original problem:

  • Pure juice from 70% component: 0.7 × 16 = 11.2 gallons
  • Pure juice from 30% component: 0.3 × 16 = 4.8 gallons
  • Total pure juice: 11.2 + 4.8 = 16 gallons
  • Total volume: 16 + 16 = 32 gallons
  • Final concentration: 16 ÷ 32 = 0.5 = 50%

Perfect! The verification confirms our answer is correct.

Reality Check

Does our answer make intuitive sense? We're mixing equal amounts (16 gallons each) of 30% and 70% juice. The average of 30% and 70% is indeed 50%, so we'd expect equal volumes to give us the target concentration.

If we needed more of the stronger solution, that would mean our target concentration was closer to 70%. If we needed less, the target would be closer to 30%. Since our target of 50% is exactly halfway between 30% and 70%, equal volumes make perfect sense.

Common Pitfalls

✗ Mistake #1: Forgetting to convert percentages to decimals
Writing the equation as 70x + 30(16) = 50(x + 16) instead of using decimal forms. This gives an answer of 1.6, which is way too small because you're treating "70%" as the number 70 instead of 0.70.
✗ Mistake #2: Setting up the volume equation instead of pure substance
Writing x + 16 = 50 and solving for x = 34. This confuses the total volume with the concentration requirement. The problem isn't asking for a specific total volume—it's asking for a specific concentration.
✗ Mistake #3: Adding concentrations instead of pure amounts
Thinking that 0.7 + 0.3 = 0.5 somehow relates to the solution. Concentrations don't add directly—you need to account for the volumes. Adding 1 drop of 70% juice to 1000 gallons of 30% juice doesn't give you anything close to 100% juice.

The Underlying Pattern

All mixture problems follow this general structure:

Amount₁ × Concentration₁ + Amount₂ × Concentration₂ = Final Amount × Final Concentration

Where "Amount × Concentration" represents the pure substance in each component. This pattern works for any mixture problem:

  • Mixing solutions of different concentrations
  • Combining alloys with different metal contents
  • Blending coffee beans of different strengths
  • Mixing investments with different interest rates
Key insight: You're always conserving the pure substance (orange juice, gold, caffeine, money), not the concentrations themselves. The concentrations are just ratios that help you calculate how much pure substance is in each component.

Where This Shows Up in Real Life

  • Food industry: Blending different grades of milk to achieve specific fat content, or mixing fruit juices to create signature blends.
  • Manufacturing: Creating metal alloys with precise compositions for aerospace and automotive applications—too much of one metal makes the alloy brittle, too little makes it weak.
  • Pharmacy: Compounding medications by mixing solutions of different concentrations to create custom dosages that aren't available commercially.
  • Agriculture: Mixing fertilizers with different nitrogen contents to achieve optimal soil nutrition for specific crops.

What If?

1
Different Target Concentration
How much of a 70% orange juice drink must be mixed with 16 gallons of a 30% orange juice drink to obtain a mixture that is 60% orange juice?
Step 1 — Set up the equation

Let x = gallons of 70% juice. Pure juice equation: 0.7x + 0.3(16) = 0.6(x + 16)

Step 2 — Simplify

0.7x + 4.8 = 0.6x + 9.6

Step 3 — Solve for x

0.7x - 0.6x = 9.6 - 4.8
0.1x = 4.8
x = 48

Step 4 — Verify

Pure juice: 0.7(48) + 0.3(16) = 33.6 + 4.8 = 38.4 gallons
Total volume: 48 + 16 = 64 gallons
Concentration: 38.4 ÷ 64 = 0.6 = 60%

Answer: 48 gallons of 70% juice

2
Diluting with Water
You have 12 gallons of 70% orange juice. How much pure water (0% juice) must you add to dilute it to 42% orange juice?
Step 1 — Set up the equation

Let x = gallons of water to add. Pure juice from original: 0.7(12) = 8.4 gallons
Pure juice equation: 8.4 + 0(x) = 0.42(12 + x)

Step 2 — Simplify

8.4 = 0.42(12 + x)
8.4 = 5.04 + 0.42x

Step 3 — Solve for x

8.4 - 5.04 = 0.42x
3.36 = 0.42x
x = 8

Step 4 — Verify

Pure juice remains: 8.4 gallons
Total volume: 12 + 8 = 20 gallons
Concentration: 8.4 ÷ 20 = 0.42 = 42%

Answer: 8 gallons of water

3
Three-Way Mixture
A company wants 24 gallons of 50% juice by mixing three solutions: 8 gallons of 30% juice, some 70% juice, and some 20% juice. If they use equal amounts of the 70% and 20% solutions, how much of each do they need?
Step 1 — Set up variables

Let x = gallons each of 70% and 20% juice (equal amounts)
Total volume constraint: 8 + x + x = 24, so 2x = 16 and x = 8

Step 2 — Check with pure juice equation

Pure juice from each component:
• 30% solution: 0.3(8) = 2.4 gallons
• 70% solution: 0.7(8) = 5.6 gallons
• 20% solution: 0.2(8) = 1.6 gallons

Step 3 — Verify total concentration

Total pure juice: 2.4 + 5.6 + 1.6 = 9.6 gallons
Total volume: 24 gallons
Concentration: 9.6 ÷ 24 = 0.4 = 40%

Step 4 — Adjust for 50% target

We need 50%, not 40%. Let's use y gallons each of 70% and 20%:
Volume: 8 + 2y = 24, so y = 8
Pure juice: 0.3(8) + 0.7y + 0.2y = 0.5(24)
2.4 + 0.9y = 12
y = 10.67 gallons each

Answer: Need 10.67 gallons each of 70% and 20% juice, but total volume would be 29.33 gallons, not 24. This constraint set is impossible as stated.

4
Reverse Engineering
A juice company mixed 20 gallons of 70% orange juice with some amount of 30% orange juice to create 44 gallons of final mixture. What concentration is the final mixture?
Step 1 — Find amount of 30% juice

Total volume is 44 gallons, with 20 gallons being 70% juice:
Amount of 30% juice = 44 - 20 = 24 gallons

Step 2 — Calculate pure juice amounts

From 70% juice: 0.7(20) = 14 gallons of pure juice
From 30% juice: 0.3(24) = 7.2 gallons of pure juice
Total pure juice: 14 + 7.2 = 21.2 gallons

Step 3 — Calculate final concentration

Final concentration = 21.2 ÷ 44 = 0.4818 = 48.18%

Step 4 — Verify with weighted average

Weighted average = (20 × 0.7 + 24 × 0.3) ÷ 44
= (14 + 7.2) ÷ 44 = 21.2 ÷ 44 = 0.4818

Answer: The final mixture is 48.18% orange juice

Frequently Asked Questions

How do you set up the equation for a mixture problem with concentrations?+
Focus on the pure substance in each component. If you mix x gallons of 70% juice with 16 gallons of 30% juice to get 50% mixture, write: pure juice from first component + pure juice from second = pure juice in final mixture. This gives you 0.7x + 0.3(16) = 0.5(x + 16).
What's the difference between volume and concentration in mixture problems?+
Volume is how much total liquid you have (measured in gallons, liters, etc.). Concentration is what fraction of that liquid is the pure substance (like 30% orange juice means 30% is pure juice, 70% is water). In this problem, 16 gallons at 30% concentration contains 0.3 × 16 = 4.8 gallons of pure juice.
Why can't you just average the percentages in mixture problems?+
Because you need a weighted average based on the volumes, not a simple average. If you mix 1 gallon of 70% juice with 100 gallons of 30% juice, the result is much closer to 30% than to the simple average of 50%. The larger volume dominates. Here, averaging 70% and 30% gives 50%, but that's only coincidentally the right target—the actual calculation depends on the specific volumes.
NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-08-24