Mean, Median, Mode Calculator

This calculator helps you analyze a set of numbers by computing the mean (average), median, and mode, along with other statistics like range, minimum, maximum, count, and sum.

📊 Mean, Median, Mode Calculator
Answer:

How to Use the Calculator

  1. Enter your data as comma-separated numbers into the text box (e.g., 9, 10, 12, 13, 15).

  2. Click the “Calculate” button.

  3. View results for mean, median, mode, and more.

  4. Click “Clear” to reset the input and start over.

Formulas Used:

1. Mean (Average)

xˉ=xinWhere:

  • xi\sum x_i = sum of all values

  • nn = total number of values


2. Median

  • If nn is odd, median is the middle number.

  • If nn is even, median is:

Median=x(n2)+x(n2+1)2


3. Mode

  • The number(s) that appear most frequently in the dataset.


4. Range

Range=MaximumMinimum

Example:

Input:
9, 10, 12, 13, 13, 13, 15, 15, 16, 16, 18, 22, 23, 24, 24, 25

Results:

  • Mean: 16.75

  • Median: 15.5

  • Mode: 13

  • Range: 16

  • Minimum: 9

  • Maximum: 25

  • Count: 16

  • Sum: 268

Advertisements