Simplify Your Workflow: Search MiniWebtool.
Add Extension
> Mixture Problem Solver

Mixture Problem Solver

Solve concentration and mixture word problems step by step. Blend two solutions of any strength, find how much of a stock solution to add to reach a target concentration, dilute with pure water, strengthen with pure solute, or drain-and-replace part of a mixture — with an animated two-beaker pour visualization, conservation-of-mass equations, and full LaTeX explanations.

Mixture Problem Solver
Quick examples →
1 Pick the problem type and units
All volumes share this unit.
2 Solution A (the one you have)
Strength of the first solution.
How much of solution A you have.
3 Solution B
Strength of the second solution.
How much of solution B you mix in.
4 Target concentration
Must lie between the two starting concentrations for blend/replace.

Embed Mixture Problem Solver Widget

About Mixture Problem Solver

The Mixture Problem Solver covers the five most common concentration and mixture word problems in one place: blending two solutions to find the combined concentration, finding the missing volume of one solution that brings a mix to a target concentration, diluting a strong solution with pure solvent (typically water), strengthening a weak solution by adding pure solute, and the classic drain-and-replace problem where part of a tank's contents is swapped for another mix. Type in the concentrations and volumes in your preferred units — percent, decimal, or per-mille — and the solver applies a single conservation-of-mass identity, walks through the algebra step by step in LaTeX, and shows an animated three-beaker visualization with color-coded fill levels that respond to the strength of each solution.

How to use this solver

  1. Pick the scenario that matches your problem from the dropdown — blend, target, dilute, strengthen, or drain-and-replace.
  2. Choose the concentration unit (percent, decimal, or per-mille) and the volume or mass unit (mL, L, gal, cup, fl oz, g, kg, lb). All inputs use the same units.
  3. Enter the concentration and volume of solution A. For blend, target, and replace scenarios, also enter the concentration of solution B (and its volume for blend).
  4. For all scenarios except plain blend, enter the target concentration you want at the end.
  5. Click Solve. The headline value is the missing quantity — final concentration, volume of B to add, water to dilute, pure solute to strengthen, or amount to drain.
  6. Watch the beakers fill with color that reflects each solution's concentration. The result beaker shows the final mixture.

The five formulas at a glance

1. Blend two solutions

Combine \( V_1 \) of \( c_1 \) with \( V_2 \) of \( c_2 \).

\( c_f = \dfrac{c_1 V_1 + c_2 V_2}{V_1 + V_2} \)

2. Reach a target

How much B to add to A to reach \( c_t \)?

\( V_2 = V_1 \dfrac{c_1 - c_t}{c_t - c_2} \)

3. Dilute with water

Pure solvent has \( c = 0 \).

\( V_w = V_1 \left( \dfrac{c_1}{c_t} - 1 \right) \)

4. Strengthen with pure solute

Pure solute has \( c = 1 \).

\( V_s = V_1 \dfrac{c_t - c_1}{1 - c_t} \)

5. Drain and replace

Replace \( V_r \) of A with the same volume of B.

\( V_r = V_1 \dfrac{c_1 - c_t}{c_1 - c_2} \)

The conservation principle (the key idea)

Every mixture problem reduces to one identity: the mass of solute is conserved. If you mix two streams and nothing chemically reacts, the amount of solute in the final mixture equals the sum of solute in each input.

\[ c_1 V_1 + c_2 V_2 \;=\; c_f (V_1 + V_2) \]

Each scenario in this calculator is just a different unknown in this same equation:

  • Blend — solve for \( c_f \) given \( c_1, V_1, c_2, V_2 \).
  • Target — solve for \( V_2 \) given \( c_1, V_1, c_2, c_t \).
  • Dilute — set \( c_2 = 0 \) (pure water) and solve for \( V_w \).
  • Strengthen — set \( c_2 = 1 \) (pure solute) and solve for \( V_s \).
  • Replace — keep \( V_1 \) constant; replace volume \( V_r \) of A with B.

Worked example: blending two acid solutions

A chemistry student mixes 300 mL of a 20% acid solution with 200 mL of a 50% acid solution. What is the final concentration?

  1. Solute in A: \( 0.20 \times 300 = 60 \) mL of pure acid.
  2. Solute in B: \( 0.50 \times 200 = 100 \) mL of pure acid.
  3. Total solute: \( 60 + 100 = 160 \) mL.
  4. Total volume: \( 300 + 200 = 500 \) mL.
  5. Final concentration: \( c_f = \dfrac{160}{500} = 0.32 = 32\% \).

Worked example: diluting alcohol

You have 250 mL of 70% rubbing alcohol but you need 40% strength for a topical preparation. How much water do you add?

  1. Mass of solute is conserved: \( 0.70 \times 250 = 0.40 \times (250 + V_w) \).
  2. 175 = 100 + 0.40 V_w → \( V_w = \dfrac{75}{0.40} = 187.5 \) mL.
  3. Add 187.5 mL of water; final volume is 437.5 mL.

Worked example: drain-and-replace antifreeze

A car radiator holds 8 L of 20% antifreeze. The owner wants 50% antifreeze. They will drain part of the mix and replace it with the same volume of 90% antifreeze. How much do they drain?

  1. The mass of solute after draining: \( 0.20 (8 - V_r) \).
  2. After refilling: \( 0.20 (8 - V_r) + 0.90 V_r = 0.50 \times 8 \).
  3. 1.6 − 0.20 V_r + 0.90 V_r = 4 → 0.70 V_r = 2.4 → \( V_r = 3.43 \) L.
  4. Drain about 3.43 L of the existing mix and pour in 3.43 L of 90% antifreeze.

Common pitfalls and how to avoid them

  • Target outside the input range — you cannot blend two solutions to a concentration outside their min/max. To go below the lower or above the higher input, you need pure solvent or pure solute.
  • Mixing percent and decimal — 50% is 0.50, not 50. The calculator does the conversion for you when you pick the right unit, but on paper, always convert percentages to decimals before arithmetic.
  • Mass vs volume — for liquids near room temperature the formulas hold for both, but if densities differ greatly (e.g. mixing alcohol and oil) you should use mass, not volume, to keep the conservation law exact.
  • Forgetting to add the new volume — the denominator of \( c_f \) is \( V_1 + V_2 \), not just \( V_1 \). Beginners often divide solute by the original volume only, which gives a wrong answer.
  • Drain-and-replace is symmetric — replacing 3 L of 20% with 3 L of 90% gives the same final concentration as starting with the leftover 5 L of 20% and adding 3 L of 90%. The drain step never changes the concentration of what's left, only the volume.

Quick conversion reference

FromToHowExample
%decimal÷ 10032% = 0.32
decimal%× 1000.45 = 45%
%‰ (per mille)× 100.9% = 9‰
%÷ 109‰ = 0.9%
LmL× 10000.5 L = 500 mL
gal (US)L× 3.785411 gal ≈ 3.79 L
fl ozmL× 29.573516 fl oz ≈ 473.2 mL
cup (US)mL× 236.5881 cup ≈ 236.6 mL

Where mixture problems show up in real life

  • Chemistry labs — preparing acid or buffer solutions to a precise molarity, diluting concentrated stock with water (the M₁V₁ = M₂V₂ rule is the dilution scenario in this tool).
  • Pharmacy — compounding creams and IV fluids to a target percent strength, often by blending two stock concentrations the pharmacist already has.
  • Cooking and brewing — adjusting brine salinity, sugar syrups, or beer alcohol by volume by blending stronger and weaker batches.
  • Automotive — antifreeze, washer fluid, and DEF (diesel exhaust fluid) often need to be diluted or strengthened to a target percent.
  • Algebra textbooks — drain-and-replace, "how much water" and "two-tank" problems are some of the most popular SAT and competition math word problems.

Frequently asked questions

What is the formula for a mixture of two solutions?

All mixture problems come from one identity: the mass of solute is conserved. If you mix \( V_1 \) of concentration \( c_1 \) with \( V_2 \) of concentration \( c_2 \) the final concentration is \( c_f = (c_1 V_1 + c_2 V_2) / (V_1 + V_2) \). Every other scenario in this tool is the same identity solved for a different unknown.

How do I find how much water to add to dilute a solution?

Pure water has concentration 0, so the mass of solute does not change when you add water. Setting \( c_1 V_1 = c_t (V_1 + V_w) \) and solving for \( V_w \) gives \( V_w = V_1 ( c_1 / c_t - 1 ) \). For example, diluting 100 mL of 30% solution to 10% needs \( 100 \times (30/10 - 1) = 200 \) mL of water.

Can I produce any target concentration by mixing two solutions?

No. The final concentration must lie strictly between the two starting concentrations. Mixing 20% and 50% solutions can give anything between 20 and 50%, but never below 20 or above 50. To go outside that range you need to add pure solute or pure solvent instead.

What if I want to strengthen a solution instead of diluting?

Add pure solute (concentration 100%). Solving \( c_1 V_1 + V_s = c_t (V_1 + V_s) \) gives \( V_s = V_1 (c_t - c_1) / (1 - c_t) \). Switch the scenario to "Strengthen with pure solute" and the calculator will do this for you.

What is a drain-and-replace mixture problem?

You drain a portion \( V_r \) of a tank and refill the same volume with another solution of different concentration. The final volume stays the same as the original. The amount you must drain is \( V_r = V_1 (c_1 - c_t) / (c_1 - c_2) \), valid only when the target lies between the two concentrations.

Does this work for mass-based mixtures, not just volumes?

Yes. The conservation equation is unit-agnostic as long as you use the same unit for all volumes or all masses. Pick g, kg, or lb in the unit selector and the calculator handles mass-based problems exactly the same way as volume-based ones.

Why is my "lever rule" marker between the two beakers?

The lever rule (also called Robinson's diagram or the alligation method) says the final concentration always lies on a number line between the two inputs, weighted by their volumes. The marker on the colored bar shows exactly where on that line your final concentration sits — closer to whichever solution dominates by volume.

Reference this content, page, or tool as:

"Mixture Problem Solver" at https://MiniWebtool.com// from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-05-10

You can also try our AI Math Solver GPT to solve your math problems through natural language question and answer.

Top & Updated:

Random PickerRandom Name PickerLine CounterBatting Average CalculatorRelative Standard Deviation CalculatorFPS ConverterSort NumbersERA CalculatorMAC Address GeneratorRemove SpacesInstagram User ID LookupWord to Phone Number ConverterFacebook User ID LookupMAC Address LookupSum CalculatorFeet and Inches to Cm ConverterOPS CalculatorJob FinderRandom Truth or Dare GeneratorRandom Quote GeneratorPercent Off CalculatorSHA256 Hash GeneratorBitwise CalculatorSquare Root (√) CalculatorDoubling Time CalculatorLog Base 10 CalculatorVertical Jump CalculatorNumber of Digits CalculatorRoman Numerals ConverterMP3 LooperAudio SplitterSalary Conversion CalculatorSlope and Grade CalculatorSlugging Percentage CalculatorSaturn Return CalculatorOn Base Percentage CalculatorPhone Number ExtractorRandom IMEI GeneratorRandom Poker Hand GeneratorNumber to Word ConverterMerge VideosAI Text HumanizerCompare Two StringsCaffeine Overdose CalculatorSun, Moon & Rising Sign Calculator 🌞🌙✨Compound Growth CalculatorDecimal to BCD ConverterFirst n Digits of PiImage ResizerRandom Birthday GeneratorBinary to Gray Code ConverterCm to Feet and Inches ConverterClothing Size ConverterWHIP CalculatorGrade CalculatorBCD to Decimal ConverterAdd Prefix and Suffix to TextRandom Fake Address GeneratorRandom Activity GeneratorOctal CalculatorOne Rep Max (1RM) CalculatorVideo to Image ExtractorWAR CalculatorRandom Movie PickerFile Size ConverterRandom Superpower GeneratorText FormatterYouTube Channel StatisticsInvisible Text GeneratorTime Duration CalculatorRemove AccentOutlier CalculatorRandom Writing Prompt GeneratorPercent Growth Rate CalculatorQuotient and Remainder CalculatorLove Compatibility CalculatorStair CalculatorCM to Inches ConverterRandom Object GeneratorRandom Integer GeneratorDay of Year CalendarList of Prime NumbersCryptogram GeneratorWord Ladder GeneratorImage SplitterRemove Leading Trailing SpacesAdd Text to ImageArc Length CalculatorGray Code to Binary ConverterAI Punctuation AdderConnect the Dots GeneratorRandom Loadout GeneratorBingo Card GeneratorExponential Decay CalculatorModulo CalculatorSHA512 Hash GeneratorImage CompressorMaster Number CalculatorVideo CropperEmail ExtractorURL ExtractorAI ParaphraserDay of the Year Calculator - What Day of the Year Is It Today?Video CompressorBinary to BCD ConverterIP Address to Hex ConverterSort Lines AlphabeticallyHex to BCD ConverterBCD to Binary ConverterLottery Number GeneratorBCD to Hex ConverterMedian CalculatorStandard Error CalculatorLeap Years ListList RandomizerBreak Line by CharactersAverage CalculatorPVIFA CalculatorReverse VideoHypotenuse CalculatorRemove Audio from VideoActual Cash Value CalculatorScientific Notation to Decimal ConverterNumber ExtractorAngel Number CalculatorLog Base 2 CalculatorRoot Mean Square CalculatorSum of Positive Integers CalculatorSHA3-256 Hash GeneratorAI Sentence Expander📅 Date CalculatorLbs to Kg ConverterHex to Decimal ConverterRandom Group GeneratorConvolution CalculatorMAC Address AnalyzerRandom String GeneratorAmortization CalculatorMarkup CalculatorPVIF CalculatorName Number CalculatorDecimal to Hex ConverterInstagram Font GeneratorSocial Media Image Size GuideTikTok Money CalculatorTwitter/X Character CounterTwitter/X Timestamp ConverterYouTube Watch Time CalculatorTwitch Earnings CalculatorYouTube Shorts Monetization CalculatorFacebook Ad Cost CalculatorSocial Media ROI CalculatorSocial Media Post Time OptimizerSocial Media Username CheckerCTR CalculatorROAS CalculatorInfluencer ROI CalculatorForce CalculatorAcceleration CalculatorVelocity CalculatorMomentum CalculatorProjectile Motion CalculatorKinetic Energy CalculatorPotential Energy CalculatorWork and Power CalculatorDensity CalculatorPressure CalculatorIdeal Gas Law CalculatorFree Fall CalculatorTorque CalculatorHorsepower CalculatorDilution CalculatorChemical Equation BalancerStoichiometry CalculatorPercent Yield CalculatorEmpirical Formula CalculatorBoiling Point CalculatorTitration CalculatorMole/Gram/Particle ConverterIrregular Polygon Area CalculatorFrustum CalculatorTorus Calculator3D Distance CalculatorGreat Circle Distance CalculatorCircumscribed Circle (Circumcircle) CalculatorInscribed Circle (Incircle) CalculatorAngle Bisector CalculatorTangent Line to Circle CalculatorHeron's Formula CalculatorCoordinate Geometry Distance CalculatorVolume of Revolution CalculatorSurface of Revolution CalculatorParametric Curve GrapherRiemann Sum CalculatorTrapezoidal Rule CalculatorSimpson's Rule CalculatorImproper Integral CalculatorL'Hôpital's Rule CalculatorMaclaurin Series CalculatorPower Series CalculatorSeries Convergence Test CalculatorInfinite Series Sum CalculatorAverage Rate of Change CalculatorInstantaneous Rate of Change CalculatorRelated Rates SolverOptimization Calculator (Calculus)Gradient Calculator (Multivariable)Divergence CalculatorCurl CalculatorLine Integral CalculatorSurface Integral CalculatorJacobian Matrix CalculatorNewton's Method CalculatorRREF Calculator (Row Echelon Form)Matrix Inverse CalculatorMatrix Multiplication CalculatorDot Product CalculatorCross Product CalculatorVector Magnitude CalculatorUnit Vector CalculatorAngle Between Vectors CalculatorNull Space CalculatorColumn Space CalculatorCramer's Rule CalculatorMatrix Diagonalization CalculatorQR Decomposition CalculatorCholesky Decomposition CalculatorMatrix Power CalculatorCharacteristic Polynomial CalculatorBayes' Theorem CalculatorF-Test / F-Distribution CalculatorHypergeometric Distribution CalculatorNegative Binomial Distribution CalculatorGeometric Distribution CalculatorExponential Distribution CalculatorWeibull Distribution CalculatorBeta Distribution CalculatorSpearman Rank Correlation CalculatorFisher's Exact Test CalculatorContingency Table CalculatorOdds Ratio CalculatorRelative Risk CalculatorEffect Size CalculatorPermutations with Repetition CalculatorModular Exponentiation CalculatorPrimitive Root CalculatorPerfect Number CheckerAmicable Number CheckerTwin Prime FinderMersenne Prime CheckerGoldbach Conjecture VerifierMöbius Function CalculatorEgyptian Fraction CalculatorFibonacci Number CheckerDigital Root CalculatorPartition Function CalculatorBoolean Algebra SimplifierKarnaugh Map (K-Map) SolverLogic Gate SimulatorGraph Coloring CalculatorTopological Sort CalculatorAdjacency Matrix CalculatorRecurrence Relation SolverInclusion-Exclusion CalculatorLinear Programming SolverTraveling Salesman Solver (TSP)Hamiltonian Path CheckerPlanar Graph CheckerNetwork Flow Calculator (Max Flow)Stable Marriage Problem SolverFirst-Order ODE SolverSecond-Order ODE SolverDirection Field / Slope Field PlotterEuler's Method CalculatorBernoulli ODE SolverSystem of ODEs SolverGroup Theory Order CalculatorRing and Field CalculatorJordan Normal Form CalculatorMatrix Exponential CalculatorTensor Product CalculatorFast Fourier Transform (FFT) CalculatorZ-Transform CalculatorNumerical Integration CalculatorTOML to JSON ConverterJSON to CSV ConverterXML to JSON ConverterSQL to MongoDB Query ConverterCSS Flexbox PlaygroundCSS Grid GeneratorJWT GeneratorBcrypt Hash Generator / CheckerColor Code Converter (All Formats)Git Command Generator.env File GeneratorLorem Picsum / Placeholder Image GeneratorText to Binary/Hex/ASCII ConverterSyllable CounterSentence CounterParagraph CounterSpeaking Time CalculatorReading Time CalculatorWhitespace VisualizerStrikethrough Text GeneratorTorque Converter (Nm, ft-lb, kgf-cm)Data Transfer Rate ConverterFuel Efficiency ConverterAstronomical Unit ConverterRing Size ConverterPaper Size ReferenceGas Mileage CalculatorEV Range CalculatorEV Charging Time Calculator0–60 / Quarter Mile CalculatorCar Lease CalculatorVehicle Towing Capacity CalculatorExposure Triangle CalculatorCrop Factor CalculatorMegapixel to Print Size CalculatorPhoto File Size EstimatorMusic BPM TapperMusic Key TransposerVideo Bitrate CalculatorSeed Germination Rate CalculatorFertilizer Calculator (NPK)Raised Bed Soil CalculatorFrost Date CalculatorLawn Fertilizer CalculatorCompost Calculator (C:N Ratio)Solar Panel CalculatorSolar ROI CalculatorHome Energy Audit CalculatorAppliance Energy Cost CalculatorWater Usage CalculatorElectricity Generation Cost CalculatorHeat Loss CalculatorFlight Distance CalculatorTravel Budget CalculatorJet Lag CalculatorPacking List GeneratorTip Splitter (Advanced)Lease vs Buy CalculatorHourly Rate Calculator (Freelancer)Invoice Late Fee CalculatorESPP CalculatorStock Split CalculatorOptions Probability CalculatorDollar to Gold ConverterBeam Load CalculatorPipe Flow CalculatorBolt Torque CalculatorSteel Weight CalculatorGravel, Sand & Topsoil CalculatorRandom Sentence GeneratorRandom Paragraph GeneratorRandom Math Problem GeneratorRandom Bible Verse GeneratorRandom Cat/Dog Name GeneratorRandom Debate Topic GeneratorBody Recomposition CalculatorAlcohol Calorie CalculatorMedication Dosage CalculatorPace to Calories CalculatorHydration CalculatorTrain Meeting Problem SolverAge Word Problem SolverMixture Problem SolverWork Rate Problem SolverDistance-Speed-Time Triangle Calculator