NUMBER system and counting

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-1
down vote

favorite












Let $S =1,2,3,...,20$ be the set of all positive from $1$ to $20$ suppose that $N$ is the smallest positive integer such that exactly eighteen numbers from $S$ are factors of $N$ and the only two numbers from $S$ that are not factors of $N$ are consecutive integers. Find the sum of digits of $N$.



We first find out which two consecutive numbers from $S$ are
not factors of $N$. Clearly $1$ is the factor of $N$.
If $k$ is not factor of $N$ then $2k$ will also be not he factor of $N$.



How will I solve further please help.



Thanks







share|cite|improve this question


























    up vote
    -1
    down vote

    favorite












    Let $S =1,2,3,...,20$ be the set of all positive from $1$ to $20$ suppose that $N$ is the smallest positive integer such that exactly eighteen numbers from $S$ are factors of $N$ and the only two numbers from $S$ that are not factors of $N$ are consecutive integers. Find the sum of digits of $N$.



    We first find out which two consecutive numbers from $S$ are
    not factors of $N$. Clearly $1$ is the factor of $N$.
    If $k$ is not factor of $N$ then $2k$ will also be not he factor of $N$.



    How will I solve further please help.



    Thanks







    share|cite|improve this question
























      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      Let $S =1,2,3,...,20$ be the set of all positive from $1$ to $20$ suppose that $N$ is the smallest positive integer such that exactly eighteen numbers from $S$ are factors of $N$ and the only two numbers from $S$ that are not factors of $N$ are consecutive integers. Find the sum of digits of $N$.



      We first find out which two consecutive numbers from $S$ are
      not factors of $N$. Clearly $1$ is the factor of $N$.
      If $k$ is not factor of $N$ then $2k$ will also be not he factor of $N$.



      How will I solve further please help.



      Thanks







      share|cite|improve this question














      Let $S =1,2,3,...,20$ be the set of all positive from $1$ to $20$ suppose that $N$ is the smallest positive integer such that exactly eighteen numbers from $S$ are factors of $N$ and the only two numbers from $S$ that are not factors of $N$ are consecutive integers. Find the sum of digits of $N$.



      We first find out which two consecutive numbers from $S$ are
      not factors of $N$. Clearly $1$ is the factor of $N$.
      If $k$ is not factor of $N$ then $2k$ will also be not he factor of $N$.



      How will I solve further please help.



      Thanks









      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Aug 18 at 5:05









      apanpapan3

      1231211




      1231211










      asked Aug 18 at 4:59









      Mamta Gupta

      63




      63




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          Hint: start down the possible pairs of nonfactors. It can't be $19,20$ because then we know $4$ and $5$ are both factors, so $20$ must be. Now try $18,19$, which fails (why?). Keep going.






          share|cite|improve this answer




















          • Yes I got it then 16 and 17 are not the factors of N
            – Mamta Gupta
            Aug 18 at 5:10











          • Correct. Can you find the prime decomposition of $N$? Where are you stuck?
            – Ross Millikan
            Aug 18 at 5:19











          • Yes 2^3×3^2×5×7×11×13×19=6846840
            – Mamta Gupta
            Aug 18 at 5:31










          • Is it correct....
            – Mamta Gupta
            Aug 18 at 5:31






          • 2




            Yes, that is correct. Once you have $N$ you have the sum of digits. It is interesting to try to state the condition on the pair of missing numbers based on the maximum number in $S$.
            – Ross Millikan
            Aug 18 at 5:35










          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          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%2f2886428%2fnumber-system-and-counting%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote













          Hint: start down the possible pairs of nonfactors. It can't be $19,20$ because then we know $4$ and $5$ are both factors, so $20$ must be. Now try $18,19$, which fails (why?). Keep going.






          share|cite|improve this answer




















          • Yes I got it then 16 and 17 are not the factors of N
            – Mamta Gupta
            Aug 18 at 5:10











          • Correct. Can you find the prime decomposition of $N$? Where are you stuck?
            – Ross Millikan
            Aug 18 at 5:19











          • Yes 2^3×3^2×5×7×11×13×19=6846840
            – Mamta Gupta
            Aug 18 at 5:31










          • Is it correct....
            – Mamta Gupta
            Aug 18 at 5:31






          • 2




            Yes, that is correct. Once you have $N$ you have the sum of digits. It is interesting to try to state the condition on the pair of missing numbers based on the maximum number in $S$.
            – Ross Millikan
            Aug 18 at 5:35














          up vote
          1
          down vote













          Hint: start down the possible pairs of nonfactors. It can't be $19,20$ because then we know $4$ and $5$ are both factors, so $20$ must be. Now try $18,19$, which fails (why?). Keep going.






          share|cite|improve this answer




















          • Yes I got it then 16 and 17 are not the factors of N
            – Mamta Gupta
            Aug 18 at 5:10











          • Correct. Can you find the prime decomposition of $N$? Where are you stuck?
            – Ross Millikan
            Aug 18 at 5:19











          • Yes 2^3×3^2×5×7×11×13×19=6846840
            – Mamta Gupta
            Aug 18 at 5:31










          • Is it correct....
            – Mamta Gupta
            Aug 18 at 5:31






          • 2




            Yes, that is correct. Once you have $N$ you have the sum of digits. It is interesting to try to state the condition on the pair of missing numbers based on the maximum number in $S$.
            – Ross Millikan
            Aug 18 at 5:35












          up vote
          1
          down vote










          up vote
          1
          down vote









          Hint: start down the possible pairs of nonfactors. It can't be $19,20$ because then we know $4$ and $5$ are both factors, so $20$ must be. Now try $18,19$, which fails (why?). Keep going.






          share|cite|improve this answer












          Hint: start down the possible pairs of nonfactors. It can't be $19,20$ because then we know $4$ and $5$ are both factors, so $20$ must be. Now try $18,19$, which fails (why?). Keep going.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Aug 18 at 5:06









          Ross Millikan

          278k21187354




          278k21187354











          • Yes I got it then 16 and 17 are not the factors of N
            – Mamta Gupta
            Aug 18 at 5:10











          • Correct. Can you find the prime decomposition of $N$? Where are you stuck?
            – Ross Millikan
            Aug 18 at 5:19











          • Yes 2^3×3^2×5×7×11×13×19=6846840
            – Mamta Gupta
            Aug 18 at 5:31










          • Is it correct....
            – Mamta Gupta
            Aug 18 at 5:31






          • 2




            Yes, that is correct. Once you have $N$ you have the sum of digits. It is interesting to try to state the condition on the pair of missing numbers based on the maximum number in $S$.
            – Ross Millikan
            Aug 18 at 5:35
















          • Yes I got it then 16 and 17 are not the factors of N
            – Mamta Gupta
            Aug 18 at 5:10











          • Correct. Can you find the prime decomposition of $N$? Where are you stuck?
            – Ross Millikan
            Aug 18 at 5:19











          • Yes 2^3×3^2×5×7×11×13×19=6846840
            – Mamta Gupta
            Aug 18 at 5:31










          • Is it correct....
            – Mamta Gupta
            Aug 18 at 5:31






          • 2




            Yes, that is correct. Once you have $N$ you have the sum of digits. It is interesting to try to state the condition on the pair of missing numbers based on the maximum number in $S$.
            – Ross Millikan
            Aug 18 at 5:35















          Yes I got it then 16 and 17 are not the factors of N
          – Mamta Gupta
          Aug 18 at 5:10





          Yes I got it then 16 and 17 are not the factors of N
          – Mamta Gupta
          Aug 18 at 5:10













          Correct. Can you find the prime decomposition of $N$? Where are you stuck?
          – Ross Millikan
          Aug 18 at 5:19





          Correct. Can you find the prime decomposition of $N$? Where are you stuck?
          – Ross Millikan
          Aug 18 at 5:19













          Yes 2^3×3^2×5×7×11×13×19=6846840
          – Mamta Gupta
          Aug 18 at 5:31




          Yes 2^3×3^2×5×7×11×13×19=6846840
          – Mamta Gupta
          Aug 18 at 5:31












          Is it correct....
          – Mamta Gupta
          Aug 18 at 5:31




          Is it correct....
          – Mamta Gupta
          Aug 18 at 5:31




          2




          2




          Yes, that is correct. Once you have $N$ you have the sum of digits. It is interesting to try to state the condition on the pair of missing numbers based on the maximum number in $S$.
          – Ross Millikan
          Aug 18 at 5:35




          Yes, that is correct. Once you have $N$ you have the sum of digits. It is interesting to try to state the condition on the pair of missing numbers based on the maximum number in $S$.
          – Ross Millikan
          Aug 18 at 5:35












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2886428%2fnumber-system-and-counting%23new-answer', 'question_page');

          );

          Post as a guest













































































          這個網誌中的熱門文章

          How to combine Bézier curves to a surface?

          Mutual Information Always Non-negative

          Why am i infinitely getting the same tweet with the Twitter Search API?