Writing a balanced chemical equation with linear systems











up vote
0
down vote

favorite












Could someone please help explain how they got to this next step (writing in tabular form) in solving this chemical equation? (I have the worked answer, but I don't understand the first step they did).



Chemical reaction










share|cite|improve this question
























  • Note that $x_1,x_2,x_3$ are just variables of the reaction $x_1text C_6text H_{12}text O_6to x_2text Ctext O_2+x_3text C_2text H_5text Otext H$ without loss of generality and for an element $text X$, $ktext X_n$ becomes $kn$ lots of $text X$.
    – TheSimpliFire
    Nov 19 at 7:47








  • 1




    @TheSimpliFire except that as written the LHS of each equation isn't $x_1$ but keeps changing. I think you're right that that's how it should have been written though
    – postmortes
    Nov 19 at 7:48

















up vote
0
down vote

favorite












Could someone please help explain how they got to this next step (writing in tabular form) in solving this chemical equation? (I have the worked answer, but I don't understand the first step they did).



Chemical reaction










share|cite|improve this question
























  • Note that $x_1,x_2,x_3$ are just variables of the reaction $x_1text C_6text H_{12}text O_6to x_2text Ctext O_2+x_3text C_2text H_5text Otext H$ without loss of generality and for an element $text X$, $ktext X_n$ becomes $kn$ lots of $text X$.
    – TheSimpliFire
    Nov 19 at 7:47








  • 1




    @TheSimpliFire except that as written the LHS of each equation isn't $x_1$ but keeps changing. I think you're right that that's how it should have been written though
    – postmortes
    Nov 19 at 7:48















up vote
0
down vote

favorite









up vote
0
down vote

favorite











Could someone please help explain how they got to this next step (writing in tabular form) in solving this chemical equation? (I have the worked answer, but I don't understand the first step they did).



Chemical reaction










share|cite|improve this question















Could someone please help explain how they got to this next step (writing in tabular form) in solving this chemical equation? (I have the worked answer, but I don't understand the first step they did).



Chemical reaction







linear-algebra






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 19 at 7:45









Arthur

109k7103186




109k7103186










asked Nov 19 at 7:42









Mit34

1




1












  • Note that $x_1,x_2,x_3$ are just variables of the reaction $x_1text C_6text H_{12}text O_6to x_2text Ctext O_2+x_3text C_2text H_5text Otext H$ without loss of generality and for an element $text X$, $ktext X_n$ becomes $kn$ lots of $text X$.
    – TheSimpliFire
    Nov 19 at 7:47








  • 1




    @TheSimpliFire except that as written the LHS of each equation isn't $x_1$ but keeps changing. I think you're right that that's how it should have been written though
    – postmortes
    Nov 19 at 7:48




















  • Note that $x_1,x_2,x_3$ are just variables of the reaction $x_1text C_6text H_{12}text O_6to x_2text Ctext O_2+x_3text C_2text H_5text Otext H$ without loss of generality and for an element $text X$, $ktext X_n$ becomes $kn$ lots of $text X$.
    – TheSimpliFire
    Nov 19 at 7:47








  • 1




    @TheSimpliFire except that as written the LHS of each equation isn't $x_1$ but keeps changing. I think you're right that that's how it should have been written though
    – postmortes
    Nov 19 at 7:48


















Note that $x_1,x_2,x_3$ are just variables of the reaction $x_1text C_6text H_{12}text O_6to x_2text Ctext O_2+x_3text C_2text H_5text Otext H$ without loss of generality and for an element $text X$, $ktext X_n$ becomes $kn$ lots of $text X$.
– TheSimpliFire
Nov 19 at 7:47






Note that $x_1,x_2,x_3$ are just variables of the reaction $x_1text C_6text H_{12}text O_6to x_2text Ctext O_2+x_3text C_2text H_5text Otext H$ without loss of generality and for an element $text X$, $ktext X_n$ becomes $kn$ lots of $text X$.
– TheSimpliFire
Nov 19 at 7:47






1




1




@TheSimpliFire except that as written the LHS of each equation isn't $x_1$ but keeps changing. I think you're right that that's how it should have been written though
– postmortes
Nov 19 at 7:48






@TheSimpliFire except that as written the LHS of each equation isn't $x_1$ but keeps changing. I think you're right that that's how it should have been written though
– postmortes
Nov 19 at 7:48












1 Answer
1






active

oldest

votes

















up vote
1
down vote













If we are to balance the equation, that means finding positive integers $x_1,x_2,x_3$ such that
$$
x_1C_6H_{12}O_6to x_2CO_2+x_3C_2H_5OH
$$

has as many of each atom on the left side as it does on the right side.



Looking at carbon first, the number of carbon atoms on the left side is $6x_1$, while on the right side it's $x_2+2x_3$. These two numbers are supposed to be equal, so we put $=$ between them, and that's the first equation.



The two other equations are done similarly for hydrogen and oxygen. However, there is a typo in your picture: it's supposed to be $x_1$ on the left side of all three equations.
That is, after all, how many sugar molecules there are on the left-hand side. Thus we get
$$
begin{array}{lccc}
text{Element} &text{Left side} &&text{Right side}\
text{Carbon}&6x_1&=&x_2+2x_3\
text{Hydrogen} &12x_1&=&6x_3\
text{Oxygen} &6x_1&=&2x_2+x_3
end{array}
$$






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: 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%2f3004626%2fwriting-a-balanced-chemical-equation-with-linear-systems%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    If we are to balance the equation, that means finding positive integers $x_1,x_2,x_3$ such that
    $$
    x_1C_6H_{12}O_6to x_2CO_2+x_3C_2H_5OH
    $$

    has as many of each atom on the left side as it does on the right side.



    Looking at carbon first, the number of carbon atoms on the left side is $6x_1$, while on the right side it's $x_2+2x_3$. These two numbers are supposed to be equal, so we put $=$ between them, and that's the first equation.



    The two other equations are done similarly for hydrogen and oxygen. However, there is a typo in your picture: it's supposed to be $x_1$ on the left side of all three equations.
    That is, after all, how many sugar molecules there are on the left-hand side. Thus we get
    $$
    begin{array}{lccc}
    text{Element} &text{Left side} &&text{Right side}\
    text{Carbon}&6x_1&=&x_2+2x_3\
    text{Hydrogen} &12x_1&=&6x_3\
    text{Oxygen} &6x_1&=&2x_2+x_3
    end{array}
    $$






    share|cite|improve this answer



























      up vote
      1
      down vote













      If we are to balance the equation, that means finding positive integers $x_1,x_2,x_3$ such that
      $$
      x_1C_6H_{12}O_6to x_2CO_2+x_3C_2H_5OH
      $$

      has as many of each atom on the left side as it does on the right side.



      Looking at carbon first, the number of carbon atoms on the left side is $6x_1$, while on the right side it's $x_2+2x_3$. These two numbers are supposed to be equal, so we put $=$ between them, and that's the first equation.



      The two other equations are done similarly for hydrogen and oxygen. However, there is a typo in your picture: it's supposed to be $x_1$ on the left side of all three equations.
      That is, after all, how many sugar molecules there are on the left-hand side. Thus we get
      $$
      begin{array}{lccc}
      text{Element} &text{Left side} &&text{Right side}\
      text{Carbon}&6x_1&=&x_2+2x_3\
      text{Hydrogen} &12x_1&=&6x_3\
      text{Oxygen} &6x_1&=&2x_2+x_3
      end{array}
      $$






      share|cite|improve this answer

























        up vote
        1
        down vote










        up vote
        1
        down vote









        If we are to balance the equation, that means finding positive integers $x_1,x_2,x_3$ such that
        $$
        x_1C_6H_{12}O_6to x_2CO_2+x_3C_2H_5OH
        $$

        has as many of each atom on the left side as it does on the right side.



        Looking at carbon first, the number of carbon atoms on the left side is $6x_1$, while on the right side it's $x_2+2x_3$. These two numbers are supposed to be equal, so we put $=$ between them, and that's the first equation.



        The two other equations are done similarly for hydrogen and oxygen. However, there is a typo in your picture: it's supposed to be $x_1$ on the left side of all three equations.
        That is, after all, how many sugar molecules there are on the left-hand side. Thus we get
        $$
        begin{array}{lccc}
        text{Element} &text{Left side} &&text{Right side}\
        text{Carbon}&6x_1&=&x_2+2x_3\
        text{Hydrogen} &12x_1&=&6x_3\
        text{Oxygen} &6x_1&=&2x_2+x_3
        end{array}
        $$






        share|cite|improve this answer














        If we are to balance the equation, that means finding positive integers $x_1,x_2,x_3$ such that
        $$
        x_1C_6H_{12}O_6to x_2CO_2+x_3C_2H_5OH
        $$

        has as many of each atom on the left side as it does on the right side.



        Looking at carbon first, the number of carbon atoms on the left side is $6x_1$, while on the right side it's $x_2+2x_3$. These two numbers are supposed to be equal, so we put $=$ between them, and that's the first equation.



        The two other equations are done similarly for hydrogen and oxygen. However, there is a typo in your picture: it's supposed to be $x_1$ on the left side of all three equations.
        That is, after all, how many sugar molecules there are on the left-hand side. Thus we get
        $$
        begin{array}{lccc}
        text{Element} &text{Left side} &&text{Right side}\
        text{Carbon}&6x_1&=&x_2+2x_3\
        text{Hydrogen} &12x_1&=&6x_3\
        text{Oxygen} &6x_1&=&2x_2+x_3
        end{array}
        $$







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Nov 19 at 7:59

























        answered Nov 19 at 7:50









        Arthur

        109k7103186




        109k7103186






























            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%2f3004626%2fwriting-a-balanced-chemical-equation-with-linear-systems%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

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?