Explained clearly 6 min read

Why 1200 Can Have 2, 3, or 4 Significant Figures

The number 1200 is ambiguous because trailing zeros without a decimal point are not significant. Depending on context, it can have 2, 3, or 4 significant figures.

Short Answer

The number 1200 is ambiguous because trailing zeros without a decimal point are not significant. Depending on context, it can have 2, 3, or 4 significant figures.

In scientific and technical writing, the number 1200 presents a classic dilemma: how many significant figures does it actually contain? The answer is not fixed—it depends entirely on the context and the conventions being applied. This article explains why 1200 can legitimately have 2, 3, or 4 significant figures, and provides a comprehensive reference for resolving such ambiguities in practice.

Rule Statement

The general rule for significant figures is that all non-zero digits are significant, and zeros between non-zero digits are significant. However, trailing zeros—zeros at the end of a number without a decimal point—are ambiguous. They may or may not be significant depending on how the number was obtained or written.

Specifically:

  • 2 significant figures: If 1200 is a rounded value with uncertainty in the hundreds place (e.g., from a measurement like 1150 to 1249), then only the ‘1’ and ‘2’ are significant. The zeros are placeholders.
  • 3 significant figures: If 1200 is a rounded value with uncertainty in the tens place (e.g., from a measurement like 1195 to 1204), then the ‘1’, ‘2’, and the first zero are significant. The last zero is a placeholder.
  • 4 significant figures: If 1200 is an exact count or a value with uncertainty in the ones place (e.g., 1200 ± 1), then all four digits are significant.

To remove ambiguity, scientific notation is often used: 1.2 × 103 (2 sig figs), 1.20 × 103 (3 sig figs), or 1.200 × 103 (4 sig figs). Similarly, a decimal point after the number (e.g., 1200.) explicitly indicates that the trailing zeros are significant.

Worked Examples

Example 1: 1200 with 2 Significant Figures

A scale reads to the nearest hundred grams. A mass is reported as 1200 g. The actual mass could be anywhere from 1150 g to 1249 g. Here, the zeros are placeholders, and the number has 2 significant figures.

Step-by-step:

  1. Identify the precision: nearest hundred.
  2. Write in scientific notation: 1.2 × 103 g.
  3. Count digits in the coefficient: 1 and 2 → 2 significant figures.

Example 2: 1200 with 3 Significant Figures

A digital thermometer reads to the nearest 10 degrees. A temperature is recorded as 1200°C. The true value lies between 1195°C and 1204°C. The first zero is meaningful because it indicates the tens place. The number has 3 significant figures.

Step-by-step:

  1. Precision: nearest ten.
  2. Scientific notation: 1.20 × 103 °C.
  3. Count digits: 1, 2, 0 → 3 significant figures.

Example 3: 1200 with 4 Significant Figures

A counting operation yields exactly 1200 items. Counts are exact and have infinite significant figures, but if expressed as a measured quantity with uncertainty ±1, then 1200 has 4 significant figures.

Step-by-step:

  1. Precision: nearest one.
  2. Scientific notation: 1.200 × 103.
  3. Count digits: 1, 2, 0, 0 → 4 significant figures.

Convention Comparison Table

Convention Representation Significant Figures Example
Ambiguous (no decimal) 1200 2, 3, or 4 Depends on context
Trailing decimal point 1200. 4 Explicitly 4 sig figs
Scientific notation 1.2 × 103 2 Explicitly 2 sig figs
Scientific notation 1.20 × 103 3 Explicitly 3 sig figs
Scientific notation 1.200 × 103 4 Explicitly 4 sig figs
Overline notation (ASTM E29) 12̅00 2 Overline marks last significant digit

Standards Citation

Several national and international standards address the ambiguity of trailing zeros:

  • ASTM E29-13 (Standard Practice for Using Significant Digits in Test Data to Determine Conformance with Specifications) – Section 7.2 states that trailing zeros to the right of a decimal point are significant, but zeros to the left may be ambiguous. The standard recommends using scientific notation or an overline to clarify.
  • ISO 80000-1:2009 (Quantities and units – Part 1: General) – Section 7.3.4 advises that the number of significant digits should be indicated unambiguously, for example by using scientific notation or by adding a decimal point.
  • NIST GUM (Guide to the Expression of Uncertainty in Measurement, JCGM 100:2008) – Section 7.2.6 recommends that reported uncertainty and results be given with an appropriate number of significant digits, and that the format should avoid ambiguity.
  • NIST SP 811 (Guide for the Use of the International System of Units) – Section 7.9.3 emphasizes that the use of scientific notation is the preferred way to avoid ambiguity with trailing zeros.

Common Mistakes

  • Assuming trailing zeros are always significant – Without a decimal point or explicit notation, they are not automatically significant.
  • Assuming trailing zeros are never significant – In exact counts or when a decimal point is present, they are significant.
  • Ignoring the context – The same number can have different significance depending on the measurement instrument or calculation.
  • Mixing conventions in a single document – Always use a consistent method (e.g., scientific notation) to avoid confusion.
  • Using the overline incorrectly – The overline must be placed over the last significant digit, not over a zero that is merely a placeholder.

Practice Problems

Test your understanding with these scenarios. Determine the number of significant figures in each case.

  1. A car’s odometer reads 1200 miles. The odometer displays whole miles. How many significant figures? (Answer: 4, because the display shows exact ones place.)
  2. A laboratory balance reports 1200 g, but the balance’s precision is ±100 g. How many significant figures? (Answer: 2, because the uncertainty is in the hundreds place.)
  3. A measurement is recorded as 1.20 × 103 m. How many significant figures? (Answer: 3, because the coefficient has three digits.)
  4. A recipe calls for 1200 mL of water, measured with a graduated cylinder marked every 10 mL. How many significant figures? (Answer: 3, because the tens place is certain, but the ones place is not.)

Software Behavior Note

Different software tools handle trailing zeros inconsistently:

  • Excel / Google Sheets – Displayed zeros depend on cell formatting; the underlying value is stored as a floating-point number. Significant figures are not automatically tracked.
  • Python / MATLAB / R – When printing numbers, trailing zeros are typically dropped unless format specifiers are used. For example, print(1200) yields 1200, but print(f"{1200:.4g}") gives 1200 with 4 significant figures.
  • Casio / TI calculators – Scientific notation is often used to preserve significant figures, but the display mode (e.g., NORM, FIX, SCI) affects how trailing zeros are shown.

Always verify the output format and use explicit notation (e.g., scientific) when significant figures matter.

Quick Reference Table

Notation Interpretation Significant Figures
1200 Ambiguous 2, 3, or 4
1200. Trailing decimal point 4
1.2 × 103 Scientific notation 2
1.20 × 103 Scientific notation 3
1.200 × 103 Scientific notation 4
12̅00 Overline on ‘2’ 2

Sources & Further Reading

  • ASTM E29-13, Standard Practice for Using Significant Digits in Test Data to Determine Conformance with Specifications, ASTM International.
  • ISO 80000-1:2009, Quantities and units – Part 1: General, International Organization for Standardization.
  • JCGM 100:2008, Evaluation of measurement data – Guide to the expression of uncertainty in measurement (GUM), BIPM.
  • NIST SP 811, Guide for the Use of the International System of Units (SI), National Institute of Standards and Technology.
  • Taylor, B.N. and Kuyatt, C.E., Guidelines for Evaluating and Expressing the Uncertainty of NIST Measurement Results, NIST Technical Note 1297.

FAQ

Why is 1200 ambiguous?

Because trailing zeros without a decimal point do not carry inherent significance. They could be placeholders or measured digits, depending on the precision of the measurement.

How do I avoid ambiguity in my own writing?

Use scientific notation (e.g., 1.20 × 10^3) or add a decimal point (e.g., 1200.) to explicitly indicate significant figures.

Does the overline notation work for any number?

Yes, ASTM E29 recommends placing an overline above the last significant digit. For example, 12̅00 indicates 2 significant figures.

What is the difference between 1200 and 1200. in terms of significant figures?

1200 without a decimal point is ambiguous; 1200. explicitly has 4 significant figures because the trailing decimal point indicates that the zeros are significant.

Verified sources

References

  1. ASTM E29-13, Standard Practice for Using Significant Digits in Test Data to Determine Conformance with Specifications, ASTM International.
  2. ISO 80000-1:2009, Quantities and units – Part 1: General, International Organization for Standardization.
  3. JCGM 100:2008, Evaluation of measurement data – Guide to the expression of uncertainty in measurement (GUM), BIPM.
  4. NIST SP 811, Guide for the Use of the International System of Units (SI), National Institute of Standards and Technology.
  5. Taylor, B.N. and Kuyatt, C.E., Guidelines for Evaluating and Expressing the Uncertainty of NIST Measurement Results, NIST Technical Note 1297.

Leave a Reply

Your email address will not be published. Required fields are marked *