Proof that an odd integer multiplied by $3$ and squared is always odd












4














I'm working with a proof in a discrete structures CS course, and I am a little confused by how to build up some logic for the argument. Currently we're working with symbolic logic, the problem statement is:



"For all integers n, if n is an odd integer, then $ 3n^2$ is also an odd integer."



So far I know I can build this problem by stating the two following things:




  1. Prove all odd numbers, multiplied by $3$ remain odd. (how can I go about proving this?)

  2. Prove all odd numbers square also remain odd.


What would be the best way about proving this? Would it be simpler to prove all numbers multiplied by an odd number remain odd (since an odd number squared is still being multiplied by an odd number)



I'm not really looking for a solution to be handed to me, I just feel a little stuck on where to go from here, and would like some direction on what to do next.



Thanks ahead of time guys!










share|cite|improve this question





























    4














    I'm working with a proof in a discrete structures CS course, and I am a little confused by how to build up some logic for the argument. Currently we're working with symbolic logic, the problem statement is:



    "For all integers n, if n is an odd integer, then $ 3n^2$ is also an odd integer."



    So far I know I can build this problem by stating the two following things:




    1. Prove all odd numbers, multiplied by $3$ remain odd. (how can I go about proving this?)

    2. Prove all odd numbers square also remain odd.


    What would be the best way about proving this? Would it be simpler to prove all numbers multiplied by an odd number remain odd (since an odd number squared is still being multiplied by an odd number)



    I'm not really looking for a solution to be handed to me, I just feel a little stuck on where to go from here, and would like some direction on what to do next.



    Thanks ahead of time guys!










    share|cite|improve this question



























      4












      4








      4







      I'm working with a proof in a discrete structures CS course, and I am a little confused by how to build up some logic for the argument. Currently we're working with symbolic logic, the problem statement is:



      "For all integers n, if n is an odd integer, then $ 3n^2$ is also an odd integer."



      So far I know I can build this problem by stating the two following things:




      1. Prove all odd numbers, multiplied by $3$ remain odd. (how can I go about proving this?)

      2. Prove all odd numbers square also remain odd.


      What would be the best way about proving this? Would it be simpler to prove all numbers multiplied by an odd number remain odd (since an odd number squared is still being multiplied by an odd number)



      I'm not really looking for a solution to be handed to me, I just feel a little stuck on where to go from here, and would like some direction on what to do next.



      Thanks ahead of time guys!










      share|cite|improve this question















      I'm working with a proof in a discrete structures CS course, and I am a little confused by how to build up some logic for the argument. Currently we're working with symbolic logic, the problem statement is:



      "For all integers n, if n is an odd integer, then $ 3n^2$ is also an odd integer."



      So far I know I can build this problem by stating the two following things:




      1. Prove all odd numbers, multiplied by $3$ remain odd. (how can I go about proving this?)

      2. Prove all odd numbers square also remain odd.


      What would be the best way about proving this? Would it be simpler to prove all numbers multiplied by an odd number remain odd (since an odd number squared is still being multiplied by an odd number)



      I'm not really looking for a solution to be handed to me, I just feel a little stuck on where to go from here, and would like some direction on what to do next.



      Thanks ahead of time guys!







      elementary-number-theory proof-writing






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jan 4 at 8:49









      Eevee Trainer

      5,0211734




      5,0211734










      asked Nov 1 '14 at 20:31









      dustybladedustyblade

      765




      765






















          4 Answers
          4






          active

          oldest

          votes


















          3














          Consider that any odd number $x$ can be written as, for some integer $n$
          $$x=2n+1.$$
          So, if you had, for instance two odd $x_1$ and $x_2$, you could say
          $$x_1=2n_1+1$$
          $$x_2=2n_2+1.$$
          When you multiply these expressions, can you see how we would express the result in following form $$x_1x_2=2(text{some integer})+1$$
          and hence show the product is odd?






          share|cite|improve this answer





























            2














            The definition of "odd" is "not divisible by 2". You can see that multiplying an odd number by 3 and squaring preserves oddness by manipulating the prime factorization, which will still contain no powers of 2.






            share|cite|improve this answer





















            • It's worth noting that this only applies to integers; by this definition, $sqrt{2}$ is odd, meaning the product of two "odd" numbers $sqrt{2}cdot sqrt{2}=2$ is even!
              – Milo Brandt
              Nov 1 '14 at 20:40










            • A positive real number has a prime factorization if and only if it is an integer (at least if we assume the exponents of the primes are nonnegative integers).
              – Matt Samuel
              Nov 1 '14 at 20:42





















            2














            Any odd number $n$ can be written as $2p+1$.



            $3n^2$ = $3(2p+1)^2$



            =$3(4p^2+4p+1)$



            The term in parenthesis is odd, since $4p^2$ and $4p$ are both even for any value of $p$.



            $3$ times an odd number is odd.






            share|cite|improve this answer





























              0














              Probably the simplest proof you can make for this:




              • Let $n in mathbb{N}$ be odd.

              • Thus, $2 not mid n$.

              • Thus, $2 not mid n^2$.

              • We also note $2 not mid 3$, and thus, $2 not mid 3n^2$.


              This proof essentially makes heavy use of the fact that if $d mid ab$, then $d mid a$ or $d mid b$. The contrapositive of that claim is if $d not mid a$ and $d not mid b$, then $d not mid ab$.



              (I recognize this post is old, but I felt like this proof is simpler and more intuitive, so hopefully people will appreciate this alternate proof as well.)






              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%2f1001588%2fproof-that-an-odd-integer-multiplied-by-3-and-squared-is-always-odd%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                4 Answers
                4






                active

                oldest

                votes








                4 Answers
                4






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                3














                Consider that any odd number $x$ can be written as, for some integer $n$
                $$x=2n+1.$$
                So, if you had, for instance two odd $x_1$ and $x_2$, you could say
                $$x_1=2n_1+1$$
                $$x_2=2n_2+1.$$
                When you multiply these expressions, can you see how we would express the result in following form $$x_1x_2=2(text{some integer})+1$$
                and hence show the product is odd?






                share|cite|improve this answer


























                  3














                  Consider that any odd number $x$ can be written as, for some integer $n$
                  $$x=2n+1.$$
                  So, if you had, for instance two odd $x_1$ and $x_2$, you could say
                  $$x_1=2n_1+1$$
                  $$x_2=2n_2+1.$$
                  When you multiply these expressions, can you see how we would express the result in following form $$x_1x_2=2(text{some integer})+1$$
                  and hence show the product is odd?






                  share|cite|improve this answer
























                    3












                    3








                    3






                    Consider that any odd number $x$ can be written as, for some integer $n$
                    $$x=2n+1.$$
                    So, if you had, for instance two odd $x_1$ and $x_2$, you could say
                    $$x_1=2n_1+1$$
                    $$x_2=2n_2+1.$$
                    When you multiply these expressions, can you see how we would express the result in following form $$x_1x_2=2(text{some integer})+1$$
                    and hence show the product is odd?






                    share|cite|improve this answer












                    Consider that any odd number $x$ can be written as, for some integer $n$
                    $$x=2n+1.$$
                    So, if you had, for instance two odd $x_1$ and $x_2$, you could say
                    $$x_1=2n_1+1$$
                    $$x_2=2n_2+1.$$
                    When you multiply these expressions, can you see how we would express the result in following form $$x_1x_2=2(text{some integer})+1$$
                    and hence show the product is odd?







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Nov 1 '14 at 20:37









                    Milo BrandtMilo Brandt

                    39.4k475139




                    39.4k475139























                        2














                        The definition of "odd" is "not divisible by 2". You can see that multiplying an odd number by 3 and squaring preserves oddness by manipulating the prime factorization, which will still contain no powers of 2.






                        share|cite|improve this answer





















                        • It's worth noting that this only applies to integers; by this definition, $sqrt{2}$ is odd, meaning the product of two "odd" numbers $sqrt{2}cdot sqrt{2}=2$ is even!
                          – Milo Brandt
                          Nov 1 '14 at 20:40










                        • A positive real number has a prime factorization if and only if it is an integer (at least if we assume the exponents of the primes are nonnegative integers).
                          – Matt Samuel
                          Nov 1 '14 at 20:42


















                        2














                        The definition of "odd" is "not divisible by 2". You can see that multiplying an odd number by 3 and squaring preserves oddness by manipulating the prime factorization, which will still contain no powers of 2.






                        share|cite|improve this answer





















                        • It's worth noting that this only applies to integers; by this definition, $sqrt{2}$ is odd, meaning the product of two "odd" numbers $sqrt{2}cdot sqrt{2}=2$ is even!
                          – Milo Brandt
                          Nov 1 '14 at 20:40










                        • A positive real number has a prime factorization if and only if it is an integer (at least if we assume the exponents of the primes are nonnegative integers).
                          – Matt Samuel
                          Nov 1 '14 at 20:42
















                        2












                        2








                        2






                        The definition of "odd" is "not divisible by 2". You can see that multiplying an odd number by 3 and squaring preserves oddness by manipulating the prime factorization, which will still contain no powers of 2.






                        share|cite|improve this answer












                        The definition of "odd" is "not divisible by 2". You can see that multiplying an odd number by 3 and squaring preserves oddness by manipulating the prime factorization, which will still contain no powers of 2.







                        share|cite|improve this answer












                        share|cite|improve this answer



                        share|cite|improve this answer










                        answered Nov 1 '14 at 20:37









                        Matt SamuelMatt Samuel

                        37.4k63665




                        37.4k63665












                        • It's worth noting that this only applies to integers; by this definition, $sqrt{2}$ is odd, meaning the product of two "odd" numbers $sqrt{2}cdot sqrt{2}=2$ is even!
                          – Milo Brandt
                          Nov 1 '14 at 20:40










                        • A positive real number has a prime factorization if and only if it is an integer (at least if we assume the exponents of the primes are nonnegative integers).
                          – Matt Samuel
                          Nov 1 '14 at 20:42




















                        • It's worth noting that this only applies to integers; by this definition, $sqrt{2}$ is odd, meaning the product of two "odd" numbers $sqrt{2}cdot sqrt{2}=2$ is even!
                          – Milo Brandt
                          Nov 1 '14 at 20:40










                        • A positive real number has a prime factorization if and only if it is an integer (at least if we assume the exponents of the primes are nonnegative integers).
                          – Matt Samuel
                          Nov 1 '14 at 20:42


















                        It's worth noting that this only applies to integers; by this definition, $sqrt{2}$ is odd, meaning the product of two "odd" numbers $sqrt{2}cdot sqrt{2}=2$ is even!
                        – Milo Brandt
                        Nov 1 '14 at 20:40




                        It's worth noting that this only applies to integers; by this definition, $sqrt{2}$ is odd, meaning the product of two "odd" numbers $sqrt{2}cdot sqrt{2}=2$ is even!
                        – Milo Brandt
                        Nov 1 '14 at 20:40












                        A positive real number has a prime factorization if and only if it is an integer (at least if we assume the exponents of the primes are nonnegative integers).
                        – Matt Samuel
                        Nov 1 '14 at 20:42






                        A positive real number has a prime factorization if and only if it is an integer (at least if we assume the exponents of the primes are nonnegative integers).
                        – Matt Samuel
                        Nov 1 '14 at 20:42













                        2














                        Any odd number $n$ can be written as $2p+1$.



                        $3n^2$ = $3(2p+1)^2$



                        =$3(4p^2+4p+1)$



                        The term in parenthesis is odd, since $4p^2$ and $4p$ are both even for any value of $p$.



                        $3$ times an odd number is odd.






                        share|cite|improve this answer


























                          2














                          Any odd number $n$ can be written as $2p+1$.



                          $3n^2$ = $3(2p+1)^2$



                          =$3(4p^2+4p+1)$



                          The term in parenthesis is odd, since $4p^2$ and $4p$ are both even for any value of $p$.



                          $3$ times an odd number is odd.






                          share|cite|improve this answer
























                            2












                            2








                            2






                            Any odd number $n$ can be written as $2p+1$.



                            $3n^2$ = $3(2p+1)^2$



                            =$3(4p^2+4p+1)$



                            The term in parenthesis is odd, since $4p^2$ and $4p$ are both even for any value of $p$.



                            $3$ times an odd number is odd.






                            share|cite|improve this answer












                            Any odd number $n$ can be written as $2p+1$.



                            $3n^2$ = $3(2p+1)^2$



                            =$3(4p^2+4p+1)$



                            The term in parenthesis is odd, since $4p^2$ and $4p$ are both even for any value of $p$.



                            $3$ times an odd number is odd.







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered Nov 1 '14 at 21:34









                            Rao A.Rao A.

                            1673




                            1673























                                0














                                Probably the simplest proof you can make for this:




                                • Let $n in mathbb{N}$ be odd.

                                • Thus, $2 not mid n$.

                                • Thus, $2 not mid n^2$.

                                • We also note $2 not mid 3$, and thus, $2 not mid 3n^2$.


                                This proof essentially makes heavy use of the fact that if $d mid ab$, then $d mid a$ or $d mid b$. The contrapositive of that claim is if $d not mid a$ and $d not mid b$, then $d not mid ab$.



                                (I recognize this post is old, but I felt like this proof is simpler and more intuitive, so hopefully people will appreciate this alternate proof as well.)






                                share|cite|improve this answer


























                                  0














                                  Probably the simplest proof you can make for this:




                                  • Let $n in mathbb{N}$ be odd.

                                  • Thus, $2 not mid n$.

                                  • Thus, $2 not mid n^2$.

                                  • We also note $2 not mid 3$, and thus, $2 not mid 3n^2$.


                                  This proof essentially makes heavy use of the fact that if $d mid ab$, then $d mid a$ or $d mid b$. The contrapositive of that claim is if $d not mid a$ and $d not mid b$, then $d not mid ab$.



                                  (I recognize this post is old, but I felt like this proof is simpler and more intuitive, so hopefully people will appreciate this alternate proof as well.)






                                  share|cite|improve this answer
























                                    0












                                    0








                                    0






                                    Probably the simplest proof you can make for this:




                                    • Let $n in mathbb{N}$ be odd.

                                    • Thus, $2 not mid n$.

                                    • Thus, $2 not mid n^2$.

                                    • We also note $2 not mid 3$, and thus, $2 not mid 3n^2$.


                                    This proof essentially makes heavy use of the fact that if $d mid ab$, then $d mid a$ or $d mid b$. The contrapositive of that claim is if $d not mid a$ and $d not mid b$, then $d not mid ab$.



                                    (I recognize this post is old, but I felt like this proof is simpler and more intuitive, so hopefully people will appreciate this alternate proof as well.)






                                    share|cite|improve this answer












                                    Probably the simplest proof you can make for this:




                                    • Let $n in mathbb{N}$ be odd.

                                    • Thus, $2 not mid n$.

                                    • Thus, $2 not mid n^2$.

                                    • We also note $2 not mid 3$, and thus, $2 not mid 3n^2$.


                                    This proof essentially makes heavy use of the fact that if $d mid ab$, then $d mid a$ or $d mid b$. The contrapositive of that claim is if $d not mid a$ and $d not mid b$, then $d not mid ab$.



                                    (I recognize this post is old, but I felt like this proof is simpler and more intuitive, so hopefully people will appreciate this alternate proof as well.)







                                    share|cite|improve this answer












                                    share|cite|improve this answer



                                    share|cite|improve this answer










                                    answered Jan 4 at 8:48









                                    Eevee TrainerEevee Trainer

                                    5,0211734




                                    5,0211734






























                                        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%2f1001588%2fproof-that-an-odd-integer-multiplied-by-3-and-squared-is-always-odd%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

                                        An IMO inspired problem

                                        Management

                                        Investment