Digit Sum of three consecutive number is always 6












0












$begingroup$


I'm aware that in the series of 3 consecutive numbers, one of those is a multiple of 2,3 and 4. But I’m wondering how I’ll explain this observation:
$$begin{align}
1+2+3 &= 6\
4 + 5 + 6 &= 15
end{align}$$

following this pattern continuously I always end up with the digit sum of $6$. I started with $n + (n+1) + (n+2) = 3n + 3$ and the actual number is lets say $10p + q$ hence digit sum is represented by $p + q$... but I cannot connect $3n + 3$ to $p+q$. How sure I am that this will run indefinitely?



Any idea?










share|cite|improve this question











$endgroup$








  • 4




    $begingroup$
    $5+6+7=18$ with digit sum $9$
    $endgroup$
    – Daniel Mathias
    Jan 28 at 3:47
















0












$begingroup$


I'm aware that in the series of 3 consecutive numbers, one of those is a multiple of 2,3 and 4. But I’m wondering how I’ll explain this observation:
$$begin{align}
1+2+3 &= 6\
4 + 5 + 6 &= 15
end{align}$$

following this pattern continuously I always end up with the digit sum of $6$. I started with $n + (n+1) + (n+2) = 3n + 3$ and the actual number is lets say $10p + q$ hence digit sum is represented by $p + q$... but I cannot connect $3n + 3$ to $p+q$. How sure I am that this will run indefinitely?



Any idea?










share|cite|improve this question











$endgroup$








  • 4




    $begingroup$
    $5+6+7=18$ with digit sum $9$
    $endgroup$
    – Daniel Mathias
    Jan 28 at 3:47














0












0








0





$begingroup$


I'm aware that in the series of 3 consecutive numbers, one of those is a multiple of 2,3 and 4. But I’m wondering how I’ll explain this observation:
$$begin{align}
1+2+3 &= 6\
4 + 5 + 6 &= 15
end{align}$$

following this pattern continuously I always end up with the digit sum of $6$. I started with $n + (n+1) + (n+2) = 3n + 3$ and the actual number is lets say $10p + q$ hence digit sum is represented by $p + q$... but I cannot connect $3n + 3$ to $p+q$. How sure I am that this will run indefinitely?



Any idea?










share|cite|improve this question











$endgroup$




I'm aware that in the series of 3 consecutive numbers, one of those is a multiple of 2,3 and 4. But I’m wondering how I’ll explain this observation:
$$begin{align}
1+2+3 &= 6\
4 + 5 + 6 &= 15
end{align}$$

following this pattern continuously I always end up with the digit sum of $6$. I started with $n + (n+1) + (n+2) = 3n + 3$ and the actual number is lets say $10p + q$ hence digit sum is represented by $p + q$... but I cannot connect $3n + 3$ to $p+q$. How sure I am that this will run indefinitely?



Any idea?







number-theory






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 28 at 3:58









Arturo Magidin

266k34590920




266k34590920










asked Jan 28 at 3:44









rosarosa

604616




604616








  • 4




    $begingroup$
    $5+6+7=18$ with digit sum $9$
    $endgroup$
    – Daniel Mathias
    Jan 28 at 3:47














  • 4




    $begingroup$
    $5+6+7=18$ with digit sum $9$
    $endgroup$
    – Daniel Mathias
    Jan 28 at 3:47








4




4




$begingroup$
$5+6+7=18$ with digit sum $9$
$endgroup$
– Daniel Mathias
Jan 28 at 3:47




$begingroup$
$5+6+7=18$ with digit sum $9$
$endgroup$
– Daniel Mathias
Jan 28 at 3:47










2 Answers
2






active

oldest

votes


















3












$begingroup$

The “digit sum” is actually the same thing as the remainder when dividing by $9$, except that unless you have the number $0$, the digit sum will be $9$ when it is evenly divisible by $9$ (not too hard exercise).



If the first number you add is a multiple of $3$, then you are adding $3k$, $3k+1$, and $3k+2$. The sum is
$$3k + (3k+1) + (3k+2) = 9k + 3$$
which will have a “digit sum” of $3$.



If the first number you add is a multiple of $3$ plus $1$, then you are adding $3k+1$, $3k+2$, and $3k+3$; these are the two examples you have. Here you have
$$(3k+1) + (3k+2) + (3k+3) = 9k+ 6$$
giving your observed total of $6$.



Finally, if the first number you add is a multiple of $3$ plus $2$, then you are ading $3k+2$, $3k+3$, and $3k+4$, which gives you
$$(3k+2) + (3k+3) + (3k+4) = 9k + 9$$
Which will give you a “digit sum” of $9$ (or $0$, if you add $-1$, $0$, and $1$).






share|cite|improve this answer









$endgroup$













  • $begingroup$
    My apologies Mr. Arturo, in my haste to see the mathematics, I ignored the first paragraph. I apologise for the inconvenience.
    $endgroup$
    – Mohammad Zuhair Khan
    Jan 28 at 6:34



















1












$begingroup$

Counterexamples:
$2+3+4=9$
$5+6+7=18$ where $1+8=9$
$6+7+8=21$ where $2+1=3$






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


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3090442%2fdigit-sum-of-three-consecutive-number-is-always-6%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









    3












    $begingroup$

    The “digit sum” is actually the same thing as the remainder when dividing by $9$, except that unless you have the number $0$, the digit sum will be $9$ when it is evenly divisible by $9$ (not too hard exercise).



    If the first number you add is a multiple of $3$, then you are adding $3k$, $3k+1$, and $3k+2$. The sum is
    $$3k + (3k+1) + (3k+2) = 9k + 3$$
    which will have a “digit sum” of $3$.



    If the first number you add is a multiple of $3$ plus $1$, then you are adding $3k+1$, $3k+2$, and $3k+3$; these are the two examples you have. Here you have
    $$(3k+1) + (3k+2) + (3k+3) = 9k+ 6$$
    giving your observed total of $6$.



    Finally, if the first number you add is a multiple of $3$ plus $2$, then you are ading $3k+2$, $3k+3$, and $3k+4$, which gives you
    $$(3k+2) + (3k+3) + (3k+4) = 9k + 9$$
    Which will give you a “digit sum” of $9$ (or $0$, if you add $-1$, $0$, and $1$).






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      My apologies Mr. Arturo, in my haste to see the mathematics, I ignored the first paragraph. I apologise for the inconvenience.
      $endgroup$
      – Mohammad Zuhair Khan
      Jan 28 at 6:34
















    3












    $begingroup$

    The “digit sum” is actually the same thing as the remainder when dividing by $9$, except that unless you have the number $0$, the digit sum will be $9$ when it is evenly divisible by $9$ (not too hard exercise).



    If the first number you add is a multiple of $3$, then you are adding $3k$, $3k+1$, and $3k+2$. The sum is
    $$3k + (3k+1) + (3k+2) = 9k + 3$$
    which will have a “digit sum” of $3$.



    If the first number you add is a multiple of $3$ plus $1$, then you are adding $3k+1$, $3k+2$, and $3k+3$; these are the two examples you have. Here you have
    $$(3k+1) + (3k+2) + (3k+3) = 9k+ 6$$
    giving your observed total of $6$.



    Finally, if the first number you add is a multiple of $3$ plus $2$, then you are ading $3k+2$, $3k+3$, and $3k+4$, which gives you
    $$(3k+2) + (3k+3) + (3k+4) = 9k + 9$$
    Which will give you a “digit sum” of $9$ (or $0$, if you add $-1$, $0$, and $1$).






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      My apologies Mr. Arturo, in my haste to see the mathematics, I ignored the first paragraph. I apologise for the inconvenience.
      $endgroup$
      – Mohammad Zuhair Khan
      Jan 28 at 6:34














    3












    3








    3





    $begingroup$

    The “digit sum” is actually the same thing as the remainder when dividing by $9$, except that unless you have the number $0$, the digit sum will be $9$ when it is evenly divisible by $9$ (not too hard exercise).



    If the first number you add is a multiple of $3$, then you are adding $3k$, $3k+1$, and $3k+2$. The sum is
    $$3k + (3k+1) + (3k+2) = 9k + 3$$
    which will have a “digit sum” of $3$.



    If the first number you add is a multiple of $3$ plus $1$, then you are adding $3k+1$, $3k+2$, and $3k+3$; these are the two examples you have. Here you have
    $$(3k+1) + (3k+2) + (3k+3) = 9k+ 6$$
    giving your observed total of $6$.



    Finally, if the first number you add is a multiple of $3$ plus $2$, then you are ading $3k+2$, $3k+3$, and $3k+4$, which gives you
    $$(3k+2) + (3k+3) + (3k+4) = 9k + 9$$
    Which will give you a “digit sum” of $9$ (or $0$, if you add $-1$, $0$, and $1$).






    share|cite|improve this answer









    $endgroup$



    The “digit sum” is actually the same thing as the remainder when dividing by $9$, except that unless you have the number $0$, the digit sum will be $9$ when it is evenly divisible by $9$ (not too hard exercise).



    If the first number you add is a multiple of $3$, then you are adding $3k$, $3k+1$, and $3k+2$. The sum is
    $$3k + (3k+1) + (3k+2) = 9k + 3$$
    which will have a “digit sum” of $3$.



    If the first number you add is a multiple of $3$ plus $1$, then you are adding $3k+1$, $3k+2$, and $3k+3$; these are the two examples you have. Here you have
    $$(3k+1) + (3k+2) + (3k+3) = 9k+ 6$$
    giving your observed total of $6$.



    Finally, if the first number you add is a multiple of $3$ plus $2$, then you are ading $3k+2$, $3k+3$, and $3k+4$, which gives you
    $$(3k+2) + (3k+3) + (3k+4) = 9k + 9$$
    Which will give you a “digit sum” of $9$ (or $0$, if you add $-1$, $0$, and $1$).







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Jan 28 at 3:56









    Arturo MagidinArturo Magidin

    266k34590920




    266k34590920












    • $begingroup$
      My apologies Mr. Arturo, in my haste to see the mathematics, I ignored the first paragraph. I apologise for the inconvenience.
      $endgroup$
      – Mohammad Zuhair Khan
      Jan 28 at 6:34


















    • $begingroup$
      My apologies Mr. Arturo, in my haste to see the mathematics, I ignored the first paragraph. I apologise for the inconvenience.
      $endgroup$
      – Mohammad Zuhair Khan
      Jan 28 at 6:34
















    $begingroup$
    My apologies Mr. Arturo, in my haste to see the mathematics, I ignored the first paragraph. I apologise for the inconvenience.
    $endgroup$
    – Mohammad Zuhair Khan
    Jan 28 at 6:34




    $begingroup$
    My apologies Mr. Arturo, in my haste to see the mathematics, I ignored the first paragraph. I apologise for the inconvenience.
    $endgroup$
    – Mohammad Zuhair Khan
    Jan 28 at 6:34











    1












    $begingroup$

    Counterexamples:
    $2+3+4=9$
    $5+6+7=18$ where $1+8=9$
    $6+7+8=21$ where $2+1=3$






    share|cite|improve this answer









    $endgroup$


















      1












      $begingroup$

      Counterexamples:
      $2+3+4=9$
      $5+6+7=18$ where $1+8=9$
      $6+7+8=21$ where $2+1=3$






      share|cite|improve this answer









      $endgroup$
















        1












        1








        1





        $begingroup$

        Counterexamples:
        $2+3+4=9$
        $5+6+7=18$ where $1+8=9$
        $6+7+8=21$ where $2+1=3$






        share|cite|improve this answer









        $endgroup$



        Counterexamples:
        $2+3+4=9$
        $5+6+7=18$ where $1+8=9$
        $6+7+8=21$ where $2+1=3$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 28 at 3:47









        Mohammad Zuhair KhanMohammad Zuhair Khan

        1,6792625




        1,6792625






























            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3090442%2fdigit-sum-of-three-consecutive-number-is-always-6%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

            MongoDB - Not Authorized To Execute Command

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

            How to fix TextFormField cause rebuild widget in Flutter