Minimum Calculator

Published on: August 3, 2025

This Minimum Calculator helps you find the minimum value in a list of numbers and shows each step clearly. It works by comparing the values in the list and identifying the smallest one. This makes it useful for checking answers, understanding how the minimum is found, and practising statistics step by step.

Step-by-step method

  1. List the numbers.
  2. Order the numbers from smallest to largest.
  3. The first number is the minimum.

Example 1: 3, 1, 4, 2

Step 1 - List the numbers.

In this problem: The numbers are 3, 1, 4, 2.

3,1,4,2

Step 2 - Order the numbers from smallest to largest.

In this problem: After ordering: 1, 2, 3, 4.

1,2,3,4

Step 3 - The first number is the minimum.

In this problem: The first number is 1, so min = 1.

min=1

Final answer: Minimum = 1

Example 2: -5, 2, 0, 7

Step 1 - List the numbers.

In this problem: The numbers are -5, 2, 0, 7.

-5,2,0,7

Step 2 - Order the numbers from smallest to largest.

In this problem: After ordering: -5, 0, 2, 7.

-5,0,2,7

Step 3 - The first number is the minimum.

In this problem: The first number is -5, so min = -5.

min=-5

Final answer: Minimum = -5