C
Chuck F.
Jordan said:.... snip ...
Clearly you can only add numbers in the same base - so the
result is in whichever base you converted one or the other (or
both) to.
No, the add operation is independent of base, in that the value of
the result is base independent. The base is only a convenience
used in representing values and mechanizing operations such as add.
For example, if you represent five as a five inch stick, and three
as a three inch stick, you can perform the add operation by laying
the two sticks in line together. No base is involved.
--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>