# Prepare dilution series

## Pick the right number of flasks

{% hint style="success" %}

#### Choose the right number of flasks

If the concentration in the cryo stock is lower than 1 × 10<sup>8</sup>, using 10 flasks is excessive. As a general guideline, add 2 to the exponent. In this example, the number of flasks would be 8 + 2 = 10.
{% endhint %}

In the present example, the concentration in the cryo vial is 9.6 × 10<sup>8</sup> cells/mL. As shown in the table, diluting beyond the 10<sup>-10</sup> flask is unnecessary, as higher dilutions likely contain fewer than one cell. Thus, the growth medium will likely remain sterile after overnight incubation. This is why we choose 10 flasks for the dilution series.

|       Flask      |      Cells per mL     | Cells per 10 mL |
| :--------------: | :-------------------: | :-------------: |
|  10<sup>-1</sup> |  9.6 × 10<sup>7</sup> |   960 000 000   |
|  10<sup>-2</sup> |  9.6 × 10<sup>6</sup> |    96 000 000   |
|  10<sup>-3</sup> |  9.6 × 10<sup>5</sup> |    9 600 000    |
|  10<sup>-4</sup> |  9.6 × 10<sup>4</sup> |     960 000     |
|  10<sup>-5</sup> |  9.6 × 10<sup>3</sup> |      96 000     |
|  10<sup>-6</sup> |  9.6 × 10<sup>2</sup> |      9 600      |
|  10<sup>-7</sup> |  9.6 × 10<sup>1</sup> |       960       |
|  10<sup>-8</sup> |  9.6 × 10<sup>0</sup> |        96       |
|  10<sup>-9</sup> | 9.6 × 10<sup>-1</sup> |       \~10      |
| 10<sup>-10</sup> | 9.6 × 10<sup>-2</sup> |       \~1       |

## Introduction to workflow

The dilution series is prepared as a 1:10 dilution series directly in shake flasks.

<figure><img src="/files/72HVDNWcE1rh1b9GaUWx" alt=""><figcaption><p>High-level view of OptiSeeding: Dilution series are prepared directly in shake flasks and then incubated overnight.</p></figcaption></figure>

For each shake flask 1 mL of the previous dilution (or cryo stock) is transferred to 9 mL of growth medium. The flask is capped and the bacteria are dispersed by figure 8 movements.

<figure><img src="/files/ocXikez2Awn6gmHdDPdL" alt=""><figcaption></figcaption></figure>

## Step by step

{% stepper %}
{% step %}
**Vortex the cryo stock for a single-cell suspension**

Briefly vortex the cryo stock for 10 seconds at maximum RPM. This assumes that the cryo stock was already thoroughly vortexed in the previous step [Measure on cryo stock](/mpd/workflows/identify-optimal-inoculum-size/measure-on-cryo-stock.md).
{% endstep %}

{% step %}
**Prepare first 1:10 dilution**

Transfer 1 mL cryo stock to 9 mL growth medium.

Use long, sterile pipette tips to avoid contamination from the non-sterile pipette.

Cap flask and make figure 8 motion to distribute the cells evenly.
{% endstep %}

{% step %}
**Continue dilution series**

Repeat step 2 for the subsequent 10<sup>-2</sup> to 10<sup>-10</sup> flasks.
{% endstep %}

{% step %}
**Incubate overnight**

Incubate overnight in shaking incubator at the desired growth conditions. For this *E. coli* example we used 37 °C, 200 RPM.
{% endstep %}
{% endstepper %}

{% hint style="info" icon="turtle" %}

#### Do your bacteria have slow generation time?

The workflow presented here works for bacteria with a generation time of ≤ 30 min. Adjustments may be necessary when working for slow-growing bacteria:

* Increase incubation time.
* Use 1:5 dilutions when preparing the shake flask dilution series.
  {% endhint %}

## Summary

A tenfold dilution series has been prepared from the cryo stock for overnight incubation.\
Next step: [Select relevant cultures](/mpd/workflows/identify-optimal-inoculum-size/select-relevant-cultures.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.sbtinstruments.com/mpd/workflows/identify-optimal-inoculum-size/prepare-dilution-series.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
