Keep track of radix point yourself.
Marnitzg: My HP calculator will do Hex, octal, and binary arithmetic on integers only. I think there are special calculators which do general purpose radix arithmetic, but I do not know of any regular calulator which will do radix arithmetic on fractional values.
However, such values exist in the Mindscape of Mathematics.
Depending on the country you favor, a dot or a comma separates the integer and fractional parts of Hex (or other radix) numbers. In Hex: 3.2FA represents 3 + 2/16 + 15/256 + 10/4096
If you kept track of the radix point yourself, you could use your calculator to do hex arithmetic on fractional values. On my calculator, division would be a problem because it gives an integer quotient and no remainder. Perhaps you could do division if you added some trailing zeros to the dividend.
If you wanted to multiply 3C.F by 2.F5, you could use integer multiplication of 3CF by 2F5, getting B431B. Since there are 3 digits (total) to the right of the radix point in the multiplier and multiplicand, there must be 3 digits right of the radix point in the product. B4.31B is the product.
In this day and age, I would how many people know how to do multiplication and division by hand methods, keeping correct track of the decimal point.
There is a number between .9999 and one.
Sam: You do come up with interesting ideas.
Quote:
Remember this axiom
For any 2 real numbers A and B exactly one of the following is true.
A = B
or
there exists a real number C s.t.
A < C < B
or
there exists a real number C s.t.
A > C > B
My answer to the question is that I do not remember such an axiom. There could very well be such an axiom, but I do not remember it. It looks valid for any real number whose value has a finite expression.
I do wonder about the context of such an axiom. Is it really applicable to real numbers which cannot be expressed in a finite manner? I would be surprised if there are not some caveats with that axiom.
What about the following?- Recurring .99999 is a representation of the geometric series: 9/10 + 9/100 + 9/1000.....
- In hex, recurring .FFFFF is a representation of 15/16 + 15/256 + 15/4096....
For a given number of finite terms, the sum of the second series is greater than the sum of the first, and is also less than one. Hence there is always a finite real number between recurring .99999 and one. Hence, they are not equal. This argument could be dressed up with some picky-picky mathematical language, but I think you get the picture.
The sum of both series is limited by one. However, I still agree with Noble.
Quote:
0.9999 recurring forever equals 0.9999 recurring forever and 1 equals 1. 0.9999 recurring forever "approaches one and for simplicity can be represented as 1".