> 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-1-000-dilutions.md).

# 1:1,000 dilutions

As the bacteria multiply, the cell concentration increases, and a 1:100 dilution may eventually exceed the maximum concentration of 5,000,000 total cells/mL permitted for a BactoBox® measurement.

At this point, switch from the initial 1:100 dilution to a 1:1,000 dilution.

{% hint style="success" %}

## Rule of thumb for when to switch to 1:1,000 dilutions

To avoid the “too many particles” error during the exponential growth phase, follow this simple rule of thumb: if the previous 1:100 dilution measurement, taken approximately 30 minutes earlier, exceeded **1,500,000 cells/mL**, switch to a 1:1,000 dilution for the next measurement.
{% endhint %}

## How to make 1:1,000 dilutions

A 1:1,000 dilution is prepared by performing two sequential dilution steps. The first step is the standard 1:100 dilution, which is prepared by transferring 101 µL of sample to 10 mL of diluent.

The second step is a 1:10 dilution of the first vial. To prepare this dilution, transfer 1 mL of the 1:100 dilution to a second dilution vial. Because the dilution vials contain a standard volume of 10 mL, you must first discard 1 mL of diluent from the second vial.

<figure><img src="/files/9AAzkvudwqDHx2SAIWqz" alt=""><figcaption></figcaption></figure>

## Step by step

{% hint style="success" icon="bacteria" %}
Remember to disaggregate: Vortex each culture sample for 1 min at max speed.
{% endhint %}

{% hint style="success" icon="stopwatch" %}
Set a 30 min timer after each sampling point.
{% endhint %}

{% stepper %}
{% step %}

### Dilute 1:100

Label a dilution vial <kbd>1:100</kbd> .

Vortex sample vial briefly (it has already been thoroughly vortexed when sampling).

Transfer 101 µL of your sample to the 1:100 vial. Pipette up and down ×10 in the 1:100 vial to rinse the pipette tip for residual bacteria.

Cap tightly and vortex 10 seconds at maximum speed.

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

{% step %}

### Dilute 1:1,000

Label a second dilution vial <kbd>1:1,000</kbd>.

Aspirate and discard 1 mL diluent from the vial labeled 1:1,000

Transfer 1 mL of the 1:100 vial to the 1:1,000 vial. Pipette up and down ×10 in the 1:1,000 vial to rinse the pipette tip for residual bacteria. Cap tightly and vortex 10 seconds at maximum speed.

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

{% step %}

### Measure the diluted sample on BactoBox®

Transfer the tubing kit to the 1:1,000 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.

Add your results to the measurement table.
{% endstep %}

{% step %}

### Clean the device

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

{% step %}

### Repeat 1:1,000 dilutions for subsequent samples

Repeat the sampling, disaggregation, 1:1,000 dilution, measurement, and cleaning procedure for the next samples.

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

## Summary

Once the cell concentration increased it was necessary to switch from 1:100 to 1:1,000 dilutions. As the cell concentration continues to rise you will need to use [1:10,000 dilutions](/tutorials/measure-vitroid-tm-growth-curve/1-10-000-dilutions.md).


---

# 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-1-000-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.
