How to name extremely large numbers?
Currently I'm dealing with extremely large numbers and so I've been wondering how to name them...
I know of the usual Definitions, like a Decillion is 10^33 or 10^66 on the short and long scale respectively (Here, I'm just using the short scale).
Basically to get the name of these numbers you have to subtract 3 and the number's modulo 3, then divide by 10, translate to latin, "cut off" the last few syllables/lettters and put an "-illion" there.
E.g.: For 10^33 this would be: 33-3-(33%3) = 30; 30/3 = 10; Ten -> Decem -> Decillion.
However, is this still true for extremely oversized numbers like let's say 10^2550?
In this example it would mean
(2550 - 3)/3 = 849; eight hundred and forty nine -> octingentos quadraginta novem -> Octingentosquadragintanonillion
but this sounds just really weird.
Is it an error in translation (I'm using Google Translate) or even a viable rule to "translate" these kinds of numbers into written text?
real-numbers
add a comment |
Currently I'm dealing with extremely large numbers and so I've been wondering how to name them...
I know of the usual Definitions, like a Decillion is 10^33 or 10^66 on the short and long scale respectively (Here, I'm just using the short scale).
Basically to get the name of these numbers you have to subtract 3 and the number's modulo 3, then divide by 10, translate to latin, "cut off" the last few syllables/lettters and put an "-illion" there.
E.g.: For 10^33 this would be: 33-3-(33%3) = 30; 30/3 = 10; Ten -> Decem -> Decillion.
However, is this still true for extremely oversized numbers like let's say 10^2550?
In this example it would mean
(2550 - 3)/3 = 849; eight hundred and forty nine -> octingentos quadraginta novem -> Octingentosquadragintanonillion
but this sounds just really weird.
Is it an error in translation (I'm using Google Translate) or even a viable rule to "translate" these kinds of numbers into written text?
real-numbers
4
"Octingentosquadragintanonillion" is completely incomprehensible. You simply describe it as "ten to power of 2550" or something similar. There is no commonly used name for such large numbers apart from a few like Googol or Googoplex. Giving something a name is only really useful if the reader knows that name and/or have some intuition about it. That's rarely the case with such huge numbers.
– Winther
Dec 11 '18 at 14:39
+1 for the "grammatical rule" to name numbers
– Surb
Dec 11 '18 at 17:30
Plus with numbers like that, nobody imagines the number anyway: they imagine its representation (ie what the string of digits looks like).
– timtfj
Dec 11 '18 at 17:46
Interestingly, $10^{2550}$ is not that much different, in the sense of how many orders of magnitude away from $1$ the number is, than the number $10^{-2576}$ that I brought up here. For a representation of your number (what I guess @timtfj is thinking of), $10^{-2550}$ is very nearly the probability that, if you flip a coin once each second for $2$ hours $21$ minutes $11$ seconds, then you'll get heads each time. For more "representations" of large numbers, see this.
– Dave L. Renfro
Dec 11 '18 at 18:22
add a comment |
Currently I'm dealing with extremely large numbers and so I've been wondering how to name them...
I know of the usual Definitions, like a Decillion is 10^33 or 10^66 on the short and long scale respectively (Here, I'm just using the short scale).
Basically to get the name of these numbers you have to subtract 3 and the number's modulo 3, then divide by 10, translate to latin, "cut off" the last few syllables/lettters and put an "-illion" there.
E.g.: For 10^33 this would be: 33-3-(33%3) = 30; 30/3 = 10; Ten -> Decem -> Decillion.
However, is this still true for extremely oversized numbers like let's say 10^2550?
In this example it would mean
(2550 - 3)/3 = 849; eight hundred and forty nine -> octingentos quadraginta novem -> Octingentosquadragintanonillion
but this sounds just really weird.
Is it an error in translation (I'm using Google Translate) or even a viable rule to "translate" these kinds of numbers into written text?
real-numbers
Currently I'm dealing with extremely large numbers and so I've been wondering how to name them...
I know of the usual Definitions, like a Decillion is 10^33 or 10^66 on the short and long scale respectively (Here, I'm just using the short scale).
Basically to get the name of these numbers you have to subtract 3 and the number's modulo 3, then divide by 10, translate to latin, "cut off" the last few syllables/lettters and put an "-illion" there.
E.g.: For 10^33 this would be: 33-3-(33%3) = 30; 30/3 = 10; Ten -> Decem -> Decillion.
However, is this still true for extremely oversized numbers like let's say 10^2550?
In this example it would mean
(2550 - 3)/3 = 849; eight hundred and forty nine -> octingentos quadraginta novem -> Octingentosquadragintanonillion
but this sounds just really weird.
Is it an error in translation (I'm using Google Translate) or even a viable rule to "translate" these kinds of numbers into written text?
real-numbers
real-numbers
asked Dec 11 '18 at 14:35
BloodEchelon
61
61
4
"Octingentosquadragintanonillion" is completely incomprehensible. You simply describe it as "ten to power of 2550" or something similar. There is no commonly used name for such large numbers apart from a few like Googol or Googoplex. Giving something a name is only really useful if the reader knows that name and/or have some intuition about it. That's rarely the case with such huge numbers.
– Winther
Dec 11 '18 at 14:39
+1 for the "grammatical rule" to name numbers
– Surb
Dec 11 '18 at 17:30
Plus with numbers like that, nobody imagines the number anyway: they imagine its representation (ie what the string of digits looks like).
– timtfj
Dec 11 '18 at 17:46
Interestingly, $10^{2550}$ is not that much different, in the sense of how many orders of magnitude away from $1$ the number is, than the number $10^{-2576}$ that I brought up here. For a representation of your number (what I guess @timtfj is thinking of), $10^{-2550}$ is very nearly the probability that, if you flip a coin once each second for $2$ hours $21$ minutes $11$ seconds, then you'll get heads each time. For more "representations" of large numbers, see this.
– Dave L. Renfro
Dec 11 '18 at 18:22
add a comment |
4
"Octingentosquadragintanonillion" is completely incomprehensible. You simply describe it as "ten to power of 2550" or something similar. There is no commonly used name for such large numbers apart from a few like Googol or Googoplex. Giving something a name is only really useful if the reader knows that name and/or have some intuition about it. That's rarely the case with such huge numbers.
– Winther
Dec 11 '18 at 14:39
+1 for the "grammatical rule" to name numbers
– Surb
Dec 11 '18 at 17:30
Plus with numbers like that, nobody imagines the number anyway: they imagine its representation (ie what the string of digits looks like).
– timtfj
Dec 11 '18 at 17:46
Interestingly, $10^{2550}$ is not that much different, in the sense of how many orders of magnitude away from $1$ the number is, than the number $10^{-2576}$ that I brought up here. For a representation of your number (what I guess @timtfj is thinking of), $10^{-2550}$ is very nearly the probability that, if you flip a coin once each second for $2$ hours $21$ minutes $11$ seconds, then you'll get heads each time. For more "representations" of large numbers, see this.
– Dave L. Renfro
Dec 11 '18 at 18:22
4
4
"Octingentosquadragintanonillion" is completely incomprehensible. You simply describe it as "ten to power of 2550" or something similar. There is no commonly used name for such large numbers apart from a few like Googol or Googoplex. Giving something a name is only really useful if the reader knows that name and/or have some intuition about it. That's rarely the case with such huge numbers.
– Winther
Dec 11 '18 at 14:39
"Octingentosquadragintanonillion" is completely incomprehensible. You simply describe it as "ten to power of 2550" or something similar. There is no commonly used name for such large numbers apart from a few like Googol or Googoplex. Giving something a name is only really useful if the reader knows that name and/or have some intuition about it. That's rarely the case with such huge numbers.
– Winther
Dec 11 '18 at 14:39
+1 for the "grammatical rule" to name numbers
– Surb
Dec 11 '18 at 17:30
+1 for the "grammatical rule" to name numbers
– Surb
Dec 11 '18 at 17:30
Plus with numbers like that, nobody imagines the number anyway: they imagine its representation (ie what the string of digits looks like).
– timtfj
Dec 11 '18 at 17:46
Plus with numbers like that, nobody imagines the number anyway: they imagine its representation (ie what the string of digits looks like).
– timtfj
Dec 11 '18 at 17:46
Interestingly, $10^{2550}$ is not that much different, in the sense of how many orders of magnitude away from $1$ the number is, than the number $10^{-2576}$ that I brought up here. For a representation of your number (what I guess @timtfj is thinking of), $10^{-2550}$ is very nearly the probability that, if you flip a coin once each second for $2$ hours $21$ minutes $11$ seconds, then you'll get heads each time. For more "representations" of large numbers, see this.
– Dave L. Renfro
Dec 11 '18 at 18:22
Interestingly, $10^{2550}$ is not that much different, in the sense of how many orders of magnitude away from $1$ the number is, than the number $10^{-2576}$ that I brought up here. For a representation of your number (what I guess @timtfj is thinking of), $10^{-2550}$ is very nearly the probability that, if you flip a coin once each second for $2$ hours $21$ minutes $11$ seconds, then you'll get heads each time. For more "representations" of large numbers, see this.
– Dave L. Renfro
Dec 11 '18 at 18:22
add a comment |
1 Answer
1
active
oldest
votes
I think you're stuck with descriptions rather than names for most of the really big ones: "1 with three thousand and fifty zeros" or whatever. Words like vigintillion require the reader or listener to do some mental arithmetic to work out what they mean, which defeats the purpose of giving them names.
(I'm assuming you want the names as an informal way of talking about the numbers, eg to a general reader.)
Also, for astronomical distances, I've found inch-to-the-mile maps of inch-to-the-mile maps a useful analogy for imagining them.
– timtfj
Dec 11 '18 at 17:51
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3035347%2fhow-to-name-extremely-large-numbers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think you're stuck with descriptions rather than names for most of the really big ones: "1 with three thousand and fifty zeros" or whatever. Words like vigintillion require the reader or listener to do some mental arithmetic to work out what they mean, which defeats the purpose of giving them names.
(I'm assuming you want the names as an informal way of talking about the numbers, eg to a general reader.)
Also, for astronomical distances, I've found inch-to-the-mile maps of inch-to-the-mile maps a useful analogy for imagining them.
– timtfj
Dec 11 '18 at 17:51
add a comment |
I think you're stuck with descriptions rather than names for most of the really big ones: "1 with three thousand and fifty zeros" or whatever. Words like vigintillion require the reader or listener to do some mental arithmetic to work out what they mean, which defeats the purpose of giving them names.
(I'm assuming you want the names as an informal way of talking about the numbers, eg to a general reader.)
Also, for astronomical distances, I've found inch-to-the-mile maps of inch-to-the-mile maps a useful analogy for imagining them.
– timtfj
Dec 11 '18 at 17:51
add a comment |
I think you're stuck with descriptions rather than names for most of the really big ones: "1 with three thousand and fifty zeros" or whatever. Words like vigintillion require the reader or listener to do some mental arithmetic to work out what they mean, which defeats the purpose of giving them names.
(I'm assuming you want the names as an informal way of talking about the numbers, eg to a general reader.)
I think you're stuck with descriptions rather than names for most of the really big ones: "1 with three thousand and fifty zeros" or whatever. Words like vigintillion require the reader or listener to do some mental arithmetic to work out what they mean, which defeats the purpose of giving them names.
(I'm assuming you want the names as an informal way of talking about the numbers, eg to a general reader.)
edited Dec 11 '18 at 17:55
answered Dec 11 '18 at 17:39
timtfj
1,055318
1,055318
Also, for astronomical distances, I've found inch-to-the-mile maps of inch-to-the-mile maps a useful analogy for imagining them.
– timtfj
Dec 11 '18 at 17:51
add a comment |
Also, for astronomical distances, I've found inch-to-the-mile maps of inch-to-the-mile maps a useful analogy for imagining them.
– timtfj
Dec 11 '18 at 17:51
Also, for astronomical distances, I've found inch-to-the-mile maps of inch-to-the-mile maps a useful analogy for imagining them.
– timtfj
Dec 11 '18 at 17:51
Also, for astronomical distances, I've found inch-to-the-mile maps of inch-to-the-mile maps a useful analogy for imagining them.
– timtfj
Dec 11 '18 at 17:51
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3035347%2fhow-to-name-extremely-large-numbers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
4
"Octingentosquadragintanonillion" is completely incomprehensible. You simply describe it as "ten to power of 2550" or something similar. There is no commonly used name for such large numbers apart from a few like Googol or Googoplex. Giving something a name is only really useful if the reader knows that name and/or have some intuition about it. That's rarely the case with such huge numbers.
– Winther
Dec 11 '18 at 14:39
+1 for the "grammatical rule" to name numbers
– Surb
Dec 11 '18 at 17:30
Plus with numbers like that, nobody imagines the number anyway: they imagine its representation (ie what the string of digits looks like).
– timtfj
Dec 11 '18 at 17:46
Interestingly, $10^{2550}$ is not that much different, in the sense of how many orders of magnitude away from $1$ the number is, than the number $10^{-2576}$ that I brought up here. For a representation of your number (what I guess @timtfj is thinking of), $10^{-2550}$ is very nearly the probability that, if you flip a coin once each second for $2$ hours $21$ minutes $11$ seconds, then you'll get heads each time. For more "representations" of large numbers, see this.
– Dave L. Renfro
Dec 11 '18 at 18:22