appliedchemlabwork_tayra.D1.calc_concentration#

appliedchemlabwork_tayra.D1.calc_concentration(conc_orig: float, vol_sol: float, vol_water: float) float#

Calculates the concentration of diluted solvent.

Parameters:
conc_origfloat

The original concentration of the solution.

vol_solfloat

The volume of the concentrated solution.

vol_waterfloat

The volume of pure water added to the solution.

Returns:
conc_dilutedfloat

The concentration of diluted solution.