+Colibri wrote:No actually this is solid, at least from what they taught me in school.
1) You say that a = 0.99999... Now, a is 0.9999..., it's not 1.
2) Then you take the 10 multiple of a. Which is 9.99999... (you shift the point).
3) then you substract a from 10a, so: 9.9999... - 0.99999.... The digits after the point cancel eachother out, and you get that 9a = 9. Divide both sides by 9 and you get a = 1. Hmm...
The more I think about it the more confused I get, I'm really not cut out for this kind of thing and actually I don't even know why I'm so fervently defending one side over the other, haha

You can take this as my withdrawal, I'm
utterly not a maths-minded person so I'm probably making some kind of error of thought somewhere.
This is where i curl up in a fetal position with my dunce hat, over which "ignorance is bliss" is messily scrawled, obscuring the big D. I can't help but feel that 0.99999 recurring will never be equal to 1, but if maths says it and I disagree, maths is going to barrage me with numbers until I give in.
Edit:
Out of curiosity I did some Googling which I
absolutely don't understand, but I suppose someone else would be able to make sense of this.
Don't worry, I thought it was wrong too at one time. Let me start off with a more general principle called Geometric progression (GP for short). for example,
1, 2, 4, 8, 16... and
3, 6, 12, 24... etc.
are GP's. We shall call the first term of a GP 'a' and the number we always multiply by 'r' - the common ratio, so in the first series, it is a GP of a = 1, r = 2 and the second one is a GP of a = 3, r = 2.
Now the problem is this... What is the sum of the first n terms? Let us denote it by S(n)
S(n) = a + a × r + a × r2 + a × r3 + .. + a × r(n-1)
but now,
r×S(n) = a × r + a × r2 + ....... + a × rn
Calculating
S(n) - r × S(n)= a - a × rn
S(n) = (a - a×rn) ÷ (1 - r) = a × (1 - rn) ÷ (1 - r)
Now let's consider a special case. If the absolute value of r is less than 1 (exclusively). eg. -1 < r < 1. you can see that rn ® 0 as n ® infinity.
So solving for S(n) and let n ® infinity, we get
S(inf) = a / (1 - r)
Now recall that in 0.9 recurring, it is just an infinite sum of
0.9 + 0.09 + 0.009 + 0.0009 +....
So above formula holds with a = 0.9, r = 0.1 and S(inf) = 1 from the formula, so 0.9 rec = 1
PS the above formula does not hold for r > 1 or r < -1, since the term rn would grow as big as we like, and hence the series diverges.