View Poll Results: Whats the answer to 9/9 ?
- Voters
- 30. You may not vote on this poll
-
Apr 4th, 2001, 03:56 PM
#1
Thread Starter
Frenzied Member
hiya all,
Well i was in another boring maths lesson with my dumb ass maths teacher who's about 90. Anyway, whats the answer to this do us people thinks ?
0/9 = 0
1/9 = 0.1111 (Re-Occuring)
2/9 = 0.2222 (Re-Occuring)
3/9 = 0.3333 (Re-Occuring)
4/9 = 0.4444 (Re-Occuring)
5/9 = 0.5555 (Re-Occuring)
6/9 = 0.6666 (Re-Occuring)
7/9 = 0.7777 (Re-Occuring)
8/9 = 0.8888 (Re-Occuring)
9/9 = 0.9999 (Re-Occuring) Or 1 ?????
-
Apr 4th, 2001, 04:00 PM
#2
As a general rule, anything divided by itself = 1, but I see your view.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Apr 4th, 2001, 04:02 PM
#3
transcendental analytic
too bad i can't vote for both because 1 = 0.999999..
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 4th, 2001, 04:05 PM
#4
PowerPoster
-
Apr 4th, 2001, 04:08 PM
#5
Monday Morning Lunatic
Oh bollocks...here we go again
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Apr 4th, 2001, 04:09 PM
#6
transcendental analytic
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 4th, 2001, 04:23 PM
#7
Frenzied Member
I just keep thinking of it as a limit. As it approaches 9/9 it approaches 1. I'm not sure if it really plots that way, but once you get to 9/9, you've gotten to 1.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Apr 4th, 2001, 04:32 PM
#8
Frenzied Member
I went for 0.9... but it's both.
We've had this discussion on the maths board, we never settled it because we got bored, but I'll offer you a proof that 0.9999... = 1.
First we show that for any 2 real numbers a,b where a<b there must exist a number c expressable as a non recuring decimal such that a<c<b.
since a<b we can conclude that b-a > 0.
and therefore there must exist 1/(b-a) > 0
Now define a number N = 2^p * 5^q
where p and q are positive whole numbers and N > 1/(b-a)
N > 1/(b-a)
=> 1/N < b-a
N = 2^p * 5^q
=> 1/N * m is expressable as a non recurring decimal for any whole number m.
now set m as the greatest whole number such that m/N <= a
by definition of m
(m+1)/N > a
as m/N <= a
b - (m/N) >= b-a
b - ((m+1)/N) >= (b-a) - 1/N > 0 (as 1/N < b-a)
b - ((m+1)/N) > 0
=> b > ((m+1)/N
and hence a < ((m+1)/N < b
and so there exists a number ((m+1)/N expressable as a non recuring decimal such that a<((m+1)/N<b.
So if 0.9... < 1 there must exist a non recurring decimal c such that
0.9.... < c < 1
clearly this is not the case so 0.9... = 1.
If it wasn't for this sentence I wouldn't have a signature at all.
-
Apr 4th, 2001, 04:44 PM
#9
Frenzied Member
Originally posted by Sam Finch
First we show that for any 2 real numbers a,b where a<b there must exist a number c expressable as a non recuring decimal such that a<c<b.
Why does it have to be non-recuring?
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Apr 4th, 2001, 04:49 PM
#10
Frenzied Member
it doesn't have to be, but there is a non recurring one, but I think it's just a little bit clearer to say a non recurring one when we say there's no decimal between 0.99.... and 1, I don't know why I think that's clearer but I didnit anyway.
If it wasn't for this sentence I wouldn't have a signature at all.
-
Apr 4th, 2001, 05:19 PM
#11
Frenzied Member
Ah... well... I don't accept your rational. I think there is a descrete number between 1 and 0.999.... I also think that number is equal to the width of a point.
But I do this simply so I feel better about having defined an actual point. I hate to think we go through university working with points that don't physically exist. I say we should let them exist, but so as they don't disturb anything, they are the smallest measurable thing. They are 0.000...001.
Which I guess lends itself to being able to say you have the span of ten points when you have 0.000...010.
*shrug*
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Apr 4th, 2001, 05:21 PM
#12
transcendental analytic
well eh, i don't think a point have a width
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 4th, 2001, 05:29 PM
#13
Frenzied Member
If there is a terminating decimal between 0.9... and 1 what is it?
or can you see a hole in the proof that there necasserally is one?
If it wasn't for this sentence I wouldn't have a signature at all.
-
Apr 4th, 2001, 05:29 PM
#14
Hyperactive Member
Does it matter what the answer is. If we're not careful there'll end up being an arguement about whether or not 1 is a prime!
-
Apr 4th, 2001, 05:45 PM
#15
Frenzied Member
There is not necessarily a terminating decimal betwee them, but I don't see why there has to be. There is a descrete difference between the two numbers, and for that reason, I do not consider them equal. And I consider 9/9 to be equal to 1.
I would say that 8.999... over 9 would be 0.999.... As you make that descrete change from 8.999... to 9, you change from 0.999... to 1. Sort of like a limit.
I just think that the postulate a<b<c where b is a terminating decimal is assuming too much.
Besides, measuring a point is much more romantic. And I think that arguement alone would be able to sway Einstein and or Hawking (maybe not Sagan). Sorry, all the big number crunchers I know of are related to astrophysics in some way since thats the only reason I care about numbers.

One is prime and zero is positive? What?
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Apr 4th, 2001, 05:51 PM
#16
Frenzied Member
'Course, this arguement is interesting...
1/3 = 0.333...
2/3 = 0.666...
1/3 + 2/3 = 3/3
0.333... + 0.666... = 0.999...
3/3 = 0.999...
There is also...
1/9 = 0.111...
8/9 = 0.888...
1/9 + 8/9 = 9/9
0.111... + 0.888... = 0.999...
9/9 = 0.999...
Nah... but it is cute. And this stuff works only with 3 and 9, since they are our special screwed up numbers.
I'm sure the Catholics appreciate that.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Apr 4th, 2001, 05:58 PM
#17
Frenzied Member
If you say I'm assuming too much what is is I'm assuming that you disagree with?
I have given a mathematical proof and unless you can find a flaw in it you can't dispute it. I'm very happy for you to dispute this, but I can't seem to identify what you're disputing.
If it wasn't for this sentence I wouldn't have a signature at all.
-
Apr 4th, 2001, 06:07 PM
#18
Addicted Member
0.99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999..... is just as equal to 1
But what is not equal to 1 is..
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 8 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 99999999999999999999999999999999999999
-
Apr 4th, 2001, 06:09 PM
#19
Frenzied Member
Oh no, the proof is accurate given your postulates. I disagree with the postulate.
But I've been thinking about this... and here is why 0.999... is not equal to 1 (in my opinion).
I feel that you are dropping a bit. That you have a concept and the numbers on the page fail to represent it accurately.
Lets say there were no such beast as fractions. You could not have the part of a whole number, no decimals. Lets say you had 10 units of something. You want to divide that group into 3 (or 9) equal parts. You get 3 groups of 3 each, with 1 left over. That 1 would be split in a world with fractions, but in this world, you can't do that, so it gets ignored. When you put the groups together that you partitioned out, you only get 9 back. You dropped that one.
I feel that in the world with fractions, that one you dropped is that single point. No matter how you slice it, 10 and 1.0 only have an even number of divisions. When you start to break it into thirds or ninths, you have to break the remainder again and again. At some point (0.000...001) you can't break any more. At some infinately small point you find there is nothing smaller.
That is a point. And that singular point gets dropped when you represent 1/3 as 0.333... and 2/3 as 0.666....
This is a case inwhich the numbers tell you one thing becuase they can't truely represent the real world.
In computers, this is an underflow error. You couldn't represent a number small enough, so you represented one that you could. The one you represent is the largest number you can without going over the target.
0.999... is the underflow approximation of 1.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Apr 5th, 2001, 07:12 AM
#20
transcendental analytic
here's what i think:
choose a more suitable base to express the values: 9
0/10=0
1/10=0.1
2/10=0.2
3/10=0.3
4/10=0.4
5/10=0.5
6/10=0.6
7/10=0.7
8/10=0.8
10/10=1.0
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 5th, 2001, 07:43 AM
#21
Fanatic Member
How do I vote for 42?
-
Apr 5th, 2001, 07:52 AM
#22
Nature abhors a singularity.
-
Apr 5th, 2001, 08:27 AM
#23
Fanatic Member
Gary Lowe 
VB6 (Enterprise) SP5
ADO 2.6
SQL Server 7 SP3
OK I know my spelling and grammer is crap so don't quote me on it!
To err is human to take the P! is only natural !!
Click on the top section of image for Marcus Miller website and bottom section of image for 'Run For Cover' sound clip

-
Apr 5th, 2001, 08:28 AM
#24
mines a sweet sherry.
d'oh!
-
Apr 5th, 2001, 08:30 AM
#25
Fanatic Member
Behemoth
You must be a drinking buddy od Mr IanPBaker
Gary Lowe 
VB6 (Enterprise) SP5
ADO 2.6
SQL Server 7 SP3
OK I know my spelling and grammer is crap so don't quote me on it!
To err is human to take the P! is only natural !!
Click on the top section of image for Marcus Miller website and bottom section of image for 'Run For Cover' sound clip

-
Apr 5th, 2001, 11:34 AM
#26
-
Apr 5th, 2001, 11:45 AM
#27
Frenzied Member
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Apr 5th, 2001, 11:46 AM
#28
transcendental analytic
infinetely small number, there's no such thing as infinitely small number, especially when there's no number infinty either.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 5th, 2001, 11:50 AM
#29
Fanatic Member
Well then,
There must be no such thing as an infinitely recurring decimal...Therefore 0.9999... is NOT equal to 1!
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment. 
-
Apr 5th, 2001, 12:24 PM
#30
Frenzied Member
There is a recurring number.
Sam: I disagree with your proof. Note the following.
Recurring .9999 is a shorthand notational representation of the sum of a series, namely the following.
DecimalSeries(N) = 9/10 + 9/100 + 9/1000 + 9/10000 + . . . + 9/10^N
Consider the following series, which corresponds to recurring .FFFFF in hex notation.
HexSeries(N) = 15/16 + 15/256 + 15/4095 + 15/65536 + . . . + 15/16^N
I have coined the notation DecimalSeries(N) & HexSeries(N) to represent the sum of the first N terms of the respective series.
For all N, DecimalSeries(N) < Hexseries(N) < 1
QED: there is a real number greater than recurring .9999 and less than one.
Live long & prosper.
The Dinosaur from prehistoric era prior to computers.
Eschew obfuscation!
If a billion people believe a foolish idea, it is still a foolish idea!
VB.net 2010 Express
64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.
-
Apr 5th, 2001, 12:37 PM
#31
Frenzied Member
Originally posted by kedaman
infinetely small number, there's no such thing as infinitely small number, especially when there's no number infinty either.
There is no number infinity? Why? I say there exists a number so large there is no number bigger and a number so small there is no number smaller.
Mind you, you can't get to these number save by saying everything and point. In other words, you can never count up to or down to either of these infinities, but they exist.
And when I think of this, I think of someone telling me that the universe is expanding. After some clarification I understand that they are not saying that matter in our universe is traveling away from each other, taking more and more room in Space, but that the void Space itself is expanding. Not only are the stars moving apart, but the distance between the stars is increasing of its own accord, Space and everything in it (The Universe) is expanding.
So I ask... what is it filling?
I have no idea. But if you can buy into the idea that the Universe is expanding, the concept of a singular infinity is right next door.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Apr 5th, 2001, 12:39 PM
#32
transcendental analytic
eh, are you sure it isn't like this?
DecimalSeries(N) = Hexseries(N) = 1
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 5th, 2001, 12:44 PM
#33
transcendental analytic
nope, there's always a number bigger than the earlier one, and also a smaller than the one before, why should the next be any different? infinity is not a number, and is used in other referense frames
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 5th, 2001, 02:04 PM
#34
Frenzied Member
CyberThug
There is no number infinity? Why? I say there exists a number so large there is no number bigger and a number so small there is no number smaller.
if there's a biggest number then what is double that number?
if there's a smallest number then what's half that number?
I did try to develop a theory like the one you proposed, with a number sigma to represent the largest number. and 1/sigma to represent the smallest number. However it lead to a contradiction. (I can't remember what the contradiction was though.) I'm sure it's an Idea that's beeen proposed before and it doesn't work.
It also start making some serious blows at calculus.
Guv
I did specificly mention that there was a terminating decimal between the two. 0.9... is not a terminating decimal. So your argument is invalid.
If it wasn't for this sentence I wouldn't have a signature at all.
-
Apr 5th, 2001, 02:13 PM
#35
Frenzied Member
Sam, if you can double it, then it isn't infinity. But to ask yourself the same question, if I doubled Life Universe and Everything, what do I get? If I was able to double it, did I really have everything?
If you had a point in space, can you halve it? If so, did you really have a singular point?
Infinity and Infinitesimal exist. You can't represent them with any number. That leads to the underflow problem that makes people think that 0.999... is equal to 1.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Apr 5th, 2001, 02:25 PM
#36
PowerPoster
You can't compare these two things... you in fact can not half a point because - as you said - it's already the smallest thing.
But numbers are defined by human, someone just told "let's say 1 + 1 = 2..." and that's it. Mathematical said 0.999... is equal to 1 and that's what counts. You may or may not associate this with the laws of reality, but remember, numbers werde invented by human and are not real, or did you every eat 0.1 chocolate? No, because it's a piece of chocolate and not the chocolate itselves! See the point?
And by the way, you're not talking about infinity, you're talking about infinite approximization, that's different... of course you can't double infinite values, but 0.999... isn't infinite, it's just a number between 0 and 2! (which would be at best 4)
Last edited by Fox; Apr 5th, 2001 at 02:28 PM.
-
Apr 5th, 2001, 02:31 PM
#37
transcendental analytic
a point doesn't have a size
Originally posted by CiberTHuG
Sam, if you can double it, then it isn't infinity. But to ask yourself the same question, if I doubled Life Universe and Everything, what do I get? If I was able to double it, did I really have everything?
If you had a point in space, can you halve it? If so, did you really have a singular point?
Infinity and Infinitesimal exist. You can't represent them with any number. That leads to the underflow problem that makes people think that 0.999... is equal to 1.
also everything is being defined by human, oh yeah and if you want to apply something on reality, go find it first. Good explanation fox
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 5th, 2001, 02:34 PM
#38
Frenzied Member
When does it break down?
Sam: How can you state that my proof is invalid without showing where it breaks down?
Note that there is no radix point involved in my proof.
DecimalSeries(N) = 9/10 + 9/100 + 9/1000 + . . . + 9/10^N
HexSeries(N) = 15/16 + 15/256 + 15/4096 + . . . + 15/16^N
The above explicitly specify what recurring .99999 and recurring .FFFFF really represent, without using radix notation which is only a convenient shorthand notation.
For all values of N, it is obvious that DecimalSeries < HexSeries < 1
Hence there is a real number greater than DecimalSeries(N) and less than one, namely HexSeries(N).
Where does the above break down?
For what value of N does the above become invalid?
Perhaps you want to claim that HexSeries(N) = 1 for some value of N. Such a claim still leaves DecimalSeries(N) less that one.
Live long & prosper.
The Dinosaur from prehistoric era prior to computers.
Eschew obfuscation!
If a billion people believe a foolish idea, it is still a foolish idea!
VB.net 2010 Express
64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.
-
Apr 5th, 2001, 02:38 PM
#39
Thread Starter
Frenzied Member
I thought that would get you lot going.
-
Apr 5th, 2001, 02:40 PM
#40
transcendental analytic
hmm when i look closer, how can you express 0.9999... with one of those series and have a value at N at the same time?
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|