Short Answer
Rule Statement
The significance of trailing zeros—zeros at the right end of a number—hinges entirely on the presence or absence of a decimal point. The rule is straightforward:
Trailing zeros are significant if and only if the number contains a decimal point.
For example, in 123.00, the two trailing zeros are significant because the decimal point is present. In 12300, the two trailing zeros are not significant unless a decimal point is explicitly shown (e.g., 12300.) or the number is expressed in scientific notation (e.g., 1.2300 × 10⁴).
This rule is a fundamental convention in significant figures, but it is not universal. Different disciplines and standards may adopt alternative notations to avoid ambiguity. The core idea is that the decimal point acts as a marker indicating that all digits to its left are measured or known to that precision.
For a deeper dive into how significant figures work with scientific notation, see our article on Sig Figs in Scientific Notation.
Worked Examples
Let’s apply the rule to several numbers and determine the number of significant figures.
Example 1: 1500 (no decimal point)
The trailing zeros are ambiguous. Without further context, we assume they are not significant. Thus, 1500 has 2 significant figures (the 1 and 5). To indicate 3 or 4 significant figures, you must write 1500. (with a decimal point) or use scientific notation: 1.50 × 10³ (3 sig figs) or 1.500 × 10³ (4 sig figs).
Example 2: 1500. (with decimal point)
The decimal point after the last zero makes all trailing zeros significant. Therefore, 1500. has 4 significant figures.
Example 3: 0.00150
Leading zeros are never significant; they only locate the decimal point. The trailing zero after the 5 is significant because the decimal point is present. So 0.00150 has 3 significant figures (1, 5, and the final 0).
Example 4: 2.00 × 10⁻³
In scientific notation, all digits in the coefficient are significant. Thus, 2.00 × 10⁻³ has 3 significant figures.
Example 5: 100.0
Here, the decimal point is present, and all digits are significant. 100.0 has 4 significant figures.
Counter-Examples
Common errors arise when people misapply the rule. Let’s examine a few.
Counter-Example 1: Treating 100 as having 3 significant figures
Without a decimal point, 100 has only 1 significant figure (the 1). The zeros are placeholders. Writing 100. or 1.00 × 10² would indicate 3 significant figures.
Counter-Example 2: Counting trailing zeros in 0.0500
Some might think the trailing zeros are not significant because the number is less than 1. That is incorrect. The decimal point is present, so the trailing zeros after the 5 are significant. 0.0500 has 3 significant figures (5, 0, 0).
Counter-Example 3: Assuming 1200. has only 2 significant figures
The decimal point after the last zero explicitly indicates that all four digits are significant. 1200. has 4 significant figures.
Convention Comparison Table
| Notation | Example | Significant Figures | Explanation |
|---|---|---|---|
| No decimal point | 4500 | 2 | Trailing zeros are ambiguous; assume not significant. |
| With decimal point | 4500. | 4 | Decimal point makes trailing zeros significant. |
| Scientific notation | 4.500 × 10³ | 4 | All digits in the coefficient are significant. |
| Overline notation | 4̅500 | 3 | Overline on the last significant zero indicates it is significant; the following zero is not. |
| Underline notation | 4̲500 | 3 | Underline on the first uncertain digit; zeros after are not significant. |
Overline and underline notations are used in some textbooks and standards to resolve ambiguity without scientific notation. See our Overline Notation guide for more.
Standards Citation
Several international standards codify the rule for trailing zeros and significant figures.
- ASTM E29-13 – Standard Practice for Using Significant Digits in Test Data to Determine Conformance with Specifications. Section 6 outlines how to round test data and clarifies that trailing zeros are significant only when a decimal point is present. It also recommends using scientific notation to avoid ambiguity.
- ISO 80000-1:2009 – Quantities and units – Part 1: General. Clause 7.3.4 states that the number of significant digits in a value is independent of the position of the decimal point, and that trailing zeros are significant only if they are intended to be. The standard advises using scientific notation when the number of significant digits is not otherwise clear.
- NIST SP 811 – Guide for the Use of the International System of Units (SI). Section 7.9 discusses significant digits and recommends using scientific notation to express the precision of a value, especially when trailing zeros are present.
- GUM (JCGM 100:2008) – Evaluation of measurement data – Guide to the expression of uncertainty in measurement. Clause 7.2.6 addresses the reporting of uncertainty and the number of significant digits, implying that trailing zeros in reported results must be meaningful and unambiguous.
These standards are the backbone of precision and rounding practices in science and engineering. Our ASTM E29 and ISO 80000 pages provide deeper analysis.
Common Mistakes
- Ignoring the decimal point: Forgetting that a decimal point changes the significance of trailing zeros. For example, writing 2500 and then treating it as having 4 significant figures without a decimal point.
- Counting trailing zeros in whole numbers without context: Assuming that 10, 100, or 1000 have more significant figures than they actually do. Always ask: is there a decimal point?
- Mixing up leading and trailing zeros: Leading zeros (like in 0.002) are never significant; trailing zeros (like in 0.0020) are significant if the decimal point is present.
- Using scientific notation incorrectly: Writing 1.50 × 10³ but then counting the exponent as significant. The exponent does not affect significant figures.
- Assuming all zeros are placeholders: In numbers like 1050, the zero between 1 and 5 is significant, but the trailing zero is not (unless decimal point).
Practice Problems
Test your understanding with these problems. Answers are provided below.
- How many significant figures in 0.004500?
- How many significant figures in 900?
- How many significant figures in 900.?
- Write 2500 with 3 significant figures using scientific notation.
- Write 0.000340 with 2 significant figures.
Answers:
- 4 (the 4, 5, and the two trailing zeros after the decimal point).
- 1 (only the 9; zeros are placeholders).
- 3 (the decimal point makes the two trailing zeros significant).
- 2.50 × 10³
- 3.4 × 10⁻⁴ (or 0.00034, but scientific notation is clearer).
Software Behavior Note
Different software tools handle trailing zeros and significant figures in varying ways, which can lead to confusion.
Spreadsheets (Excel, Google Sheets)
Excel and Google Sheets often drop trailing zeros in numeric cells by default. For example, entering 1500. will be stored as 1500 and displayed without the decimal point, effectively losing the significance indicator. To preserve trailing zeros, you must format the cell as text or use a custom number format (e.g., 0.000). This is a common pitfall when recording measurements.
Programming Languages (Python, R, MATLAB)
Python’s float representation does not retain trailing zeros; 1500. becomes 1500.0 but the trailing zero after the decimal is not a significant figure indicator—it’s just the default representation. R and MATLAB similarly use double-precision floats that do not preserve trailing zeros in a meaningful way. For precise significant figure handling, you must use string formatting or specialized libraries.
Calculators (TI-84, Casio fx-991)
Calculators often display results with a fixed number of decimal places based on the mode, but they do not inherently track significant figures. For example, a Casio fx-991 in “Sci” mode will show a fixed number of significant digits, but trailing zeros are not automatically significant unless you set the display accordingly. Always check the calculator’s manual for significant figure modes.
For more on software-specific behavior, see our Excel and Significant Figures and Python Sig Figs articles.
Discipline Note
Different scientific and engineering disciplines have developed conventions that sometimes override or refine the general rule.
Chemistry
Analytical chemistry often uses the decimal point explicitly to indicate the precision of a measurement. For example, a mass reported as 10.0 g implies a precision of ±0.1 g, while 10 g implies ±1 g. This is consistent with the general rule.
Physics
Physics experiments frequently use scientific notation to avoid ambiguity. For instance, the speed of light is written as 2.99792458 × 10⁸ m/s, and all digits are significant. The use of scientific notation is strongly encouraged in physics journals.
Engineering
Engineering drawings and specifications often use a convention where trailing zeros without a decimal point are considered not significant, but the number of significant digits is specified separately. For example, a dimension of 1500 mm might be interpreted as having 2 significant figures unless a tolerance is given.
These disciplinary nuances are covered in more detail in our Discipline-Specific Sig Figs guide.
Quick Reference Table
| Number | Decimal Point Present? | Significant Figures | Notes |
|---|---|---|---|
| 500 | No | 1 | Trailing zeros not significant. |
| 500. | Yes | 3 | All zeros significant. |
| 5.00 × 10² | N/A (scientific) | 3 | Coefficient digits all significant. |
| 0.0500 | Yes | 3 | Trailing zeros after decimal are significant. |
| 0.05 | Yes | 1 | Leading zero not significant; no trailing zeros. |
| 1000.0 | Yes | 5 | All digits including trailing zero after decimal. |
| 1000 | No | 1 | Only the 1 is significant. |
This table serves as a quick reference. For a more comprehensive set of rules, visit our Significant Figures Rules page.
FAQ
Why are trailing zeros significant only when a decimal point is present?
The decimal point acts as a marker that explicitly shows the precision of a measurement. Without it, trailing zeros could be placeholders or significant, so the convention is to treat them as not significant unless stated otherwise. This avoids ambiguity.
How do I indicate that trailing zeros are significant in a whole number like 2500?
You can add a decimal point (2500.), use scientific notation (2.500 × 10³), or use an overline (2̅500) to indicate the last significant digit. The method depends on the context and the standard you are following.
Does the rule apply to numbers less than 1, like 0.00100?
Yes. Leading zeros are never significant, but trailing zeros after the decimal point are significant. So 0.00100 has 3 significant figures (1, 0, 0).
Leave a Reply