1

Actual value of a quantity is $1.354675$ and the numerical approximate is $1.354595$ then what is the number of significant digits? By using absolute error i.e. $\vert\text{true value} - \text{approx.} \vert < 0.5 \cdot 10 ^{-t}$, where $t = \text{number of significant digits in decimal place i.e. solution is accurate upto tTH decimal place}$.

Ali Jan
  • 87

1 Answers1

0

An approximation $\hat{x}$ to $x$ has $t$ significant digits if

$$\vert \hat{x} - x \vert <0.5 \cdot 10^{-t}.$$

In your case,

$$\vert \hat{x} - x \vert = \vert 1.354595 - 1.354675 \vert = 0.00008 = 0.8 \cdot 10^{-4} .$$

Notice that

$$ 0.5 \cdot 10^{-4} \lt 0.8 \cdot 10^{-4} \lt 0.5 \cdot 10^{-3}. $$

So the approximation has $t=3$ significant digits.

amWhy
  • 209,954
mzp
  • 1,925
  • 2
  • 18
  • 41