Find some digits of factorial 17Factorial number of digitsTwo questions on finding trailing digits in (large)...
reverse the characters of a string without changing the position of the numeric value in T-SQL
Find some digits of factorial 17
Dilemma of explaining to interviewer that he is the reason for declining second interview
How would an AI self awareness kill switch work?
Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?
Writing a character who is going through a civilizing process without overdoing it?
初めてです, is '初めて' an adverb?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
How to limit sight distance to 1 KM
what does しにみえてる mean?
Could a phylactery of a lich be a mirror or does it have to be a box?
Porting Linux to another platform requirements
Why do neural networks need so many training examples to perform?
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
Why is mind meld hard for T'pol in Star Trek: Enterprise?
Better VM Ubuntu on Windows 10 or VM Windows 10 on Ubuntu?
Can an insurance company drop you after receiving a bill and refusing to pay?
Publishing research using outdated methods
Why has the mole been redefined for 2019?
Can a person refuse a presidential pardon?
How do you funnel food off a cutting board?
Avoiding morning and evening handshakes
Citing paywalled articles accessed via illegal web sharing
Writing Cyrillic text to a file
Find some digits of factorial 17
Factorial number of digitsTwo questions on finding trailing digits in (large) numbers and one on divisibilityFirst decimal digits of factorial $n$ divided by $x$Factorial related problemsLast digits of factorialCounting zeros in a factorial(terminal + zeros in between digits)Find last 5 significant digits of 2017!Number of digits in a factorial sum $1!+2!+cdots+100!$Number of digits of N factorial in base BLast two digits of odd products
$begingroup$
$17!$ is equal to $$35568x428096y00$$
Both x and y, are digits. Find x,y.
So, $$17!=2^{15}*3^6*5^3*7^2*11*13*17=(2^3*5^3)*2^{12}*3^6*7^2*11*13*17$$
If there`s a product of $(2*5)^3$
Then this number has $3$ zeros at the end, so $y=0$
How do I find the $x$ now?
elementary-number-theory factorial
New contributor
a_man_with_no_name is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
$17!$ is equal to $$35568x428096y00$$
Both x and y, are digits. Find x,y.
So, $$17!=2^{15}*3^6*5^3*7^2*11*13*17=(2^3*5^3)*2^{12}*3^6*7^2*11*13*17$$
If there`s a product of $(2*5)^3$
Then this number has $3$ zeros at the end, so $y=0$
How do I find the $x$ now?
elementary-number-theory factorial
New contributor
a_man_with_no_name is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
$17!$ is equal to $$35568x428096y00$$
Both x and y, are digits. Find x,y.
So, $$17!=2^{15}*3^6*5^3*7^2*11*13*17=(2^3*5^3)*2^{12}*3^6*7^2*11*13*17$$
If there`s a product of $(2*5)^3$
Then this number has $3$ zeros at the end, so $y=0$
How do I find the $x$ now?
elementary-number-theory factorial
New contributor
a_man_with_no_name is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$17!$ is equal to $$35568x428096y00$$
Both x and y, are digits. Find x,y.
So, $$17!=2^{15}*3^6*5^3*7^2*11*13*17=(2^3*5^3)*2^{12}*3^6*7^2*11*13*17$$
If there`s a product of $(2*5)^3$
Then this number has $3$ zeros at the end, so $y=0$
How do I find the $x$ now?
elementary-number-theory factorial
elementary-number-theory factorial
New contributor
a_man_with_no_name is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
a_man_with_no_name is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 1 hour ago
J. W. Tanner
2,6271217
2,6271217
New contributor
a_man_with_no_name is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago
a_man_with_no_namea_man_with_no_name
573
573
New contributor
a_man_with_no_name is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
a_man_with_no_name is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
a_man_with_no_name is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
HINT $17!$ is divisible by $9$. What is an easy test for divisibility by 9, involving the digits of a number?
$endgroup$
$begingroup$
The sum od its digits Has to be divisible by 9
$endgroup$
– a_man_with_no_name
1 hour ago
$begingroup$
How could i miss it!
$endgroup$
– a_man_with_no_name
1 hour ago
add a comment |
$begingroup$
The alternating sum of digits must be divisible by $11$, i.e., $11mid 18-x$. It follows that $x=7$.
$endgroup$
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
});
}
});
a_man_with_no_name is a new contributor. Be nice, and check out our Code of Conduct.
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%2f3130579%2ffind-some-digits-of-factorial-17%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
HINT $17!$ is divisible by $9$. What is an easy test for divisibility by 9, involving the digits of a number?
$endgroup$
$begingroup$
The sum od its digits Has to be divisible by 9
$endgroup$
– a_man_with_no_name
1 hour ago
$begingroup$
How could i miss it!
$endgroup$
– a_man_with_no_name
1 hour ago
add a comment |
$begingroup$
HINT $17!$ is divisible by $9$. What is an easy test for divisibility by 9, involving the digits of a number?
$endgroup$
$begingroup$
The sum od its digits Has to be divisible by 9
$endgroup$
– a_man_with_no_name
1 hour ago
$begingroup$
How could i miss it!
$endgroup$
– a_man_with_no_name
1 hour ago
add a comment |
$begingroup$
HINT $17!$ is divisible by $9$. What is an easy test for divisibility by 9, involving the digits of a number?
$endgroup$
HINT $17!$ is divisible by $9$. What is an easy test for divisibility by 9, involving the digits of a number?
answered 2 hours ago
Mark FischlerMark Fischler
32.7k12251
32.7k12251
$begingroup$
The sum od its digits Has to be divisible by 9
$endgroup$
– a_man_with_no_name
1 hour ago
$begingroup$
How could i miss it!
$endgroup$
– a_man_with_no_name
1 hour ago
add a comment |
$begingroup$
The sum od its digits Has to be divisible by 9
$endgroup$
– a_man_with_no_name
1 hour ago
$begingroup$
How could i miss it!
$endgroup$
– a_man_with_no_name
1 hour ago
$begingroup$
The sum od its digits Has to be divisible by 9
$endgroup$
– a_man_with_no_name
1 hour ago
$begingroup$
The sum od its digits Has to be divisible by 9
$endgroup$
– a_man_with_no_name
1 hour ago
$begingroup$
How could i miss it!
$endgroup$
– a_man_with_no_name
1 hour ago
$begingroup$
How could i miss it!
$endgroup$
– a_man_with_no_name
1 hour ago
add a comment |
$begingroup$
The alternating sum of digits must be divisible by $11$, i.e., $11mid 18-x$. It follows that $x=7$.
$endgroup$
add a comment |
$begingroup$
The alternating sum of digits must be divisible by $11$, i.e., $11mid 18-x$. It follows that $x=7$.
$endgroup$
add a comment |
$begingroup$
The alternating sum of digits must be divisible by $11$, i.e., $11mid 18-x$. It follows that $x=7$.
$endgroup$
The alternating sum of digits must be divisible by $11$, i.e., $11mid 18-x$. It follows that $x=7$.
answered 2 hours ago
Dietrich BurdeDietrich Burde
80k647103
80k647103
add a comment |
add a comment |
a_man_with_no_name is a new contributor. Be nice, and check out our Code of Conduct.
a_man_with_no_name is a new contributor. Be nice, and check out our Code of Conduct.
a_man_with_no_name is a new contributor. Be nice, and check out our Code of Conduct.
a_man_with_no_name is a new contributor. Be nice, and check out our Code of Conduct.
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.
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%2f3130579%2ffind-some-digits-of-factorial-17%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