Forgot your password?
typodupeerror

Comment Another way to proove it (Score 1) 1260

There is a problem with infinite decimal numbers :
0,9999... * 10 = 9,9999..., but it is harder to prove than we can think.

But still, 0,999... = 1 and there is another way to proove it:
0,99999... = sum(9*10^(-i)) = 9 * sum(10^(-i))
which is a geometric series equals to 9 * (1 / (10 - 1)) = 1

(Cf. http://en.wikipedia.org/wiki/Geometric_series#Formula)

Slashdot Top Deals

My sister opened a computer store in Hawaii. She sells C shells down by the seashore.

Working...