What Is Positional Notation?
Positional notation (also called place-value notation) is a fundamental idea of arithmetic — the whole way we read and write numbers rests on it. The core principle is simple: regardless of the base you are writing in, every digit is independent and tied to one and only one factor. Those factors are powers of the base. Arrange them in ascending order and you get a chart of multipliers. Multiply each digit by the factor for its position, add all the results, and you recover the true value of the number.
How to Calculate the Place Value Chart in the Decimal System
It is harder to explain the place value in words than with an example, so let's walk through the decimal (base-10) system. Base 10 means there are ten possible digits: 0, 1, 2, … up to 9. The largest single digit is 9. What comes next? 10 — now there are two digits! The 0 sits in the same position as before and is worth 0, while the 1 sits one position to the left and is worth ten. In formula form:
10 = 1×10 + 0 = 1×10¹ + 0×10⁰
Each digit has its own multiplier — the base raised to an exponent equal to the digit's position in the number. This scales cleanly to larger numbers:
18,452 = 1×10⁴ + 8×10³ + 4×10² + 5×10¹ + 2×10⁰
= 1×10,000 + 8×1,000 + 4×100 + 5×10 + 2
🙋 If this reminds you of scientific notation, you are not wrong — the two ideas are closely related.
After the Period: The Place Value Chart with Decimals
Digits to the right of the decimal point work exactly the same way, except their exponents are negative. The first decimal place is tenths (10⁻¹ = 0.1), the next is hundredths (10⁻² = 0.01), then thousandths (10⁻³ = 0.001), and so on. Multiply each digit by its place value and add:
18,452.37 = … + 3×10⁻¹ + 7×10⁻² = … + 3×0.1 + 7×0.01
That is really all there is to it — the same multiply-and-add rule holds on both sides of the decimal point.
Metric and US/Imperial Units
Place value works the same for measurements. A length of 3,254 m breaks down into:
3,254 m = 3,000 m + 200 m + 50 m + 4 m
The calculator supports both the metric system (mm, cm, m, km, mg, g, kg, mL, L) and the US/Imperial system (in, ft, yd, mi, oz, lb, fl oz, gal), so you can attach a unit to your number and read the chart with it.
Money and Place Value
Currency amounts obey the same positional rule. A price of 1,245.99 expands to:
1,245.99 = 1,000 + 200 + 40 + 5 + 0.90 + 0.09
The tool supports 20 world currencies — USD and the Russian ruble (RUB) first, then EUR, GBP, JPY, CNY, INR, BRL and more.
How to Use Our Decimal Place Value Calculator
- Type any integer or decimal number (negative numbers are supported too).
- Optionally choose a unit type — none, metric, US/Imperial, or currency — and pick the specific unit.
- Click Calculate.
- Read the full place value chart — each digit, its place name, its power of 10, the place value, and the digit's contribution — followed by the number written in expanded form.
FAQs
- What is the place value of a digit?
- It is the digit multiplied by the power of ten for its position. In 452, the 5 sits in the tens place, so its place value is 5 × 10 = 50.
- What is the difference between place value and face value?
- The face value is just the digit itself (the 5 in 452 has a face value of 5), while the place value depends on position (50 in this case).
- How do decimal places get their names?
- They mirror the integer names with a "-th" ending and negative exponents: tenths (10⁻¹), hundredths (10⁻²), thousandths (10⁻³), and so on.
- Does place value change with the base?
- The principle is universal, but the multipliers change. In base 10 they are powers of 10; in binary they are powers of 2. This calculator works in the everyday decimal (base-10) system.