Set & Rep Calculator Formula
Understand the math behind the set & rep calculator. Each variable explained with a worked example.
Formulas Used
Working Weight
weight = working_weightTarget Reps
reps = target_repsTotal Volume
volume = round(working_weight * target_reps * num_sets)Intensity
intensity_display = goalVariables
| Variable | Description | Default |
|---|---|---|
one_rm | Estimated 1RM(lbs) | 225 |
goal | Training Goal | 75 |
num_sets | Number of Sets | 4 |
working_weight | Derived value= round(one_rm * goal / 100 / 5) * 5 | calculated |
target_reps | Derived value= (goal > 80) * 4 + (goal > 65) * (goal <= 80) * 10 + (goal <= 65) * 17 | calculated |
How It Works
How to Choose Sets and Reps
Training Goal Guidelines
Working Weight
The calculator rounds to the nearest 5 lbs for practical plate loading.
Volume = Sets x Reps x Weight
Total volume is the key metric for progressive overload and training tracking.
Worked Example
Hypertrophy training with a 225 lb 1RM, 4 sets.
one_rm = 225goal = 75num_sets = 4
- 01Working weight = 225 * 0.75 = 168.75, rounded to 170 lbs
- 02Target reps for hypertrophy = 10
- 03Volume = 170 * 10 * 4 = 6,800 lbs
Ready to run the numbers?
Open Set & Rep Calculator