How do you solve these 2 equations?











up vote
0
down vote

favorite












$$xy = 1/6$$
$$y+x = 5xy$$
I tried solving them using all methods - substitution, elimination and graphing - but can't get the solutions










share|cite|improve this question
























  • What were "all those methods" that you tried?
    – Parcly Taxel
    Nov 18 at 6:07










  • Substitution, elimination and graphing.
    – Jullian Santos
    Nov 18 at 6:11










  • Take the first equation and insert it into the second
    – Fakemistake
    Nov 18 at 6:11










  • Actually I can't use the graphing so what I meant was substitution and elimination.
    – Jullian Santos
    Nov 18 at 6:12










  • Remember if the amount of variables and amount of equations are equal, you can always solve that system of equations. Just substitute the value of any one variable from one equation in another.
    – PradyumanDixit
    Nov 18 at 6:12















up vote
0
down vote

favorite












$$xy = 1/6$$
$$y+x = 5xy$$
I tried solving them using all methods - substitution, elimination and graphing - but can't get the solutions










share|cite|improve this question
























  • What were "all those methods" that you tried?
    – Parcly Taxel
    Nov 18 at 6:07










  • Substitution, elimination and graphing.
    – Jullian Santos
    Nov 18 at 6:11










  • Take the first equation and insert it into the second
    – Fakemistake
    Nov 18 at 6:11










  • Actually I can't use the graphing so what I meant was substitution and elimination.
    – Jullian Santos
    Nov 18 at 6:12










  • Remember if the amount of variables and amount of equations are equal, you can always solve that system of equations. Just substitute the value of any one variable from one equation in another.
    – PradyumanDixit
    Nov 18 at 6:12













up vote
0
down vote

favorite









up vote
0
down vote

favorite











$$xy = 1/6$$
$$y+x = 5xy$$
I tried solving them using all methods - substitution, elimination and graphing - but can't get the solutions










share|cite|improve this question















$$xy = 1/6$$
$$y+x = 5xy$$
I tried solving them using all methods - substitution, elimination and graphing - but can't get the solutions







systems-of-equations quadratics symmetric-polynomials






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 23 at 11:59









Harry Peter

5,43111439




5,43111439










asked Nov 18 at 6:06









Jullian Santos

6




6












  • What were "all those methods" that you tried?
    – Parcly Taxel
    Nov 18 at 6:07










  • Substitution, elimination and graphing.
    – Jullian Santos
    Nov 18 at 6:11










  • Take the first equation and insert it into the second
    – Fakemistake
    Nov 18 at 6:11










  • Actually I can't use the graphing so what I meant was substitution and elimination.
    – Jullian Santos
    Nov 18 at 6:12










  • Remember if the amount of variables and amount of equations are equal, you can always solve that system of equations. Just substitute the value of any one variable from one equation in another.
    – PradyumanDixit
    Nov 18 at 6:12


















  • What were "all those methods" that you tried?
    – Parcly Taxel
    Nov 18 at 6:07










  • Substitution, elimination and graphing.
    – Jullian Santos
    Nov 18 at 6:11










  • Take the first equation and insert it into the second
    – Fakemistake
    Nov 18 at 6:11










  • Actually I can't use the graphing so what I meant was substitution and elimination.
    – Jullian Santos
    Nov 18 at 6:12










  • Remember if the amount of variables and amount of equations are equal, you can always solve that system of equations. Just substitute the value of any one variable from one equation in another.
    – PradyumanDixit
    Nov 18 at 6:12
















What were "all those methods" that you tried?
– Parcly Taxel
Nov 18 at 6:07




What were "all those methods" that you tried?
– Parcly Taxel
Nov 18 at 6:07












Substitution, elimination and graphing.
– Jullian Santos
Nov 18 at 6:11




Substitution, elimination and graphing.
– Jullian Santos
Nov 18 at 6:11












Take the first equation and insert it into the second
– Fakemistake
Nov 18 at 6:11




Take the first equation and insert it into the second
– Fakemistake
Nov 18 at 6:11












Actually I can't use the graphing so what I meant was substitution and elimination.
– Jullian Santos
Nov 18 at 6:12




Actually I can't use the graphing so what I meant was substitution and elimination.
– Jullian Santos
Nov 18 at 6:12












Remember if the amount of variables and amount of equations are equal, you can always solve that system of equations. Just substitute the value of any one variable from one equation in another.
– PradyumanDixit
Nov 18 at 6:12




Remember if the amount of variables and amount of equations are equal, you can always solve that system of equations. Just substitute the value of any one variable from one equation in another.
– PradyumanDixit
Nov 18 at 6:12










2 Answers
2






active

oldest

votes

















up vote
2
down vote













You can solve this equation by using substitution of variables.



Using the first equation $xy=1/6$, we can rewrite it as $y=frac1{6x}$.



Plugging this in to the second equation, we get $$x+frac1{6x}=5frac{x}{6x}$$



Simplify the right-hand side to $frac56$ and multiply both sides by $x$ to obtain



$$x^2+frac16=frac56x to x^2-frac56x+frac16=0$$



Using the quadratic formula, we now have $$x=frac{frac56 pm sqrt{frac{25}{36}-frac46}}{2}=frac5{12} pm frac12sqrt{frac1{36}}=frac5{12} pm frac1{12}$$



Our solutions for $x$ are $frac13$ and $frac12$. Using $y=frac1{6x}$, we get the coordinate pairs to be $(frac13,frac12)$ and $(frac12,frac13)$.






share|cite|improve this answer

















  • 1




    In the quadratic equation, it's easier to compute if we just first multiply both sides with $6$ to get $6x^2 -5x +1=0$, and get only integers to compute with. The determinant becomes $(-5)^2 - 4cdot 6 = 1$ so we get a nice result.
    – Henno Brandsma
    Nov 18 at 6:27










  • Thanks for the answer!
    – Jullian Santos
    Nov 18 at 6:27


















up vote
0
down vote













1) Substitute xy=$frac{1}{6}$ into the 2nd equation to get x+y=$frac{5}{6}$



2) Solving xy=$frac{1}{6}$ and x+y=$frac{5}{6}$ is equivalent to finding the zeros of the function f(z)=$z^2$+$frac{5}{6}$z+$frac{1}{6}$=0, so using the quadratic formula, x=$-frac{1}{3}$ & y=$-frac{1}{2}$ or y=$-frac{1}{3}$ & x=$-frac{1}{2}$.






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%2f3003186%2fhow-do-you-solve-these-2-equations%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote













    You can solve this equation by using substitution of variables.



    Using the first equation $xy=1/6$, we can rewrite it as $y=frac1{6x}$.



    Plugging this in to the second equation, we get $$x+frac1{6x}=5frac{x}{6x}$$



    Simplify the right-hand side to $frac56$ and multiply both sides by $x$ to obtain



    $$x^2+frac16=frac56x to x^2-frac56x+frac16=0$$



    Using the quadratic formula, we now have $$x=frac{frac56 pm sqrt{frac{25}{36}-frac46}}{2}=frac5{12} pm frac12sqrt{frac1{36}}=frac5{12} pm frac1{12}$$



    Our solutions for $x$ are $frac13$ and $frac12$. Using $y=frac1{6x}$, we get the coordinate pairs to be $(frac13,frac12)$ and $(frac12,frac13)$.






    share|cite|improve this answer

















    • 1




      In the quadratic equation, it's easier to compute if we just first multiply both sides with $6$ to get $6x^2 -5x +1=0$, and get only integers to compute with. The determinant becomes $(-5)^2 - 4cdot 6 = 1$ so we get a nice result.
      – Henno Brandsma
      Nov 18 at 6:27










    • Thanks for the answer!
      – Jullian Santos
      Nov 18 at 6:27















    up vote
    2
    down vote













    You can solve this equation by using substitution of variables.



    Using the first equation $xy=1/6$, we can rewrite it as $y=frac1{6x}$.



    Plugging this in to the second equation, we get $$x+frac1{6x}=5frac{x}{6x}$$



    Simplify the right-hand side to $frac56$ and multiply both sides by $x$ to obtain



    $$x^2+frac16=frac56x to x^2-frac56x+frac16=0$$



    Using the quadratic formula, we now have $$x=frac{frac56 pm sqrt{frac{25}{36}-frac46}}{2}=frac5{12} pm frac12sqrt{frac1{36}}=frac5{12} pm frac1{12}$$



    Our solutions for $x$ are $frac13$ and $frac12$. Using $y=frac1{6x}$, we get the coordinate pairs to be $(frac13,frac12)$ and $(frac12,frac13)$.






    share|cite|improve this answer

















    • 1




      In the quadratic equation, it's easier to compute if we just first multiply both sides with $6$ to get $6x^2 -5x +1=0$, and get only integers to compute with. The determinant becomes $(-5)^2 - 4cdot 6 = 1$ so we get a nice result.
      – Henno Brandsma
      Nov 18 at 6:27










    • Thanks for the answer!
      – Jullian Santos
      Nov 18 at 6:27













    up vote
    2
    down vote










    up vote
    2
    down vote









    You can solve this equation by using substitution of variables.



    Using the first equation $xy=1/6$, we can rewrite it as $y=frac1{6x}$.



    Plugging this in to the second equation, we get $$x+frac1{6x}=5frac{x}{6x}$$



    Simplify the right-hand side to $frac56$ and multiply both sides by $x$ to obtain



    $$x^2+frac16=frac56x to x^2-frac56x+frac16=0$$



    Using the quadratic formula, we now have $$x=frac{frac56 pm sqrt{frac{25}{36}-frac46}}{2}=frac5{12} pm frac12sqrt{frac1{36}}=frac5{12} pm frac1{12}$$



    Our solutions for $x$ are $frac13$ and $frac12$. Using $y=frac1{6x}$, we get the coordinate pairs to be $(frac13,frac12)$ and $(frac12,frac13)$.






    share|cite|improve this answer












    You can solve this equation by using substitution of variables.



    Using the first equation $xy=1/6$, we can rewrite it as $y=frac1{6x}$.



    Plugging this in to the second equation, we get $$x+frac1{6x}=5frac{x}{6x}$$



    Simplify the right-hand side to $frac56$ and multiply both sides by $x$ to obtain



    $$x^2+frac16=frac56x to x^2-frac56x+frac16=0$$



    Using the quadratic formula, we now have $$x=frac{frac56 pm sqrt{frac{25}{36}-frac46}}{2}=frac5{12} pm frac12sqrt{frac1{36}}=frac5{12} pm frac1{12}$$



    Our solutions for $x$ are $frac13$ and $frac12$. Using $y=frac1{6x}$, we get the coordinate pairs to be $(frac13,frac12)$ and $(frac12,frac13)$.







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Nov 18 at 6:20









    Christopher Marley

    89015




    89015








    • 1




      In the quadratic equation, it's easier to compute if we just first multiply both sides with $6$ to get $6x^2 -5x +1=0$, and get only integers to compute with. The determinant becomes $(-5)^2 - 4cdot 6 = 1$ so we get a nice result.
      – Henno Brandsma
      Nov 18 at 6:27










    • Thanks for the answer!
      – Jullian Santos
      Nov 18 at 6:27














    • 1




      In the quadratic equation, it's easier to compute if we just first multiply both sides with $6$ to get $6x^2 -5x +1=0$, and get only integers to compute with. The determinant becomes $(-5)^2 - 4cdot 6 = 1$ so we get a nice result.
      – Henno Brandsma
      Nov 18 at 6:27










    • Thanks for the answer!
      – Jullian Santos
      Nov 18 at 6:27








    1




    1




    In the quadratic equation, it's easier to compute if we just first multiply both sides with $6$ to get $6x^2 -5x +1=0$, and get only integers to compute with. The determinant becomes $(-5)^2 - 4cdot 6 = 1$ so we get a nice result.
    – Henno Brandsma
    Nov 18 at 6:27




    In the quadratic equation, it's easier to compute if we just first multiply both sides with $6$ to get $6x^2 -5x +1=0$, and get only integers to compute with. The determinant becomes $(-5)^2 - 4cdot 6 = 1$ so we get a nice result.
    – Henno Brandsma
    Nov 18 at 6:27












    Thanks for the answer!
    – Jullian Santos
    Nov 18 at 6:27




    Thanks for the answer!
    – Jullian Santos
    Nov 18 at 6:27










    up vote
    0
    down vote













    1) Substitute xy=$frac{1}{6}$ into the 2nd equation to get x+y=$frac{5}{6}$



    2) Solving xy=$frac{1}{6}$ and x+y=$frac{5}{6}$ is equivalent to finding the zeros of the function f(z)=$z^2$+$frac{5}{6}$z+$frac{1}{6}$=0, so using the quadratic formula, x=$-frac{1}{3}$ & y=$-frac{1}{2}$ or y=$-frac{1}{3}$ & x=$-frac{1}{2}$.






    share|cite|improve this answer

























      up vote
      0
      down vote













      1) Substitute xy=$frac{1}{6}$ into the 2nd equation to get x+y=$frac{5}{6}$



      2) Solving xy=$frac{1}{6}$ and x+y=$frac{5}{6}$ is equivalent to finding the zeros of the function f(z)=$z^2$+$frac{5}{6}$z+$frac{1}{6}$=0, so using the quadratic formula, x=$-frac{1}{3}$ & y=$-frac{1}{2}$ or y=$-frac{1}{3}$ & x=$-frac{1}{2}$.






      share|cite|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        1) Substitute xy=$frac{1}{6}$ into the 2nd equation to get x+y=$frac{5}{6}$



        2) Solving xy=$frac{1}{6}$ and x+y=$frac{5}{6}$ is equivalent to finding the zeros of the function f(z)=$z^2$+$frac{5}{6}$z+$frac{1}{6}$=0, so using the quadratic formula, x=$-frac{1}{3}$ & y=$-frac{1}{2}$ or y=$-frac{1}{3}$ & x=$-frac{1}{2}$.






        share|cite|improve this answer












        1) Substitute xy=$frac{1}{6}$ into the 2nd equation to get x+y=$frac{5}{6}$



        2) Solving xy=$frac{1}{6}$ and x+y=$frac{5}{6}$ is equivalent to finding the zeros of the function f(z)=$z^2$+$frac{5}{6}$z+$frac{1}{6}$=0, so using the quadratic formula, x=$-frac{1}{3}$ & y=$-frac{1}{2}$ or y=$-frac{1}{3}$ & x=$-frac{1}{2}$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 18 at 6:23









        Muchang Bahng

        562




        562






























            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%2f3003186%2fhow-do-you-solve-these-2-equations%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

            QoS: MAC-Priority for clients behind a repeater

            Ивакино (Тотемский район)

            Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)