Find all three digit numbers which are divisible by groups of its digits












1












$begingroup$


How can I find all three-digit numbers which:




  • Do not contain a $0$ digit

  • Have different digits

  • Are divisible by below described groups of its own digits


The number passing first two conditions should be divisible by two-digit group of its own digits, which are made by omitting one of the number's digits.



For example:



number = $132$



It has only non-zero digits

It has different digits

And it should be divisible by $13$, $12$, and $32$. (omitting one digit)



Thanks a lot in advance for helping me finding these!










share|cite|improve this question







New contributor




Xxx Ddd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$








  • 1




    $begingroup$
    What have you tried?
    $endgroup$
    – Robert Z
    1 hour ago
















1












$begingroup$


How can I find all three-digit numbers which:




  • Do not contain a $0$ digit

  • Have different digits

  • Are divisible by below described groups of its own digits


The number passing first two conditions should be divisible by two-digit group of its own digits, which are made by omitting one of the number's digits.



For example:



number = $132$



It has only non-zero digits

It has different digits

And it should be divisible by $13$, $12$, and $32$. (omitting one digit)



Thanks a lot in advance for helping me finding these!










share|cite|improve this question







New contributor




Xxx Ddd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$








  • 1




    $begingroup$
    What have you tried?
    $endgroup$
    – Robert Z
    1 hour ago














1












1








1





$begingroup$


How can I find all three-digit numbers which:




  • Do not contain a $0$ digit

  • Have different digits

  • Are divisible by below described groups of its own digits


The number passing first two conditions should be divisible by two-digit group of its own digits, which are made by omitting one of the number's digits.



For example:



number = $132$



It has only non-zero digits

It has different digits

And it should be divisible by $13$, $12$, and $32$. (omitting one digit)



Thanks a lot in advance for helping me finding these!










share|cite|improve this question







New contributor




Xxx Ddd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$




How can I find all three-digit numbers which:




  • Do not contain a $0$ digit

  • Have different digits

  • Are divisible by below described groups of its own digits


The number passing first two conditions should be divisible by two-digit group of its own digits, which are made by omitting one of the number's digits.



For example:



number = $132$



It has only non-zero digits

It has different digits

And it should be divisible by $13$, $12$, and $32$. (omitting one digit)



Thanks a lot in advance for helping me finding these!







combinatorics divisibility decimal-expansion






share|cite|improve this question







New contributor




Xxx Ddd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




Xxx Ddd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




Xxx Ddd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 1 hour ago









Xxx DddXxx Ddd

173




173




New contributor




Xxx Ddd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Xxx Ddd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Xxx Ddd is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    $begingroup$
    What have you tried?
    $endgroup$
    – Robert Z
    1 hour ago














  • 1




    $begingroup$
    What have you tried?
    $endgroup$
    – Robert Z
    1 hour ago








1




1




$begingroup$
What have you tried?
$endgroup$
– Robert Z
1 hour ago




$begingroup$
What have you tried?
$endgroup$
– Robert Z
1 hour ago










2 Answers
2






active

oldest

votes


















2












$begingroup$

It's actually never possible to find such numbers since for a three digit number $[abc]$
$$10a+b mid 100a+10b+ciff frac{100a+10b+c}{10a+b}in mathbb Z$$
However
$$frac{100a+10b+c}{10a+b}=frac{10·(10a+b)+c}{10a+b}=10+frac{c}{10a+b}notin mathbb Z$$
Which is the desired contradiction since




$$a,b,cin {ninmathbb N: 1≤n≤9}$$ Therefore $$c<10a+b$$and hence $$10a+bnmid c$$







share|cite|improve this answer









$endgroup$





















    2












    $begingroup$

    A number $$abc$$ formed by the non-zero digits $a,b,c$ can never be divisible by $$ab$$ formed by $a$ and $b$ because if we divide by this number, the residue is $c$ which is non-zero and smaller than the number $ab$.






    share|cite|improve this answer









    $endgroup$













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


      }
      });






      Xxx Ddd is a new contributor. Be nice, and check out our Code of Conduct.










      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3080359%2ffind-all-three-digit-numbers-which-are-divisible-by-groups-of-its-digits%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









      2












      $begingroup$

      It's actually never possible to find such numbers since for a three digit number $[abc]$
      $$10a+b mid 100a+10b+ciff frac{100a+10b+c}{10a+b}in mathbb Z$$
      However
      $$frac{100a+10b+c}{10a+b}=frac{10·(10a+b)+c}{10a+b}=10+frac{c}{10a+b}notin mathbb Z$$
      Which is the desired contradiction since




      $$a,b,cin {ninmathbb N: 1≤n≤9}$$ Therefore $$c<10a+b$$and hence $$10a+bnmid c$$







      share|cite|improve this answer









      $endgroup$


















        2












        $begingroup$

        It's actually never possible to find such numbers since for a three digit number $[abc]$
        $$10a+b mid 100a+10b+ciff frac{100a+10b+c}{10a+b}in mathbb Z$$
        However
        $$frac{100a+10b+c}{10a+b}=frac{10·(10a+b)+c}{10a+b}=10+frac{c}{10a+b}notin mathbb Z$$
        Which is the desired contradiction since




        $$a,b,cin {ninmathbb N: 1≤n≤9}$$ Therefore $$c<10a+b$$and hence $$10a+bnmid c$$







        share|cite|improve this answer









        $endgroup$
















          2












          2








          2





          $begingroup$

          It's actually never possible to find such numbers since for a three digit number $[abc]$
          $$10a+b mid 100a+10b+ciff frac{100a+10b+c}{10a+b}in mathbb Z$$
          However
          $$frac{100a+10b+c}{10a+b}=frac{10·(10a+b)+c}{10a+b}=10+frac{c}{10a+b}notin mathbb Z$$
          Which is the desired contradiction since




          $$a,b,cin {ninmathbb N: 1≤n≤9}$$ Therefore $$c<10a+b$$and hence $$10a+bnmid c$$







          share|cite|improve this answer









          $endgroup$



          It's actually never possible to find such numbers since for a three digit number $[abc]$
          $$10a+b mid 100a+10b+ciff frac{100a+10b+c}{10a+b}in mathbb Z$$
          However
          $$frac{100a+10b+c}{10a+b}=frac{10·(10a+b)+c}{10a+b}=10+frac{c}{10a+b}notin mathbb Z$$
          Which is the desired contradiction since




          $$a,b,cin {ninmathbb N: 1≤n≤9}$$ Therefore $$c<10a+b$$and hence $$10a+bnmid c$$








          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 1 hour ago









          Dr. MathvaDr. Mathva

          997316




          997316























              2












              $begingroup$

              A number $$abc$$ formed by the non-zero digits $a,b,c$ can never be divisible by $$ab$$ formed by $a$ and $b$ because if we divide by this number, the residue is $c$ which is non-zero and smaller than the number $ab$.






              share|cite|improve this answer









              $endgroup$


















                2












                $begingroup$

                A number $$abc$$ formed by the non-zero digits $a,b,c$ can never be divisible by $$ab$$ formed by $a$ and $b$ because if we divide by this number, the residue is $c$ which is non-zero and smaller than the number $ab$.






                share|cite|improve this answer









                $endgroup$
















                  2












                  2








                  2





                  $begingroup$

                  A number $$abc$$ formed by the non-zero digits $a,b,c$ can never be divisible by $$ab$$ formed by $a$ and $b$ because if we divide by this number, the residue is $c$ which is non-zero and smaller than the number $ab$.






                  share|cite|improve this answer









                  $endgroup$



                  A number $$abc$$ formed by the non-zero digits $a,b,c$ can never be divisible by $$ab$$ formed by $a$ and $b$ because if we divide by this number, the residue is $c$ which is non-zero and smaller than the number $ab$.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 1 hour ago









                  PeterPeter

                  47k1039125




                  47k1039125






















                      Xxx Ddd is a new contributor. Be nice, and check out our Code of Conduct.










                      draft saved

                      draft discarded


















                      Xxx Ddd is a new contributor. Be nice, and check out our Code of Conduct.













                      Xxx Ddd is a new contributor. Be nice, and check out our Code of Conduct.












                      Xxx Ddd 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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3080359%2ffind-all-three-digit-numbers-which-are-divisible-by-groups-of-its-digits%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

                      How to label and detect the document text images

                      Vallis Paradisi

                      Tabula Rosettana