Equation with one variable unknow how to solve easily

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











up vote
4
down vote

favorite












I have



$$left|beginarrayccc
x & -2 & 3x-6 \
2x & phantom-0 & 2-x \
-x & phantom-5 & x-2
endarrayright| = 0$$



How can I solve this with a fast way? I thought I can do
$$x-2+3x-6=0 implies 4x=-8 implies x=-2$$
and I will continue with the other two, but I don't know if I am right.










share|cite|improve this question



























    up vote
    4
    down vote

    favorite












    I have



    $$left|beginarrayccc
    x & -2 & 3x-6 \
    2x & phantom-0 & 2-x \
    -x & phantom-5 & x-2
    endarrayright| = 0$$



    How can I solve this with a fast way? I thought I can do
    $$x-2+3x-6=0 implies 4x=-8 implies x=-2$$
    and I will continue with the other two, but I don't know if I am right.










    share|cite|improve this question

























      up vote
      4
      down vote

      favorite









      up vote
      4
      down vote

      favorite











      I have



      $$left|beginarrayccc
      x & -2 & 3x-6 \
      2x & phantom-0 & 2-x \
      -x & phantom-5 & x-2
      endarrayright| = 0$$



      How can I solve this with a fast way? I thought I can do
      $$x-2+3x-6=0 implies 4x=-8 implies x=-2$$
      and I will continue with the other two, but I don't know if I am right.










      share|cite|improve this question















      I have



      $$left|beginarrayccc
      x & -2 & 3x-6 \
      2x & phantom-0 & 2-x \
      -x & phantom-5 & x-2
      endarrayright| = 0$$



      How can I solve this with a fast way? I thought I can do
      $$x-2+3x-6=0 implies 4x=-8 implies x=-2$$
      and I will continue with the other two, but I don't know if I am right.







      linear-algebra differential-equations






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 1 hour ago









      Blue

      44.2k868141




      44.2k868141










      asked 1 hour ago









      m.s

      514




      514




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          This is wrong:
          $$x-2+3x-6=0 implies 4x=-8 implies x=-2 $$




          This is the right way to do it
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          -x & phantom-5 & x-2
          endarrayright| = 0$$



          Apply $R3 rightarrow R3+R1$
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          0 & phantom-3 & 4x-8
          endarrayright| = 0$$



          Apply $R2rightarrow R2-2R1$
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          0 & phantom-4 & 14-7x \
          0 & phantom-3 & 4x-8
          endarrayright| = 0$$



          $$xleft( 4(4x-8)-3(14-7x)right)=0$$
          $$37x(x-2)=0 implies x=0,2$$






          share|cite|improve this answer






















          • yes sorry.But is the right way this?
            – m.s
            1 hour ago










          • I can't understand what you are asking can you edit your question using mathjax
            – Deepesh Meena
            1 hour ago






          • 1




            imgur.com/a/qCgZxLj . this is what i ask
            – m.s
            1 hour ago











          • no , i cant get it ,where you going it.If you could continue i would be greatful
            – m.s
            1 hour ago










          • see the updated naswer
            – Deepesh Meena
            1 hour ago

















          up vote
          3
          down vote













          Elements of the first column are all multiples of $x$; elements in the third column are all multiples of $x-2$. You can factor the determinant thusly:



          $$0 = left|beginarrayccc
          phantom-x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          -x & phantom-5 & x-2
          endarrayright| =
          x(x-2) left|beginarrayccc
          phantom-1 & -2 & phantom-3 \
          phantom-2& phantom-0 & -1 \
          -1& phantom-5 & phantom-1
          endarrayright| =
          37x(x-2) quadimpliesquad x=0,2$$






          share|cite|improve this answer




















          • can you explain please how you find 37x(x-2)?
            – m.s
            43 mins ago










          • The first sentence he wrote literally explains what he did. In my opinion this is by far the best and fastest way of doing it.
            – Mathematician 42
            41 mins ago










          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%2f2919854%2fequation-with-one-variable-unknow-how-to-solve-easily%23new-answer', 'question_page');

          );

          Post as a guest






























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote



          accepted










          This is wrong:
          $$x-2+3x-6=0 implies 4x=-8 implies x=-2 $$




          This is the right way to do it
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          -x & phantom-5 & x-2
          endarrayright| = 0$$



          Apply $R3 rightarrow R3+R1$
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          0 & phantom-3 & 4x-8
          endarrayright| = 0$$



          Apply $R2rightarrow R2-2R1$
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          0 & phantom-4 & 14-7x \
          0 & phantom-3 & 4x-8
          endarrayright| = 0$$



          $$xleft( 4(4x-8)-3(14-7x)right)=0$$
          $$37x(x-2)=0 implies x=0,2$$






          share|cite|improve this answer






















          • yes sorry.But is the right way this?
            – m.s
            1 hour ago










          • I can't understand what you are asking can you edit your question using mathjax
            – Deepesh Meena
            1 hour ago






          • 1




            imgur.com/a/qCgZxLj . this is what i ask
            – m.s
            1 hour ago











          • no , i cant get it ,where you going it.If you could continue i would be greatful
            – m.s
            1 hour ago










          • see the updated naswer
            – Deepesh Meena
            1 hour ago














          up vote
          1
          down vote



          accepted










          This is wrong:
          $$x-2+3x-6=0 implies 4x=-8 implies x=-2 $$




          This is the right way to do it
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          -x & phantom-5 & x-2
          endarrayright| = 0$$



          Apply $R3 rightarrow R3+R1$
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          0 & phantom-3 & 4x-8
          endarrayright| = 0$$



          Apply $R2rightarrow R2-2R1$
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          0 & phantom-4 & 14-7x \
          0 & phantom-3 & 4x-8
          endarrayright| = 0$$



          $$xleft( 4(4x-8)-3(14-7x)right)=0$$
          $$37x(x-2)=0 implies x=0,2$$






          share|cite|improve this answer






















          • yes sorry.But is the right way this?
            – m.s
            1 hour ago










          • I can't understand what you are asking can you edit your question using mathjax
            – Deepesh Meena
            1 hour ago






          • 1




            imgur.com/a/qCgZxLj . this is what i ask
            – m.s
            1 hour ago











          • no , i cant get it ,where you going it.If you could continue i would be greatful
            – m.s
            1 hour ago










          • see the updated naswer
            – Deepesh Meena
            1 hour ago












          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          This is wrong:
          $$x-2+3x-6=0 implies 4x=-8 implies x=-2 $$




          This is the right way to do it
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          -x & phantom-5 & x-2
          endarrayright| = 0$$



          Apply $R3 rightarrow R3+R1$
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          0 & phantom-3 & 4x-8
          endarrayright| = 0$$



          Apply $R2rightarrow R2-2R1$
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          0 & phantom-4 & 14-7x \
          0 & phantom-3 & 4x-8
          endarrayright| = 0$$



          $$xleft( 4(4x-8)-3(14-7x)right)=0$$
          $$37x(x-2)=0 implies x=0,2$$






          share|cite|improve this answer














          This is wrong:
          $$x-2+3x-6=0 implies 4x=-8 implies x=-2 $$




          This is the right way to do it
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          -x & phantom-5 & x-2
          endarrayright| = 0$$



          Apply $R3 rightarrow R3+R1$
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          0 & phantom-3 & 4x-8
          endarrayright| = 0$$



          Apply $R2rightarrow R2-2R1$
          $$left|beginarrayccc
          x & -2 & 3x-6 \
          0 & phantom-4 & 14-7x \
          0 & phantom-3 & 4x-8
          endarrayright| = 0$$



          $$xleft( 4(4x-8)-3(14-7x)right)=0$$
          $$37x(x-2)=0 implies x=0,2$$







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited 1 hour ago

























          answered 1 hour ago









          Deepesh Meena

          3,7012825




          3,7012825











          • yes sorry.But is the right way this?
            – m.s
            1 hour ago










          • I can't understand what you are asking can you edit your question using mathjax
            – Deepesh Meena
            1 hour ago






          • 1




            imgur.com/a/qCgZxLj . this is what i ask
            – m.s
            1 hour ago











          • no , i cant get it ,where you going it.If you could continue i would be greatful
            – m.s
            1 hour ago










          • see the updated naswer
            – Deepesh Meena
            1 hour ago
















          • yes sorry.But is the right way this?
            – m.s
            1 hour ago










          • I can't understand what you are asking can you edit your question using mathjax
            – Deepesh Meena
            1 hour ago






          • 1




            imgur.com/a/qCgZxLj . this is what i ask
            – m.s
            1 hour ago











          • no , i cant get it ,where you going it.If you could continue i would be greatful
            – m.s
            1 hour ago










          • see the updated naswer
            – Deepesh Meena
            1 hour ago















          yes sorry.But is the right way this?
          – m.s
          1 hour ago




          yes sorry.But is the right way this?
          – m.s
          1 hour ago












          I can't understand what you are asking can you edit your question using mathjax
          – Deepesh Meena
          1 hour ago




          I can't understand what you are asking can you edit your question using mathjax
          – Deepesh Meena
          1 hour ago




          1




          1




          imgur.com/a/qCgZxLj . this is what i ask
          – m.s
          1 hour ago





          imgur.com/a/qCgZxLj . this is what i ask
          – m.s
          1 hour ago













          no , i cant get it ,where you going it.If you could continue i would be greatful
          – m.s
          1 hour ago




          no , i cant get it ,where you going it.If you could continue i would be greatful
          – m.s
          1 hour ago












          see the updated naswer
          – Deepesh Meena
          1 hour ago




          see the updated naswer
          – Deepesh Meena
          1 hour ago










          up vote
          3
          down vote













          Elements of the first column are all multiples of $x$; elements in the third column are all multiples of $x-2$. You can factor the determinant thusly:



          $$0 = left|beginarrayccc
          phantom-x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          -x & phantom-5 & x-2
          endarrayright| =
          x(x-2) left|beginarrayccc
          phantom-1 & -2 & phantom-3 \
          phantom-2& phantom-0 & -1 \
          -1& phantom-5 & phantom-1
          endarrayright| =
          37x(x-2) quadimpliesquad x=0,2$$






          share|cite|improve this answer




















          • can you explain please how you find 37x(x-2)?
            – m.s
            43 mins ago










          • The first sentence he wrote literally explains what he did. In my opinion this is by far the best and fastest way of doing it.
            – Mathematician 42
            41 mins ago














          up vote
          3
          down vote













          Elements of the first column are all multiples of $x$; elements in the third column are all multiples of $x-2$. You can factor the determinant thusly:



          $$0 = left|beginarrayccc
          phantom-x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          -x & phantom-5 & x-2
          endarrayright| =
          x(x-2) left|beginarrayccc
          phantom-1 & -2 & phantom-3 \
          phantom-2& phantom-0 & -1 \
          -1& phantom-5 & phantom-1
          endarrayright| =
          37x(x-2) quadimpliesquad x=0,2$$






          share|cite|improve this answer




















          • can you explain please how you find 37x(x-2)?
            – m.s
            43 mins ago










          • The first sentence he wrote literally explains what he did. In my opinion this is by far the best and fastest way of doing it.
            – Mathematician 42
            41 mins ago












          up vote
          3
          down vote










          up vote
          3
          down vote









          Elements of the first column are all multiples of $x$; elements in the third column are all multiples of $x-2$. You can factor the determinant thusly:



          $$0 = left|beginarrayccc
          phantom-x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          -x & phantom-5 & x-2
          endarrayright| =
          x(x-2) left|beginarrayccc
          phantom-1 & -2 & phantom-3 \
          phantom-2& phantom-0 & -1 \
          -1& phantom-5 & phantom-1
          endarrayright| =
          37x(x-2) quadimpliesquad x=0,2$$






          share|cite|improve this answer












          Elements of the first column are all multiples of $x$; elements in the third column are all multiples of $x-2$. You can factor the determinant thusly:



          $$0 = left|beginarrayccc
          phantom-x & -2 & 3x-6 \
          2x & phantom-0 & 2-x \
          -x & phantom-5 & x-2
          endarrayright| =
          x(x-2) left|beginarrayccc
          phantom-1 & -2 & phantom-3 \
          phantom-2& phantom-0 & -1 \
          -1& phantom-5 & phantom-1
          endarrayright| =
          37x(x-2) quadimpliesquad x=0,2$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 1 hour ago









          Blue

          44.2k868141




          44.2k868141











          • can you explain please how you find 37x(x-2)?
            – m.s
            43 mins ago










          • The first sentence he wrote literally explains what he did. In my opinion this is by far the best and fastest way of doing it.
            – Mathematician 42
            41 mins ago
















          • can you explain please how you find 37x(x-2)?
            – m.s
            43 mins ago










          • The first sentence he wrote literally explains what he did. In my opinion this is by far the best and fastest way of doing it.
            – Mathematician 42
            41 mins ago















          can you explain please how you find 37x(x-2)?
          – m.s
          43 mins ago




          can you explain please how you find 37x(x-2)?
          – m.s
          43 mins ago












          The first sentence he wrote literally explains what he did. In my opinion this is by far the best and fastest way of doing it.
          – Mathematician 42
          41 mins ago




          The first sentence he wrote literally explains what he did. In my opinion this is by far the best and fastest way of doing it.
          – Mathematician 42
          41 mins ago

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2919854%2fequation-with-one-variable-unknow-how-to-solve-easily%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What does second last employer means? [closed]

          List of Gilmore Girls characters

          Confectionery