> For the complete documentation index, see [llms.txt](https://help.sbtinstruments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sbtinstruments.com/tutorials/measure-vitroid-tm-growth-curve/1-100-dilutions.md).

# 1:100 dilutions

The lag phase, acceleration phase, and early exponential growth phase are typically monitored using 1:100 dilutions prepared in 15 mL centrifuge tubes. The procedure for preparing these dilutions is described below.

Special emphasis is placed on proper vortexing of the 15 mL tubes, as inadequate mixing is one of the most common pitfalls in sample preparation for BactoBox® analyses.

## How to make 1:100 dilutions

1:100 dilutions are done by transferring 101 µL sample to 10 mL of diluent.

<div data-with-frame="true"><figure><img src="/files/w8ZntfbR20ZJXLVkuVrh" alt=""><figcaption></figcaption></figure></div>

Tutorials 1 explained the importance of using the correct vortexing technique for 15 mL vials. If you need a refresher, expand the section below. Skip ahead if you've already mastered the technique.

<details>

<summary>Proper vortex technique</summary>

When vortexing is done correctly, a strong vortex forms in the vial within a few seconds. Follow the recommendations in the green information box and avoid the common mistakes demonstrated in the below slow-motion video (✔ demonstrates correct. ✘ demonstrates incorrect).

{% hint style="success" %}

## Good vortexing technique

<i class="fa-hashnode">:hashnode:</i> Choose a mixer platform that is compatible with your vial. [Some platforms](https://www.scientificindustries.com/collections/vortex-mixers-shakers-accessories/products/3-inch-platform-with-rubber-cover) can accommodate multiple vial types and sizes.

<i class="fa-hand-point-down">:hand-point-down:</i> Use a gentle grip on the vial cap while vortexing the tube. Start with a firm 3-finger hold on the cap and switch to a gentle press with one finger once the motion starts.
{% endhint %}

* **The left panel demonstrates proper vortexing technique:** The cap is initially held with three fingers to start the motion, after which a single finger applies light downward pressure while allowing the tube to vortex freely.
* **The center panel demonstrates improper technique:** The vial is held too tightly using a central grip. The liquid bounces slightly, but the vortex does not form.
* **The right panel demonstrates improper technique:** A 50 mL vortex mixer attachment is used for the 15 mL tube. The vortex does not start even though the grip is correct.

<figure><img src="/files/0scSkHvpH4GTz0gw2Vpr" alt=""><figcaption></figcaption></figure>

</details>

## Step by step

{% stepper %}
{% step %}

### **Dilute 1:100 in BactoBox® diluent**

The below video demonstrates how to do a 1:100 dilution.

* Transfer 101 µL of your sample to 10 mL of diluent.
* Suspend ×10 to rinse the pipet tip for residual bacteria
* Vortex 10 seconds at maximum speed.

<figure><img src="/files/doitWovk1JoQL2ajeWLS" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Measure the diluted sample on BactoBox®**

The below video demonstrates how to do the bacterial measurement

* Transfer the tubing kit to the 1:100 vial.
* Press <kbd><mark style="background-color:purple;">Measure<mark style="background-color:purple;"></kbd> to start a new measurement and wait for the results.

<figure><img src="/files/aHMhf42uPfnaeswagtbo" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Create a table of the results

Note down your results in a table like the one below.

<table><thead><tr><th width="158">Measurement ID</th><th>Sampled at</th><th width="121">Dilution</th><th>Cells/mL</th><th>Total/mL</th></tr></thead><tbody><tr><td><mark style="color:$info;">Q17</mark></td><td><mark style="color:$info;">11:30</mark></td><td><mark style="color:$info;">100</mark></td><td><mark style="color:$info;">89 000</mark></td><td><mark style="color:$info;">130 000</mark></td></tr><tr><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>
{% endstep %}

{% step %}

### Clean the device

Transfer the tubing kit to the disinfection vial and press <kbd>Clean</kbd> .
{% endstep %}

{% step %}

### Repeat 1:100 dilutions for subsequent samples

When the 30-minute timer expires, repeat the same sampling, disaggregation, 1:100 dilution, measurement, and cleaning procedure for the subsequent samples.

Proceed to the [1:1,000 dilutions](/tutorials/measure-vitroid-tm-growth-curve/1-1-000-dilutions.md) when the measured cell concentration of the last sample is ≥ 1,500,000 cells/mL.
{% endstep %}
{% endstepper %}

## Summary

You measured the first time point after \~5 hours of incubation. Proceed to [1:1,000 dilutions](/tutorials/measure-vitroid-tm-growth-curve/1-1-000-dilutions.md) to determine cell concentration with BactoBox®.

{% hint style="info" icon="face-glasses" %}

## Workarounds to analyze dilute bacterial cultures

To keep this tutorial as simple as possible, only 1:100, 1:1,000, and 1:10,000 dilutions are used. However, custom diluents and dilution factors can also be applied.

Lower dilution factors provide higher sensitivity when measuring dilute bacterial cultures. See [Dilute 1:10](/advanced/advanced-sample-preparation/hit-the-right-concentration/dilute-1-10.md) for more information.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.sbtinstruments.com/tutorials/measure-vitroid-tm-growth-curve/1-100-dilutions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
