Mathwords logoMathwords

Descending Order — Definition, Formula & Examples

Descending order is when you arrange numbers from the greatest to the least. For example, 9, 7, 5, 3, 1 is a list in descending order because each number is smaller than the one before it.

A sequence of values is in descending order if each element is less than or equal to the element that precedes it. For a list a1,a2,,ana_1, a_2, \ldots, a_n, this means a1a2ana_1 \geq a_2 \geq \cdots \geq a_n.

How It Works

To put numbers in descending order, first find the largest number in your list and write it first. Then find the next largest and place it second. Keep going until the smallest number is last. A helpful trick: think of descending as going down a staircase — each step takes you lower.

Worked Example

Problem: Arrange these numbers in descending order: 12, 45, 3, 27, 8.
Step 1: Find the largest number in the list.
4545
Step 2: Find the remaining numbers from largest to smallest.
27,  12,  8,  327, \; 12, \; 8, \; 3
Step 3: Write the full list from greatest to least.
45,  27,  12,  8,  345, \; 27, \; 12, \; 8, \; 3
Answer: In descending order: 45, 27, 12, 8, 3.

Why It Matters

Sorting data in descending order shows up whenever you need to rank things — like listing test scores from highest to lowest or finding the top finishers in a race. It also builds the foundation for understanding inequalities and number lines in later math courses.

Common Mistakes

Mistake: Confusing descending order with ascending order and arranging numbers from smallest to largest instead.
Correction: Remember that "descend" means to go down. Descending order starts at the top (greatest value) and goes down to the bottom (least value).