Hurkyl said:
0.99 * 0.99 is less than 0.99(9) * 0.99(9), right?
But 0.99(9) * 0.99(9) cannot be greater than 0.99(9), right?
So, can you tell me what the first digit after the decimal point of 0.99(9) * 0.99(9) is?
0.999 * 0.999 is less than 0.999(9) * 0.999(9), right?
But 0.999(9) * 0.999(9) cannot be greater than 0.999(9), right?
So, can you tell me what the second digit after the decimal point of of 0.999(9) * 0.999(9) is?
Here is a (long and convoluted) way to multiply 0.999... by 0.999...:
**0.999...
x 0.999...
-------------
I will break this into separate components that will all be added back together at the end. Since 0.999... can be expressed as the geometric series "0.9 + 0.09 + 0.009 + 0.0009 +...", let's multiply each of those components by 0.999...:
**0.999...
x 0.900...
-------------
*0.81
*0.081
*0.0081
*0.00081
*0.000081
.
..
...
+
------------------
*0.8999999999...
and
**0.9999...
x 0.0900...
-------------
*0.081
*0.0081
*0.00081
*0.000081
*0.0000081
.
..
...
+
------------------
*0.08999999999...
and
**0.99999...
x 0.00900...
-------------
*0.0081
*0.00081
*0.000081
*0.0000081
*0.00000081
.
..
...
+
------------------
*0.008999999999...
and so on and so forth...
Yeah, I hope you recognize how the pattern goes. Anyway, let's try adding the multiplied components up:
*0.89999999...
*0.08999999...
*0.00899999...
*0.00089999...
*0.00008999...
.
..
...
+
--------------------
Eeek! Guess I'll have to break even this one down a bit. Remember, the above is the result of "0.999... x (0.9 + 0.09 + 0.009 +...)".
Let's add one row at a time, shall we? Here are the first two rows added together:
*0.89999999...
+0.08999999...
------------------
Let's see...since we know that there are only 9s from the 1000th place onward to the right for both rows, we can reaarange this from "(0.89 + 0.00999...) + (0.08 + 0.00999...)" to "(0.89 + 0.08) + (0.00999... + 0.00999...)".
So, broken down:
*0.89
+0.08
--------
*0.97
plus
*0.00999...
+0.00999...
------------
*0.01999... = 0.00999... x 2
(Remember the "0.999... x 2" thing? Same stuff.)
And then we add the two results together:
*0.97000000...
+0.01999999...
-------------
*0.98999999...
Phew! First two rows done. Now to add the third row (look back if you've lost track of what we were originally doing):
*0.98999999...
+0.00899999...
---------------
Okay, repeat of what we did in the previous steps, except this time it's from the 10000th place:
*0.989
+0.008
---------
*0.997
and
*0.000999...
+0.000999...
------------
*0.001999... = 0.000999... x 2
Which added together would be:
*0.99700000...
+0.00199999...
-------------
*0.99899999...
Adding fourth row:
*0.99899999...
+0.00089999...
---------------
You should know the procedure by now:
*0.9989
+0.0008
---------
*0.9997
and
*0.00009999...
+0.00009999...
------------
*0.00019999... = 0.0000999... x 2
Which added together would be:
*0.99970000...
+0.00919999...
-------------
*0.99989999...
Fifth row:
*0.99989999...
+0.00008999...
---------------
*0.99998999...
Okay, so I skipped typing out the work here, but this comment is getting way too long. Just to refresh your (and my) memory, this is what the 0.999... x 0.999... equation looked like when converted it into an addition equation:
*0.89999999...
*0.08999999...
*0.00899999...
*0.00089999...
*0.00008999...
.
..
...
+0.00000000...
--------------------
I then started adding up the rows one by one (albeit I started by adding the first two rows). The results of each addition are as follows:
1st row: 0.89999999...
2nd row added: 0.98999999...
3rd row added: 0.99899999...
4th row added: 0.99989999...
5th row added: 0.99998999...
6th row added: 0.99999899...
etc.
Well, the pattern should be obvious here, with that "8" going further to the right with the addition of each row. And since this pattern will go on without end, the result would be:
*0.89999999...
*0.08999999...
*0.00899999...
*0.00089999...
*0.00008999...
.
..
...
+
--------------------
*0.99999999...
And thus I show that 0.999... x 0.999... = 0.999...! Go me!