Solving a Congruence Relation with a function

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











up vote
0
down vote

favorite












I am trying to solve $x^2-1=0mod 24$. First I use a theorem which states that $mathbbZ/n simeq mathbbZ/p_1^r_1 times cdots times mathbbZ/p_k^r_k$, where $p_1^r_1cdots p_k^r_k$ is the prime factorization of $n$. Then since $24 = 2^3cdot 3$, we can solve two congruence equations:
$$
x_1 := x in mathbbZ/8 : x^2-1 = 0 mod 2^3 qquad x_2:=xinmathbbZ/3 : x^2-1 = 0 mod 3
$$
Its easy enough to show that $x_1 = 1,3,5,7$, and $x_2 =1,2$. But then the next step is to combine them together to get all of the solutions modulo $24$. This is where I am getting confused because the notes say that the solution is: $x = 1,5,7,11,13,17,19,23$, but I don't see where all of these extra numbers are coming from, or how the above theorem is being applied to get these extra solutions. I know that the theorem implies that the number of solutions in $mathbbZ/24$ will be equal to $lvert x_1rvertlvert x_2rvert=8$, but where the specific numbers come from I have no idea. Any advice or suggested readings would be appreciated!







share|cite|improve this question
























    up vote
    0
    down vote

    favorite












    I am trying to solve $x^2-1=0mod 24$. First I use a theorem which states that $mathbbZ/n simeq mathbbZ/p_1^r_1 times cdots times mathbbZ/p_k^r_k$, where $p_1^r_1cdots p_k^r_k$ is the prime factorization of $n$. Then since $24 = 2^3cdot 3$, we can solve two congruence equations:
    $$
    x_1 := x in mathbbZ/8 : x^2-1 = 0 mod 2^3 qquad x_2:=xinmathbbZ/3 : x^2-1 = 0 mod 3
    $$
    Its easy enough to show that $x_1 = 1,3,5,7$, and $x_2 =1,2$. But then the next step is to combine them together to get all of the solutions modulo $24$. This is where I am getting confused because the notes say that the solution is: $x = 1,5,7,11,13,17,19,23$, but I don't see where all of these extra numbers are coming from, or how the above theorem is being applied to get these extra solutions. I know that the theorem implies that the number of solutions in $mathbbZ/24$ will be equal to $lvert x_1rvertlvert x_2rvert=8$, but where the specific numbers come from I have no idea. Any advice or suggested readings would be appreciated!







    share|cite|improve this question






















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am trying to solve $x^2-1=0mod 24$. First I use a theorem which states that $mathbbZ/n simeq mathbbZ/p_1^r_1 times cdots times mathbbZ/p_k^r_k$, where $p_1^r_1cdots p_k^r_k$ is the prime factorization of $n$. Then since $24 = 2^3cdot 3$, we can solve two congruence equations:
      $$
      x_1 := x in mathbbZ/8 : x^2-1 = 0 mod 2^3 qquad x_2:=xinmathbbZ/3 : x^2-1 = 0 mod 3
      $$
      Its easy enough to show that $x_1 = 1,3,5,7$, and $x_2 =1,2$. But then the next step is to combine them together to get all of the solutions modulo $24$. This is where I am getting confused because the notes say that the solution is: $x = 1,5,7,11,13,17,19,23$, but I don't see where all of these extra numbers are coming from, or how the above theorem is being applied to get these extra solutions. I know that the theorem implies that the number of solutions in $mathbbZ/24$ will be equal to $lvert x_1rvertlvert x_2rvert=8$, but where the specific numbers come from I have no idea. Any advice or suggested readings would be appreciated!







      share|cite|improve this question












      I am trying to solve $x^2-1=0mod 24$. First I use a theorem which states that $mathbbZ/n simeq mathbbZ/p_1^r_1 times cdots times mathbbZ/p_k^r_k$, where $p_1^r_1cdots p_k^r_k$ is the prime factorization of $n$. Then since $24 = 2^3cdot 3$, we can solve two congruence equations:
      $$
      x_1 := x in mathbbZ/8 : x^2-1 = 0 mod 2^3 qquad x_2:=xinmathbbZ/3 : x^2-1 = 0 mod 3
      $$
      Its easy enough to show that $x_1 = 1,3,5,7$, and $x_2 =1,2$. But then the next step is to combine them together to get all of the solutions modulo $24$. This is where I am getting confused because the notes say that the solution is: $x = 1,5,7,11,13,17,19,23$, but I don't see where all of these extra numbers are coming from, or how the above theorem is being applied to get these extra solutions. I know that the theorem implies that the number of solutions in $mathbbZ/24$ will be equal to $lvert x_1rvertlvert x_2rvert=8$, but where the specific numbers come from I have no idea. Any advice or suggested readings would be appreciated!









      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Aug 28 at 14:06









      Logan Toll

      738417




      738417




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          There are no extra numbers there. The numbers that you mentioned are the numbers from the set $0,1,2,ldots,23$ wich are simultaneously congruent with $1$, $3$, $5$, or $7$ modulo $8(=2^3)$ and congruent with $1$ or $2$ modulo $3$. Take $19$, for instance, and note that $19equiv3pmod8$ and that $19equiv1pmod3$.






          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',
            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%2f2897300%2fsolving-a-congruence-relation-with-a-function%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



            accepted










            There are no extra numbers there. The numbers that you mentioned are the numbers from the set $0,1,2,ldots,23$ wich are simultaneously congruent with $1$, $3$, $5$, or $7$ modulo $8(=2^3)$ and congruent with $1$ or $2$ modulo $3$. Take $19$, for instance, and note that $19equiv3pmod8$ and that $19equiv1pmod3$.






            share|cite|improve this answer
























              up vote
              1
              down vote



              accepted










              There are no extra numbers there. The numbers that you mentioned are the numbers from the set $0,1,2,ldots,23$ wich are simultaneously congruent with $1$, $3$, $5$, or $7$ modulo $8(=2^3)$ and congruent with $1$ or $2$ modulo $3$. Take $19$, for instance, and note that $19equiv3pmod8$ and that $19equiv1pmod3$.






              share|cite|improve this answer






















                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                There are no extra numbers there. The numbers that you mentioned are the numbers from the set $0,1,2,ldots,23$ wich are simultaneously congruent with $1$, $3$, $5$, or $7$ modulo $8(=2^3)$ and congruent with $1$ or $2$ modulo $3$. Take $19$, for instance, and note that $19equiv3pmod8$ and that $19equiv1pmod3$.






                share|cite|improve this answer












                There are no extra numbers there. The numbers that you mentioned are the numbers from the set $0,1,2,ldots,23$ wich are simultaneously congruent with $1$, $3$, $5$, or $7$ modulo $8(=2^3)$ and congruent with $1$ or $2$ modulo $3$. Take $19$, for instance, and note that $19equiv3pmod8$ and that $19equiv1pmod3$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Aug 28 at 14:13









                José Carlos Santos

                120k16101182




                120k16101182



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2897300%2fsolving-a-congruence-relation-with-a-function%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    這個網誌中的熱門文章

                    How to combine Bézier curves to a surface?

                    Carbon dioxide

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