Find, with proof, the largest natural number k such that 10^k divides 100! (one hundred factorial).











up vote
-1
down vote

favorite












I was able to get to a theorem saying "that a|b if and only if for any prime in the factorization of a or b, its exponent in the factorization of a is less than or equal to its exponent in the factorization of b."



I tried to use this theorem where k <= m, k <= n, where m and n are exponents of 2 and 5, respectively, in the factorization of 100! but I was not able to work out the math so far.



Any help will be greatly appreciated!










share|cite|improve this question




















  • 1




    Do you know Legendre's formula for the power of a prime dividing a factorial? You can also search the site for this.
    – Ross Millikan
    Nov 28 at 21:59















up vote
-1
down vote

favorite












I was able to get to a theorem saying "that a|b if and only if for any prime in the factorization of a or b, its exponent in the factorization of a is less than or equal to its exponent in the factorization of b."



I tried to use this theorem where k <= m, k <= n, where m and n are exponents of 2 and 5, respectively, in the factorization of 100! but I was not able to work out the math so far.



Any help will be greatly appreciated!










share|cite|improve this question




















  • 1




    Do you know Legendre's formula for the power of a prime dividing a factorial? You can also search the site for this.
    – Ross Millikan
    Nov 28 at 21:59













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











I was able to get to a theorem saying "that a|b if and only if for any prime in the factorization of a or b, its exponent in the factorization of a is less than or equal to its exponent in the factorization of b."



I tried to use this theorem where k <= m, k <= n, where m and n are exponents of 2 and 5, respectively, in the factorization of 100! but I was not able to work out the math so far.



Any help will be greatly appreciated!










share|cite|improve this question















I was able to get to a theorem saying "that a|b if and only if for any prime in the factorization of a or b, its exponent in the factorization of a is less than or equal to its exponent in the factorization of b."



I tried to use this theorem where k <= m, k <= n, where m and n are exponents of 2 and 5, respectively, in the factorization of 100! but I was not able to work out the math so far.



Any help will be greatly appreciated!







divisibility






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 28 at 21:56









amWhy

191k28224439




191k28224439










asked Nov 28 at 21:51









UMass1234

112




112








  • 1




    Do you know Legendre's formula for the power of a prime dividing a factorial? You can also search the site for this.
    – Ross Millikan
    Nov 28 at 21:59














  • 1




    Do you know Legendre's formula for the power of a prime dividing a factorial? You can also search the site for this.
    – Ross Millikan
    Nov 28 at 21:59








1




1




Do you know Legendre's formula for the power of a prime dividing a factorial? You can also search the site for this.
– Ross Millikan
Nov 28 at 21:59




Do you know Legendre's formula for the power of a prime dividing a factorial? You can also search the site for this.
– Ross Millikan
Nov 28 at 21:59










3 Answers
3






active

oldest

votes

















up vote
0
down vote



accepted










Hint:



You use Legendre's formula: if $p$ is a prime number and $v_p(n)$ denotes the $p$-adic valuation of the natural number $n$, then



$$v_p(n!)=biggllfloorfrac npbiggrrfloor+biggllfloorfrac n{p^2}biggrrfloor+dotsm $$






share|cite|improve this answer





















  • thank you for the hint! Appreciate it.
    – UMass1234
    Nov 28 at 22:19


















up vote
1
down vote













This looks like a homework problem so I'll not give the complete answer.



Instead I invite you to ask:



How many times does the factor $5$ occur in the first 100 natural numbers? (NB remember that $25$, $50$ and $100$ are each divisible by $5^2$.) What about the factor 2?



What power of 10 can you make out of those?






share|cite|improve this answer




























    up vote
    0
    down vote













    10 and 100 divide by 10, as do 2*5, 12*15, 22*25, 32*35, 42*45, 52*55, 62*65, 72*75, 82*85, and 92*95. Multiplying these numbers may also produce more pairs of numbers that divide by 10 when multiplied together, but there won't be any that aren't in this list.






    share|cite|improve this answer





















      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
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3017773%2ffind-with-proof-the-largest-natural-number-k-such-that-10k-divides-100-one%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      0
      down vote



      accepted










      Hint:



      You use Legendre's formula: if $p$ is a prime number and $v_p(n)$ denotes the $p$-adic valuation of the natural number $n$, then



      $$v_p(n!)=biggllfloorfrac npbiggrrfloor+biggllfloorfrac n{p^2}biggrrfloor+dotsm $$






      share|cite|improve this answer





















      • thank you for the hint! Appreciate it.
        – UMass1234
        Nov 28 at 22:19















      up vote
      0
      down vote



      accepted










      Hint:



      You use Legendre's formula: if $p$ is a prime number and $v_p(n)$ denotes the $p$-adic valuation of the natural number $n$, then



      $$v_p(n!)=biggllfloorfrac npbiggrrfloor+biggllfloorfrac n{p^2}biggrrfloor+dotsm $$






      share|cite|improve this answer





















      • thank you for the hint! Appreciate it.
        – UMass1234
        Nov 28 at 22:19













      up vote
      0
      down vote



      accepted







      up vote
      0
      down vote



      accepted






      Hint:



      You use Legendre's formula: if $p$ is a prime number and $v_p(n)$ denotes the $p$-adic valuation of the natural number $n$, then



      $$v_p(n!)=biggllfloorfrac npbiggrrfloor+biggllfloorfrac n{p^2}biggrrfloor+dotsm $$






      share|cite|improve this answer












      Hint:



      You use Legendre's formula: if $p$ is a prime number and $v_p(n)$ denotes the $p$-adic valuation of the natural number $n$, then



      $$v_p(n!)=biggllfloorfrac npbiggrrfloor+biggllfloorfrac n{p^2}biggrrfloor+dotsm $$







      share|cite|improve this answer












      share|cite|improve this answer



      share|cite|improve this answer










      answered Nov 28 at 22:08









      Bernard

      117k637110




      117k637110












      • thank you for the hint! Appreciate it.
        – UMass1234
        Nov 28 at 22:19


















      • thank you for the hint! Appreciate it.
        – UMass1234
        Nov 28 at 22:19
















      thank you for the hint! Appreciate it.
      – UMass1234
      Nov 28 at 22:19




      thank you for the hint! Appreciate it.
      – UMass1234
      Nov 28 at 22:19










      up vote
      1
      down vote













      This looks like a homework problem so I'll not give the complete answer.



      Instead I invite you to ask:



      How many times does the factor $5$ occur in the first 100 natural numbers? (NB remember that $25$, $50$ and $100$ are each divisible by $5^2$.) What about the factor 2?



      What power of 10 can you make out of those?






      share|cite|improve this answer

























        up vote
        1
        down vote













        This looks like a homework problem so I'll not give the complete answer.



        Instead I invite you to ask:



        How many times does the factor $5$ occur in the first 100 natural numbers? (NB remember that $25$, $50$ and $100$ are each divisible by $5^2$.) What about the factor 2?



        What power of 10 can you make out of those?






        share|cite|improve this answer























          up vote
          1
          down vote










          up vote
          1
          down vote









          This looks like a homework problem so I'll not give the complete answer.



          Instead I invite you to ask:



          How many times does the factor $5$ occur in the first 100 natural numbers? (NB remember that $25$, $50$ and $100$ are each divisible by $5^2$.) What about the factor 2?



          What power of 10 can you make out of those?






          share|cite|improve this answer












          This looks like a homework problem so I'll not give the complete answer.



          Instead I invite you to ask:



          How many times does the factor $5$ occur in the first 100 natural numbers? (NB remember that $25$, $50$ and $100$ are each divisible by $5^2$.) What about the factor 2?



          What power of 10 can you make out of those?







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 28 at 22:15









          timtfj

          879217




          879217






















              up vote
              0
              down vote













              10 and 100 divide by 10, as do 2*5, 12*15, 22*25, 32*35, 42*45, 52*55, 62*65, 72*75, 82*85, and 92*95. Multiplying these numbers may also produce more pairs of numbers that divide by 10 when multiplied together, but there won't be any that aren't in this list.






              share|cite|improve this answer

























                up vote
                0
                down vote













                10 and 100 divide by 10, as do 2*5, 12*15, 22*25, 32*35, 42*45, 52*55, 62*65, 72*75, 82*85, and 92*95. Multiplying these numbers may also produce more pairs of numbers that divide by 10 when multiplied together, but there won't be any that aren't in this list.






                share|cite|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  10 and 100 divide by 10, as do 2*5, 12*15, 22*25, 32*35, 42*45, 52*55, 62*65, 72*75, 82*85, and 92*95. Multiplying these numbers may also produce more pairs of numbers that divide by 10 when multiplied together, but there won't be any that aren't in this list.






                  share|cite|improve this answer












                  10 and 100 divide by 10, as do 2*5, 12*15, 22*25, 32*35, 42*45, 52*55, 62*65, 72*75, 82*85, and 92*95. Multiplying these numbers may also produce more pairs of numbers that divide by 10 when multiplied together, but there won't be any that aren't in this list.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Nov 28 at 22:00









                  Seth

                  43612




                  43612






























                      draft saved

                      draft discarded




















































                      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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3017773%2ffind-with-proof-the-largest-natural-number-k-such-that-10k-divides-100-one%23new-answer', 'question_page');
                      }
                      );

                      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







                      Popular posts from this blog

                      Berounka

                      Sphinx de Gizeh

                      Different font size/position of beamer's navigation symbols template's content depending on regular/plain...