Simplify Your Workflow: Search MiniWebtool.
Add Extension
See also
Work Rate Problem SolverTrain Meeting Problem SolverKinematics CalculatorBeer-Lambert Law CalculatorDilution CalculatorChemical Equation Balancer
Home Page > Math > Algebra Calculators > 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/mixture-problem-solver/ 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.

Algebra Calculators:

Top & Updated:

Instagram User ID LookupRandom Name Picker WheelRandom PickerImage ResizerFacebook User ID LookupLine CounterSort NumbersRSD Calculator - Relative Standard DeviationFPS ConverterRemove SpacesSun Position CalculatorMAC Address GeneratorWord to Phone Number Converterโฌ› Aspect Ratio Calculator๐Ÿ“ท OCR / Image to TextERA CalculatorRandom Quote GeneratorSun, Moon & Rising Sign Calculator ๐ŸŒž๐ŸŒ™โœจMAC Address Lookup๐Ÿ–ฑ๏ธ Click CounterPercent Off CalculatorMerge VideosSlope and Grade CalculatorJob FinderSquare Root (โˆš) CalculatorRandom Truth or Dare GeneratorCm to Feet and Inches ConverterWeight Loss CalculatorBatting Average CalculatorSHA256 Hash GeneratorSum CalculatorMP3 LooperVertical Jump CalculatorRandom Superpower GeneratorAdd Text to ImageRandom Credit Card GeneratorFeet and Inches to Cm ConverterNumber of Digits CalculatorBitwise CalculatorPhone Number ExtractorSalary Conversion CalculatorRandom IMEI GeneratorRandom Fake Address GeneratorRoman Numerals ConverterInvisible Text GeneratorAudio SplitterNumber to Word ConverterRandom Poker Hand GeneratorText FormatterImage SplitterRandom Writing Prompt GeneratorLog Base 10 CalculatorBinary to Gray Code ConverterIP Subnet CalculatorRandom Birthday GeneratorLunar Calendar ConverterBolt Torque CalculatorName RandomizerJulian Date ConverterCaffeine Overdose CalculatorRandom Activity GeneratorOctal CalculatorCompound Growth CalculatorHalfway Date CalculatorRandom Movie PickerFile Size ConverterDecimal to BCD ConverterLeap Years ListEmail ExtractorSHA512 Hash GeneratorStair CalculatorYouTube Channel StatisticsImage CompressorFirst n Digits of PiRandom Meal GeneratoreBay Fee CalculatorQuotient and Remainder CalculatorHebrew Calendar ConverterWAR CalculatorLong Division CalculatorWord Ladder GeneratorMaster Number CalculatorRandom Loadout GeneratorBCD to Decimal ConverterVideo CompressorCompare Two StringsFlip VideoPercent Growth Rate CalculatorMD5 Hash GeneratorBcrypt Hash Generator / CheckerList of Prime NumbersSlugging Percentage Calculator๐Ÿ“… Date CalculatorBreak Line by CharactersSocial Media Username CheckerAI Language DetectorOutlier CalculatorDMS to Decimal Degrees ConverterOn Base Percentage CalculatorAPI TesterRandom Number PickerRandomize NumbersOPS CalculatorVideo to Image Extractor๐Ÿ” Plagiarism Checker๐ŸŽฐ Gacha Pity CalculatorAdd Prefix and Suffix to TextBingo Card GeneratorPercent to PPM ConverterDay of the Year Calculator - What Day of the Year Is It Today?Modulo CalculatorWhat is my Zodiac Sign?IP Address to Hex ConverterArc Length CalculatorRandom Chord GeneratorIP Address to Binary ConverterMultiplication CalculatorYouTube Tag ExtractorAstrological Element Balance Calculator๐Ÿ”Š Tone GeneratorRandom Tournament Bracket GeneratorGray Code to Binary ConverterTime Duration CalculatorVideo SplitterRandom Emoji GeneratorBroken Link CheckerNumber ExtractorDecibel (dB) CalculatorSmall Text Generator โฝแถœแต’แต–สธ โฟ แต–แตƒหขแต—แต‰โพWord Scramble GeneratorSocial Media Post Time OptimizerAcreage CalculatorName Number CalculatorIs it a Prime Number?Estimation CalculatorMercury Retrograde CalendarLED Resistor CalculatorBattery Life CalculatorHeight Percentile CalculatorGreat Circle Distance CalculatorCone Flat Pattern (Template) GeneratorConnect the Dots GeneratorRatio CalculatorLottery Number GeneratorRandom Math Problem GeneratorRandom Object GeneratorList RandomizerMultiple Fraction CalculatorSaturn Return CalculatorWHIP CalculatorDay of Year CalendarRemove AccentURL ExtractorProportion CalculatorGolden Ratio CalculatorSquare Numbers ListBinary to BCD ConverterPartition Function CalculatorText Case ConverterRandom Line PickerHTML CompressorAm I Overweight?Image CropperRatio to Percentage CalculatorPipe Flow CalculatorColor InverterLove Compatibility CalculatorMAC Address AnalyzerPercentage Increase CalculatorChinese Gender PredictorTaco Bar CalculatorWhitespace VisualizerYouTube Thumbnail DownloaderMagic 8-BallRandom Excuse GeneratorImage EnhancerNumber Pattern FinderFirst n Digits of eRemove Line BreaksAdjust Video SpeedAngel Number Calculator๐Ÿ“Š Bar Graph MakerFraction CalculatorRandom User-Agent GeneratorAmortization CalculatorScientific Notation to Decimal ConverterSum of Positive Integers CalculatorHow Long Ago CalculatorRandom Video Thumbnail GeneratorSigma Notation Calculator (Summation)Random Chess Opening GeneratorWhat is my Lucky Number?Mcg to Mg ConverterWater Usage CalculatorEffect Size CalculatorNumber RandomizerReverse VideoLbs to Kg ConverterAI ParaphraserAI Punctuation AdderSort Lines AlphabeticallyHex to BCD ConverterBCD to Binary ConverterBCD to Hex ConverterMedian CalculatorStandard Error CalculatorAverage CalculatorPVIFA CalculatorHypotenuse CalculatorRemove Audio from VideoActual Cash Value CalculatorLog Base 2 CalculatorRoot Mean Square CalculatorSHA3-256 Hash GeneratorAI Sentence ExpanderHex to Decimal ConverterRandom Group GeneratorConvolution CalculatorRandom String GeneratorRemove Leading Trailing SpacesMarkup CalculatorPVIF 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 CalculatorCTR 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 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 CalculatorBernoulli Equation CalculatorAP Score CalculatorAttendance Percentage CalculatorPercentage to CGPA ConverterCitation Generator (APA/MLA/Chicago)AI Quiz GeneratorAI Lesson Plan GeneratorInteractive Periodic TableElectron Configuration CalculatorLimiting Reactant CalculatorTheoretical Yield CalculatorHenderson-Hasselbalch CalculatorpKa to Ka ConverterMolality CalculatorNormality CalculatorPercent Composition CalculatorFreezing Point Depression CalculatorBoiling Point Elevation CalculatorOsmotic Pressure CalculatorNernst Equation CalculatorBeer-Lambert Law CalculatorGravitational Force CalculatorEscape Velocity CalculatorKepler's Third Law CalculatorTime Dilation CalculatorE=mcยฒ CalculatorPhoton Energy Calculatorde Broglie Wavelength CalculatorTerminal Velocity CalculatorBuoyancy CalculatorWave Speed CalculatorSpeed of Sound CalculatorMechanical Advantage CalculatorInclined Plane CalculatorFriction CalculatorResistors in Series CalculatorWatts to Amps CalculatorAmps to Watts CalculatorkVA Calculator3-Phase Power CalculatormAh to Wh ConverterGenerator Size CalculatorLumens to Watts ConverterLux to Lumens CalculatorRoom Lighting CalculatorInductive Reactance CalculatorSeries/Parallel Capacitor CalculatorConduit Fill CalculatorAntenna Length CalculatorCubic Yard CalculatorAsphalt CalculatorSod CalculatorGrass Seed CalculatorDeck Stain CalculatorSiding CalculatorBaseboard & Trim CalculatorBaluster Spacing CalculatorEpoxy Resin CalculatorWater Heater Size CalculatorPool Volume CalculatorPool Salt CalculatorPond Volume & Liner CalculatorTV Size CalculatorTV Mounting Height CalculatorPicture Hanging Height CalculatorRug Size CalculatorCurtain Size CalculatorCeiling Fan Size CalculatorDehumidifier Size CalculatorAir Purifier CADR CalculatorFirewood Cord CalculatorCouch Fit CalculatorEngine Displacement Calculator2-Stroke Oil Mix CalculatorOctane Mix CalculatorLease Buyout CalculatorCost Per Mile CalculatorTire Load Index & Speed Rating LookupWheel Offset CalculatorWilks & DOTS CalculatorACFT Score CalculatorRowing Pace CalculatorHiking Time CalculatorBeep Test CalculatorFTP & Power Zones CalculatorRunning Age-Grading CalculatorHeart Rate Recovery CalculatorElo Rating CalculatorK/D Ratio CalculatorNet Run Rate CalculatorBatting Strike Rate CalculatorBowling Economy CalculatorDart Checkout CalculatorStableford CalculatorSpeedrun Split TimerBike Size CalculatorSnowboard Size CalculatorHat Size ConverterGlove Size CalculatorHelmet Size CalculatorSki Size CalculatorSurfboard Volume CalculatorTennis Grip Size CalculatorBackpack Size CalculatorCelsius to Fahrenheit ConverterFahrenheit to Celsius ConverterKm to Miles ConverterMiles to Km ConverterMM to Inches ConverterInches to MM ConverterStone to Kg ConverterKg to Stone ConverterLiters to Gallons ConverterGallons to Liters ConverterML to Oz ConverterOz to ML ConverterSquare Meters to Square Feet ConverterSquare Feet to Square Meters ConverterCubic Feet to Cubic Yards ConverterCubic Meters to Cubic FeetKnots to MPH ConverterMPH to KMH / KMH to MPHMg to Ml ConverterAI Text SummarizerAI TranslatorAI Story GeneratorAI Poem GeneratorAI Song Lyrics GeneratorIndian Land Unit ConverterTola to Gram ConverterPX to REM ConverterPT to PX ConverterMerge PDFSplit PDFCompress PDFPDF to JPGJPG to PDFRotate PDFDelete PDF PagesAdd Page Numbers to PDFProtect PDFReorder PDF PagesPDF Word CounterPDF Page ExtractorPDF to Text ExtractorUnlock PDF (Owner-Password Removal)PDF Flatten ToolAI Rap Lyrics GeneratorAI Cover Letter GeneratorAI Resume Bullet GeneratorAI LinkedIn Headline & Bio GeneratorAI Instagram Caption GeneratorAI YouTube Title & Description GeneratorAI Video Script GeneratorAI Product Description GeneratorAI Press Release GeneratorAI Wedding Speech GeneratorAI Thank-You Note GeneratorAI Dream InterpreterRandom Question GeneratorWould You Rather GeneratorNever Have I Ever GeneratorIcebreaker Question GeneratorCharades GeneratorPictionary Word GeneratorHangman Word GeneratorTrivia Question GeneratorRandom Fact GeneratorRandom Joke GeneratorDad Joke GeneratorPickup Line GeneratorCompliment Generator