I have seen that 0.99999... equal to 1. But what about 0.2222...? Do it also equal to some finite number? If yes then what is it? And how do you know?
2026-03-25 21:47:23.1774475243
What is 0.22222... equal to? Here '...' Represent infinite time.
367 Views Asked by user663117 https://math.techqa.club/user/user663117/detail At
2
I think you're misreading what a finite number and what a periodic tithe are.
Let $a$ be a number, $a$ is finite if and only if $|a| < +\infty$, so $0.\overline{2}$ is finite, because $- \infty < 0 < 0.\overline{2} < 1 < + \infty$.
What is not finite is the number of terms of the sum $$0 + 0.2 + 0.02 + 0.002 + ... = \displaystyle\sum_{k=1}^{+\infty} \frac{2}{10^k} = 0.\overline{2}$$
I hope that I've helped ^^