Lemonade logic
Mix 1 part lemon syrup with 9 parts water and you get a 10× dilution. It tastes 10 times less strong—sweet!
Tips: Ctrl/Cmd + Enter calculates · Esc clears.
The dilution equation relates a solution before and after dilution. The solute amount stays constant; you only change total volume by adding solvent.
Goal: Make 500 mL of 0.10 M NaCl from a 1.0 M stock. V1 = (0.10×500)/1.0 = 50 mL. Pipette 50 mL of stock, then add solvent to 500 mL total (10× dilution).
Large dilutions are done in steps. For 106, do three sequential 1:100 dilutions (100 × 100 × 100).
For each 1:100: 10 µL stock + 990 µL solvent → 1000 µL total.
Mix 1 part lemon syrup with 9 parts water and you get a 10× dilution. It tastes 10 times less strong—sweet!
Equal parts stock and water (1:1) cut the strength in half. It’s the quickest way to “make it milder.”
Huge dilutions are easier in steps. Do a small mix, then another, then another—like walking down a staircase instead of jumping.
Keep C1 and C2 in the same kind (both molarity or both percent) and V1 and V2 in the same volume units. Apples with apples!
When you dilute, you add solvent (like water). The amount of solute (the “stuff” in the mix) stays the same—you just spread it out.
Paste this iframe into any page or CMS. It’s private, responsive, and resizes automatically.
<iframe
src="https://starlighttools.org/embed/dilution-calculator.html"
width="100%"
height="620"
frameborder="0"
sandbox="allow-scripts allow-same-origin"
loading="lazy"
title="Dilution Calculator (C1V1 = C2V2)"></iframe>
The embed posts { type: 'starlighttools-resize', height } to its parent. Most sites don’t need any extra code;
the iframe’s own height attribute is only a starting point.