Allday Education

Numerical Expressions

A numerical expression contains only numbers and operations — no variables, no equal sign. Something like 3043+2330 - 4 \cdot 3 + 2^{3}. To evaluate it means to work it down to a single number, and everyone has to get the same number, which is why math has an agreed-on order of operations.

The order is short: grouping symbols first, then exponents, then multiplication and division from left to right, then addition and subtraction from left to right. Nearly every mistake on these problems comes from skipping a level or working right to left. Follow the order and the arithmetic takes care of itself.

The order of operations

1. Grouping symbols — parentheses, brackets, and fraction bars. Whatever sits inside a group gets evaluated first, as its own little problem.

2. Exponents. 232^{3} becomes 88 before it touches anything else.

3. Multiplication and division, left to right. These two are the same rank — you do not finish all the multiplication before any division. You sweep across the expression once, handling whichever comes first.

4. Addition and subtraction, left to right. Same idea: equal rank, one sweep.

Fraction bars are grouping symbols

A wide fraction bar quietly groups everything above it and everything below it. In 18+623\dfrac{18 + 6}{2^{3}}, you evaluate the whole top (2424) and the whole bottom (88) separately, then divide. Treat the bar as if the top and the bottom each sat inside their own parentheses.

The left-to-right rule

The most common error is doing all the addition before any subtraction. In 3012+830 - 12 + 8, working left to right gives 18+8=2618 + 8 = 26. Adding first — 12+8=2012 + 8 = 20, then 3020=1030 - 20 = 10 — is wrong, because the subtraction came first in the line. Addition and subtraction are equal partners; take them in the order they appear.

Worked examples

Example 1: exponent, then divide, then left to right

Evaluate 128÷4+3212 - 8 \div 4 + 3^{2}.

Start with the expression128÷4+3212 - 8 \div 4 + 3^{2}
Exponent first128÷4+912 - 8 \div 4 + 9
Divide122+912 - 2 + 9
Subtract and add, left to right10+9=1910 + 9 = 19

Answer: 1919

Example 2: parentheses inside a bigger problem

Evaluate 5(73)2÷85(7 - 3)^{2} \div 8.

Start with the expression5(73)2÷85(7 - 3)^{2} \div 8
Parentheses first5(4)2÷85(4)^{2} \div 8
Exponent next516÷85 \cdot 16 \div 8
Multiply and divide, left to right80÷8=1080 \div 8 = 10

Answer: 1010

Example 3: a fraction bar

Evaluate 18+623\dfrac{18 + 6}{2^{3}}.

Evaluate the top as its own group18+6=2418 + 6 = 24
Evaluate the bottom as its own group23=82^{3} = 8
Divide top by bottom24÷8=324 \div 8 = 3

Answer: 33

Try one yourself

Common questions

Does multiplication always come before division?

No — they are the same rank. You work left to right and take whichever appears first. In 80÷8280 \div 8 \cdot 2, the division comes first, so the answer is 102=2010 \cdot 2 = 20, not 80÷16=580 \div 16 = 5.

What counts as a grouping symbol?

Parentheses ()( ), brackets [][ ], absolute value bars, and wide fraction bars. Anything inside one of these gets evaluated first, as its own separate problem.

What is the difference between a numerical expression and an algebraic expression?

A numerical expression has only numbers and operations, so it can be evaluated to a single number. An algebraic expression contains variables, like 5x+95x + 9, so it can only be simplified — not evaluated — until you know what the variables equal.

Why did I get a different answer than my calculator?

Basic calculators evaluate as you type, left to right, ignoring the order of operations. Scientific calculators follow the real order. If you type 2+342 + 3 \cdot 4 into a basic calculator you get 2020; the correct value is 1414.

Want the video version?

Allday Everyday Math has video lessons, practice, and an AI tutor for every topic, Pre-Algebra through Algebra 2.

Try it for $1