Slashdot Mirror


User: hybris42

hybris42's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Another way to proove it on Proving 0.999... Is Equal To 1 · · Score: 1

    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)