Easy Factoring Question

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











up vote
1
down vote

favorite












Very Easy question, but I wasn't actively doing the question and I got it wrong. I was looking at it & didn't know which step was wrong? It looked like all the individual steps are correct but the final solution is wrong.



I'm fully aware the solution is wrong & that if I plug the "roots" back in its wrong.



$$ 3x^2 - 6x^2 - 9 = 0 $$
$$ 9 = 3x(x-2) $$
$$ x_1 = frac39 qquad x_2 = 11 $$



I should have factored etc etc, but I'm curious to know which step is incorrect & why.










share|cite|improve this question

























    up vote
    1
    down vote

    favorite












    Very Easy question, but I wasn't actively doing the question and I got it wrong. I was looking at it & didn't know which step was wrong? It looked like all the individual steps are correct but the final solution is wrong.



    I'm fully aware the solution is wrong & that if I plug the "roots" back in its wrong.



    $$ 3x^2 - 6x^2 - 9 = 0 $$
    $$ 9 = 3x(x-2) $$
    $$ x_1 = frac39 qquad x_2 = 11 $$



    I should have factored etc etc, but I'm curious to know which step is incorrect & why.










    share|cite|improve this question























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Very Easy question, but I wasn't actively doing the question and I got it wrong. I was looking at it & didn't know which step was wrong? It looked like all the individual steps are correct but the final solution is wrong.



      I'm fully aware the solution is wrong & that if I plug the "roots" back in its wrong.



      $$ 3x^2 - 6x^2 - 9 = 0 $$
      $$ 9 = 3x(x-2) $$
      $$ x_1 = frac39 qquad x_2 = 11 $$



      I should have factored etc etc, but I'm curious to know which step is incorrect & why.










      share|cite|improve this question













      Very Easy question, but I wasn't actively doing the question and I got it wrong. I was looking at it & didn't know which step was wrong? It looked like all the individual steps are correct but the final solution is wrong.



      I'm fully aware the solution is wrong & that if I plug the "roots" back in its wrong.



      $$ 3x^2 - 6x^2 - 9 = 0 $$
      $$ 9 = 3x(x-2) $$
      $$ x_1 = frac39 qquad x_2 = 11 $$



      I should have factored etc etc, but I'm curious to know which step is incorrect & why.







      quadratics






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 2 hours ago









      Andre Fu

      587




      587




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          I think you meant to write $3x^2−6x−9=0$. Then your first steps are fine:



          $$3x^2−6x=9$$
          $$3x(x-2)=9$$



          At this point, I think you erroneously separated this equation into two equations
          $$3x=9quadmathrmor$$
          $$x-2=9$$.



          If you have two numbers $a$ and $b$ where $acdot b=9$, you cannot conclude that $a=9$ or $b=9$.



          On the other hand, (*) if you have two numbers $a$ and $b$ where $acdot b=0$, you can conclude that $a=0$ or $b=0$.



          Let's do it right.
          $$3x^2−6x−9=0$$
          $$x^2−2x−3=0$$
          $$(x-3)(x+1)=0$$



          Now apply (*), to get
          $$(x-3)=0quadmathrmorquad(x+1)=0.$$






          share|cite|improve this answer




















          • Good pedagogy. Plus one.
            – Lubin
            13 mins ago

















          up vote
          2
          down vote













          You cannot have a non-zero number on the RHS of $(x-a)(x-b)=k$ (in this case, it is 9). Only when $(x-a)(x-b)=0$ can wd conclude that $x=a$ and $x=b$ are roots.






          share|cite|improve this answer



























            up vote
            1
            down vote













            A root of a function is a value $x$ such that $f(x)=0$. However, you have an expression $g(x)=9$, so we are not finding roots. In this case, $f(x)=3x^2-6x-9$ so to find the roots is to solve
            $$3x^2-6x-9=0$$
            Factoring, we obtain
            beginalign*
            3(x^2-2x-3) & =0
            \ 3(x+1)(x-3) & = 0
            \ (x+1)(x-3) & =0
            endalign*

            In order for the equality to hold, either $x+1=0$ or $x-3=0$, so the roots are $x_1=-1$ and $x_2=3$.






            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%2f2960199%2feasy-factoring-question%23new-answer', 'question_page');

              );

              Post as a guest






























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              2
              down vote



              accepted










              I think you meant to write $3x^2−6x−9=0$. Then your first steps are fine:



              $$3x^2−6x=9$$
              $$3x(x-2)=9$$



              At this point, I think you erroneously separated this equation into two equations
              $$3x=9quadmathrmor$$
              $$x-2=9$$.



              If you have two numbers $a$ and $b$ where $acdot b=9$, you cannot conclude that $a=9$ or $b=9$.



              On the other hand, (*) if you have two numbers $a$ and $b$ where $acdot b=0$, you can conclude that $a=0$ or $b=0$.



              Let's do it right.
              $$3x^2−6x−9=0$$
              $$x^2−2x−3=0$$
              $$(x-3)(x+1)=0$$



              Now apply (*), to get
              $$(x-3)=0quadmathrmorquad(x+1)=0.$$






              share|cite|improve this answer




















              • Good pedagogy. Plus one.
                – Lubin
                13 mins ago














              up vote
              2
              down vote



              accepted










              I think you meant to write $3x^2−6x−9=0$. Then your first steps are fine:



              $$3x^2−6x=9$$
              $$3x(x-2)=9$$



              At this point, I think you erroneously separated this equation into two equations
              $$3x=9quadmathrmor$$
              $$x-2=9$$.



              If you have two numbers $a$ and $b$ where $acdot b=9$, you cannot conclude that $a=9$ or $b=9$.



              On the other hand, (*) if you have two numbers $a$ and $b$ where $acdot b=0$, you can conclude that $a=0$ or $b=0$.



              Let's do it right.
              $$3x^2−6x−9=0$$
              $$x^2−2x−3=0$$
              $$(x-3)(x+1)=0$$



              Now apply (*), to get
              $$(x-3)=0quadmathrmorquad(x+1)=0.$$






              share|cite|improve this answer




















              • Good pedagogy. Plus one.
                – Lubin
                13 mins ago












              up vote
              2
              down vote



              accepted







              up vote
              2
              down vote



              accepted






              I think you meant to write $3x^2−6x−9=0$. Then your first steps are fine:



              $$3x^2−6x=9$$
              $$3x(x-2)=9$$



              At this point, I think you erroneously separated this equation into two equations
              $$3x=9quadmathrmor$$
              $$x-2=9$$.



              If you have two numbers $a$ and $b$ where $acdot b=9$, you cannot conclude that $a=9$ or $b=9$.



              On the other hand, (*) if you have two numbers $a$ and $b$ where $acdot b=0$, you can conclude that $a=0$ or $b=0$.



              Let's do it right.
              $$3x^2−6x−9=0$$
              $$x^2−2x−3=0$$
              $$(x-3)(x+1)=0$$



              Now apply (*), to get
              $$(x-3)=0quadmathrmorquad(x+1)=0.$$






              share|cite|improve this answer












              I think you meant to write $3x^2−6x−9=0$. Then your first steps are fine:



              $$3x^2−6x=9$$
              $$3x(x-2)=9$$



              At this point, I think you erroneously separated this equation into two equations
              $$3x=9quadmathrmor$$
              $$x-2=9$$.



              If you have two numbers $a$ and $b$ where $acdot b=9$, you cannot conclude that $a=9$ or $b=9$.



              On the other hand, (*) if you have two numbers $a$ and $b$ where $acdot b=0$, you can conclude that $a=0$ or $b=0$.



              Let's do it right.
              $$3x^2−6x−9=0$$
              $$x^2−2x−3=0$$
              $$(x-3)(x+1)=0$$



              Now apply (*), to get
              $$(x-3)=0quadmathrmorquad(x+1)=0.$$







              share|cite|improve this answer












              share|cite|improve this answer



              share|cite|improve this answer










              answered 2 hours ago









              irchans

              44426




              44426











              • Good pedagogy. Plus one.
                – Lubin
                13 mins ago
















              • Good pedagogy. Plus one.
                – Lubin
                13 mins ago















              Good pedagogy. Plus one.
              – Lubin
              13 mins ago




              Good pedagogy. Plus one.
              – Lubin
              13 mins ago










              up vote
              2
              down vote













              You cannot have a non-zero number on the RHS of $(x-a)(x-b)=k$ (in this case, it is 9). Only when $(x-a)(x-b)=0$ can wd conclude that $x=a$ and $x=b$ are roots.






              share|cite|improve this answer
























                up vote
                2
                down vote













                You cannot have a non-zero number on the RHS of $(x-a)(x-b)=k$ (in this case, it is 9). Only when $(x-a)(x-b)=0$ can wd conclude that $x=a$ and $x=b$ are roots.






                share|cite|improve this answer






















                  up vote
                  2
                  down vote










                  up vote
                  2
                  down vote









                  You cannot have a non-zero number on the RHS of $(x-a)(x-b)=k$ (in this case, it is 9). Only when $(x-a)(x-b)=0$ can wd conclude that $x=a$ and $x=b$ are roots.






                  share|cite|improve this answer












                  You cannot have a non-zero number on the RHS of $(x-a)(x-b)=k$ (in this case, it is 9). Only when $(x-a)(x-b)=0$ can wd conclude that $x=a$ and $x=b$ are roots.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 2 hours ago









                  Parcly Taxel

                  36.3k136994




                  36.3k136994




















                      up vote
                      1
                      down vote













                      A root of a function is a value $x$ such that $f(x)=0$. However, you have an expression $g(x)=9$, so we are not finding roots. In this case, $f(x)=3x^2-6x-9$ so to find the roots is to solve
                      $$3x^2-6x-9=0$$
                      Factoring, we obtain
                      beginalign*
                      3(x^2-2x-3) & =0
                      \ 3(x+1)(x-3) & = 0
                      \ (x+1)(x-3) & =0
                      endalign*

                      In order for the equality to hold, either $x+1=0$ or $x-3=0$, so the roots are $x_1=-1$ and $x_2=3$.






                      share|cite|improve this answer
























                        up vote
                        1
                        down vote













                        A root of a function is a value $x$ such that $f(x)=0$. However, you have an expression $g(x)=9$, so we are not finding roots. In this case, $f(x)=3x^2-6x-9$ so to find the roots is to solve
                        $$3x^2-6x-9=0$$
                        Factoring, we obtain
                        beginalign*
                        3(x^2-2x-3) & =0
                        \ 3(x+1)(x-3) & = 0
                        \ (x+1)(x-3) & =0
                        endalign*

                        In order for the equality to hold, either $x+1=0$ or $x-3=0$, so the roots are $x_1=-1$ and $x_2=3$.






                        share|cite|improve this answer






















                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          A root of a function is a value $x$ such that $f(x)=0$. However, you have an expression $g(x)=9$, so we are not finding roots. In this case, $f(x)=3x^2-6x-9$ so to find the roots is to solve
                          $$3x^2-6x-9=0$$
                          Factoring, we obtain
                          beginalign*
                          3(x^2-2x-3) & =0
                          \ 3(x+1)(x-3) & = 0
                          \ (x+1)(x-3) & =0
                          endalign*

                          In order for the equality to hold, either $x+1=0$ or $x-3=0$, so the roots are $x_1=-1$ and $x_2=3$.






                          share|cite|improve this answer












                          A root of a function is a value $x$ such that $f(x)=0$. However, you have an expression $g(x)=9$, so we are not finding roots. In this case, $f(x)=3x^2-6x-9$ so to find the roots is to solve
                          $$3x^2-6x-9=0$$
                          Factoring, we obtain
                          beginalign*
                          3(x^2-2x-3) & =0
                          \ 3(x+1)(x-3) & = 0
                          \ (x+1)(x-3) & =0
                          endalign*

                          In order for the equality to hold, either $x+1=0$ or $x-3=0$, so the roots are $x_1=-1$ and $x_2=3$.







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered 2 hours ago









                          高田航

                          1,186318




                          1,186318



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2960199%2feasy-factoring-question%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              Comments

                              Popular posts from this blog

                              Long meetings (6-7 hours a day): Being “babysat” by supervisor

                              Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                              Confectionery