How to solve $1/x = 1/a + 1/b$ to get $x = ab/(a + b)$?











up vote
2
down vote

favorite












I'm working through the first problem set in a text book. I have the question and the solution, however the solution gives no in between steps, only the final result.



The question is solve for $x$ in :



$$frac{1}{x} = frac{1}{a} + frac{1}{b}$$



I could only get one step in:



$$x = xleft(frac{1}{a} + frac{1}{b}right)$$



The solution by the text book answers section is:



$$x = frac{ab}{a + b}$$



How was this arrived at? Seeking the steps between to arrive at this?










share|cite|improve this question




















  • 4




    The "one step" that you get is false. When you multiply both sides with $x$, the left hand side is $1$, not $x$. But this does not help : what helps is taking the reciprocals of both sides.
    – астон вілла олоф мэллбэрг
    Nov 14 at 5:39






  • 2




    You have an error in your first step: it should read $1=x(1/a+1/b)$
    – N74
    Nov 14 at 5:40















up vote
2
down vote

favorite












I'm working through the first problem set in a text book. I have the question and the solution, however the solution gives no in between steps, only the final result.



The question is solve for $x$ in :



$$frac{1}{x} = frac{1}{a} + frac{1}{b}$$



I could only get one step in:



$$x = xleft(frac{1}{a} + frac{1}{b}right)$$



The solution by the text book answers section is:



$$x = frac{ab}{a + b}$$



How was this arrived at? Seeking the steps between to arrive at this?










share|cite|improve this question




















  • 4




    The "one step" that you get is false. When you multiply both sides with $x$, the left hand side is $1$, not $x$. But this does not help : what helps is taking the reciprocals of both sides.
    – астон вілла олоф мэллбэрг
    Nov 14 at 5:39






  • 2




    You have an error in your first step: it should read $1=x(1/a+1/b)$
    – N74
    Nov 14 at 5:40













up vote
2
down vote

favorite









up vote
2
down vote

favorite











I'm working through the first problem set in a text book. I have the question and the solution, however the solution gives no in between steps, only the final result.



The question is solve for $x$ in :



$$frac{1}{x} = frac{1}{a} + frac{1}{b}$$



I could only get one step in:



$$x = xleft(frac{1}{a} + frac{1}{b}right)$$



The solution by the text book answers section is:



$$x = frac{ab}{a + b}$$



How was this arrived at? Seeking the steps between to arrive at this?










share|cite|improve this question















I'm working through the first problem set in a text book. I have the question and the solution, however the solution gives no in between steps, only the final result.



The question is solve for $x$ in :



$$frac{1}{x} = frac{1}{a} + frac{1}{b}$$



I could only get one step in:



$$x = xleft(frac{1}{a} + frac{1}{b}right)$$



The solution by the text book answers section is:



$$x = frac{ab}{a + b}$$



How was this arrived at? Seeking the steps between to arrive at this?







algebra-precalculus






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 14 at 10:15









Dave L. Renfro

23.4k33979




23.4k33979










asked Nov 14 at 5:36









Doug Fir

1696




1696








  • 4




    The "one step" that you get is false. When you multiply both sides with $x$, the left hand side is $1$, not $x$. But this does not help : what helps is taking the reciprocals of both sides.
    – астон вілла олоф мэллбэрг
    Nov 14 at 5:39






  • 2




    You have an error in your first step: it should read $1=x(1/a+1/b)$
    – N74
    Nov 14 at 5:40














  • 4




    The "one step" that you get is false. When you multiply both sides with $x$, the left hand side is $1$, not $x$. But this does not help : what helps is taking the reciprocals of both sides.
    – астон вілла олоф мэллбэрг
    Nov 14 at 5:39






  • 2




    You have an error in your first step: it should read $1=x(1/a+1/b)$
    – N74
    Nov 14 at 5:40








4




4




The "one step" that you get is false. When you multiply both sides with $x$, the left hand side is $1$, not $x$. But this does not help : what helps is taking the reciprocals of both sides.
– астон вілла олоф мэллбэрг
Nov 14 at 5:39




The "one step" that you get is false. When you multiply both sides with $x$, the left hand side is $1$, not $x$. But this does not help : what helps is taking the reciprocals of both sides.
– астон вілла олоф мэллбэрг
Nov 14 at 5:39




2




2




You have an error in your first step: it should read $1=x(1/a+1/b)$
– N74
Nov 14 at 5:40




You have an error in your first step: it should read $1=x(1/a+1/b)$
– N74
Nov 14 at 5:40










2 Answers
2






active

oldest

votes

















up vote
4
down vote



accepted










$$frac{1}{x}=frac{1}{a}+frac{1}{b}$$



$$frac{1}{x}=frac{color{red}b}{acolor{red}b}+frac{color{red}a}{bcolor{red}a}$$



$$frac{1}{x}=frac{a+b}{ba}$$



$$x=frac{ab}{a+b}$$






share|cite|improve this answer





















  • Sorry for being slow but I'm just not following the second line. How do you get to b/ab + a/ba? From the comment under my post I Googled "reciprocals" which took me to this page but I don't see how it applies? mathsisfun.com/reciprocal.html
    – Doug Fir
    Nov 14 at 6:08






  • 1




    That's okay! Anything divided by itself is just $1$, so $b/b=1$ and $a/a=1$. That means we can multiply other fractions by $b/b$ and $a/a$ without changing the values of the original fractions, which is just what I did. I did that in order to get a common denominator ($ab$) in both fractions, which would then make it possible to add them.
    – Robert Howard
    Nov 14 at 6:28






  • 1




    It clicked thanks to your explanation. I think I got it. Those parts highlighted in red are are the equivalent of 1 while keeping the original denominator a and then b keeps the equation equivalent. OK, thanks a lot!
    – Doug Fir
    Nov 14 at 6:33






  • 1




    I would search for something like "finding common denominators," because that's the essence of what I did. I saw that $x$ was in the denominator of the fraction on the left, so I knew that I could flip that fraction to get $x$ by itself. That would mean I would also have to flip whatever was on the other side of the equation, which works much better when the other side of the equation is a single fraction. If I hadn't combined $1/a$ and $1/b$ into a single fraction, I would have ended up with $$x=frac{1}{frac{1}{a}+frac{1}{b}},$$ which is considerably uglier than $$x=frac{ab}{a+b}$$
    – Robert Howard
    Nov 14 at 20:37








  • 1




    Of course, the "uglier" fraction can be simplified, as Jimmy showed, but I opted to do the simplification beforehand.
    – Robert Howard
    Nov 14 at 20:38


















up vote
2
down vote













$$frac{1}{a}+frac{1}{b}=frac{b}{ab}+frac{a}{ab}=frac{a+b}{ab}$$ So $$frac{1}{frac1a+frac1b}=frac{1}{frac{a+b}{ab}}=frac{frac11}{frac{a+b}{ab}}=frac{ab}{a+b}$$






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%2f2997839%2fhow-to-solve-1-x-1-a-1-b-to-get-x-ab-a-b%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
    4
    down vote



    accepted










    $$frac{1}{x}=frac{1}{a}+frac{1}{b}$$



    $$frac{1}{x}=frac{color{red}b}{acolor{red}b}+frac{color{red}a}{bcolor{red}a}$$



    $$frac{1}{x}=frac{a+b}{ba}$$



    $$x=frac{ab}{a+b}$$






    share|cite|improve this answer





















    • Sorry for being slow but I'm just not following the second line. How do you get to b/ab + a/ba? From the comment under my post I Googled "reciprocals" which took me to this page but I don't see how it applies? mathsisfun.com/reciprocal.html
      – Doug Fir
      Nov 14 at 6:08






    • 1




      That's okay! Anything divided by itself is just $1$, so $b/b=1$ and $a/a=1$. That means we can multiply other fractions by $b/b$ and $a/a$ without changing the values of the original fractions, which is just what I did. I did that in order to get a common denominator ($ab$) in both fractions, which would then make it possible to add them.
      – Robert Howard
      Nov 14 at 6:28






    • 1




      It clicked thanks to your explanation. I think I got it. Those parts highlighted in red are are the equivalent of 1 while keeping the original denominator a and then b keeps the equation equivalent. OK, thanks a lot!
      – Doug Fir
      Nov 14 at 6:33






    • 1




      I would search for something like "finding common denominators," because that's the essence of what I did. I saw that $x$ was in the denominator of the fraction on the left, so I knew that I could flip that fraction to get $x$ by itself. That would mean I would also have to flip whatever was on the other side of the equation, which works much better when the other side of the equation is a single fraction. If I hadn't combined $1/a$ and $1/b$ into a single fraction, I would have ended up with $$x=frac{1}{frac{1}{a}+frac{1}{b}},$$ which is considerably uglier than $$x=frac{ab}{a+b}$$
      – Robert Howard
      Nov 14 at 20:37








    • 1




      Of course, the "uglier" fraction can be simplified, as Jimmy showed, but I opted to do the simplification beforehand.
      – Robert Howard
      Nov 14 at 20:38















    up vote
    4
    down vote



    accepted










    $$frac{1}{x}=frac{1}{a}+frac{1}{b}$$



    $$frac{1}{x}=frac{color{red}b}{acolor{red}b}+frac{color{red}a}{bcolor{red}a}$$



    $$frac{1}{x}=frac{a+b}{ba}$$



    $$x=frac{ab}{a+b}$$






    share|cite|improve this answer





















    • Sorry for being slow but I'm just not following the second line. How do you get to b/ab + a/ba? From the comment under my post I Googled "reciprocals" which took me to this page but I don't see how it applies? mathsisfun.com/reciprocal.html
      – Doug Fir
      Nov 14 at 6:08






    • 1




      That's okay! Anything divided by itself is just $1$, so $b/b=1$ and $a/a=1$. That means we can multiply other fractions by $b/b$ and $a/a$ without changing the values of the original fractions, which is just what I did. I did that in order to get a common denominator ($ab$) in both fractions, which would then make it possible to add them.
      – Robert Howard
      Nov 14 at 6:28






    • 1




      It clicked thanks to your explanation. I think I got it. Those parts highlighted in red are are the equivalent of 1 while keeping the original denominator a and then b keeps the equation equivalent. OK, thanks a lot!
      – Doug Fir
      Nov 14 at 6:33






    • 1




      I would search for something like "finding common denominators," because that's the essence of what I did. I saw that $x$ was in the denominator of the fraction on the left, so I knew that I could flip that fraction to get $x$ by itself. That would mean I would also have to flip whatever was on the other side of the equation, which works much better when the other side of the equation is a single fraction. If I hadn't combined $1/a$ and $1/b$ into a single fraction, I would have ended up with $$x=frac{1}{frac{1}{a}+frac{1}{b}},$$ which is considerably uglier than $$x=frac{ab}{a+b}$$
      – Robert Howard
      Nov 14 at 20:37








    • 1




      Of course, the "uglier" fraction can be simplified, as Jimmy showed, but I opted to do the simplification beforehand.
      – Robert Howard
      Nov 14 at 20:38













    up vote
    4
    down vote



    accepted







    up vote
    4
    down vote



    accepted






    $$frac{1}{x}=frac{1}{a}+frac{1}{b}$$



    $$frac{1}{x}=frac{color{red}b}{acolor{red}b}+frac{color{red}a}{bcolor{red}a}$$



    $$frac{1}{x}=frac{a+b}{ba}$$



    $$x=frac{ab}{a+b}$$






    share|cite|improve this answer












    $$frac{1}{x}=frac{1}{a}+frac{1}{b}$$



    $$frac{1}{x}=frac{color{red}b}{acolor{red}b}+frac{color{red}a}{bcolor{red}a}$$



    $$frac{1}{x}=frac{a+b}{ba}$$



    $$x=frac{ab}{a+b}$$







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Nov 14 at 5:39









    Robert Howard

    1,715622




    1,715622












    • Sorry for being slow but I'm just not following the second line. How do you get to b/ab + a/ba? From the comment under my post I Googled "reciprocals" which took me to this page but I don't see how it applies? mathsisfun.com/reciprocal.html
      – Doug Fir
      Nov 14 at 6:08






    • 1




      That's okay! Anything divided by itself is just $1$, so $b/b=1$ and $a/a=1$. That means we can multiply other fractions by $b/b$ and $a/a$ without changing the values of the original fractions, which is just what I did. I did that in order to get a common denominator ($ab$) in both fractions, which would then make it possible to add them.
      – Robert Howard
      Nov 14 at 6:28






    • 1




      It clicked thanks to your explanation. I think I got it. Those parts highlighted in red are are the equivalent of 1 while keeping the original denominator a and then b keeps the equation equivalent. OK, thanks a lot!
      – Doug Fir
      Nov 14 at 6:33






    • 1




      I would search for something like "finding common denominators," because that's the essence of what I did. I saw that $x$ was in the denominator of the fraction on the left, so I knew that I could flip that fraction to get $x$ by itself. That would mean I would also have to flip whatever was on the other side of the equation, which works much better when the other side of the equation is a single fraction. If I hadn't combined $1/a$ and $1/b$ into a single fraction, I would have ended up with $$x=frac{1}{frac{1}{a}+frac{1}{b}},$$ which is considerably uglier than $$x=frac{ab}{a+b}$$
      – Robert Howard
      Nov 14 at 20:37








    • 1




      Of course, the "uglier" fraction can be simplified, as Jimmy showed, but I opted to do the simplification beforehand.
      – Robert Howard
      Nov 14 at 20:38


















    • Sorry for being slow but I'm just not following the second line. How do you get to b/ab + a/ba? From the comment under my post I Googled "reciprocals" which took me to this page but I don't see how it applies? mathsisfun.com/reciprocal.html
      – Doug Fir
      Nov 14 at 6:08






    • 1




      That's okay! Anything divided by itself is just $1$, so $b/b=1$ and $a/a=1$. That means we can multiply other fractions by $b/b$ and $a/a$ without changing the values of the original fractions, which is just what I did. I did that in order to get a common denominator ($ab$) in both fractions, which would then make it possible to add them.
      – Robert Howard
      Nov 14 at 6:28






    • 1




      It clicked thanks to your explanation. I think I got it. Those parts highlighted in red are are the equivalent of 1 while keeping the original denominator a and then b keeps the equation equivalent. OK, thanks a lot!
      – Doug Fir
      Nov 14 at 6:33






    • 1




      I would search for something like "finding common denominators," because that's the essence of what I did. I saw that $x$ was in the denominator of the fraction on the left, so I knew that I could flip that fraction to get $x$ by itself. That would mean I would also have to flip whatever was on the other side of the equation, which works much better when the other side of the equation is a single fraction. If I hadn't combined $1/a$ and $1/b$ into a single fraction, I would have ended up with $$x=frac{1}{frac{1}{a}+frac{1}{b}},$$ which is considerably uglier than $$x=frac{ab}{a+b}$$
      – Robert Howard
      Nov 14 at 20:37








    • 1




      Of course, the "uglier" fraction can be simplified, as Jimmy showed, but I opted to do the simplification beforehand.
      – Robert Howard
      Nov 14 at 20:38
















    Sorry for being slow but I'm just not following the second line. How do you get to b/ab + a/ba? From the comment under my post I Googled "reciprocals" which took me to this page but I don't see how it applies? mathsisfun.com/reciprocal.html
    – Doug Fir
    Nov 14 at 6:08




    Sorry for being slow but I'm just not following the second line. How do you get to b/ab + a/ba? From the comment under my post I Googled "reciprocals" which took me to this page but I don't see how it applies? mathsisfun.com/reciprocal.html
    – Doug Fir
    Nov 14 at 6:08




    1




    1




    That's okay! Anything divided by itself is just $1$, so $b/b=1$ and $a/a=1$. That means we can multiply other fractions by $b/b$ and $a/a$ without changing the values of the original fractions, which is just what I did. I did that in order to get a common denominator ($ab$) in both fractions, which would then make it possible to add them.
    – Robert Howard
    Nov 14 at 6:28




    That's okay! Anything divided by itself is just $1$, so $b/b=1$ and $a/a=1$. That means we can multiply other fractions by $b/b$ and $a/a$ without changing the values of the original fractions, which is just what I did. I did that in order to get a common denominator ($ab$) in both fractions, which would then make it possible to add them.
    – Robert Howard
    Nov 14 at 6:28




    1




    1




    It clicked thanks to your explanation. I think I got it. Those parts highlighted in red are are the equivalent of 1 while keeping the original denominator a and then b keeps the equation equivalent. OK, thanks a lot!
    – Doug Fir
    Nov 14 at 6:33




    It clicked thanks to your explanation. I think I got it. Those parts highlighted in red are are the equivalent of 1 while keeping the original denominator a and then b keeps the equation equivalent. OK, thanks a lot!
    – Doug Fir
    Nov 14 at 6:33




    1




    1




    I would search for something like "finding common denominators," because that's the essence of what I did. I saw that $x$ was in the denominator of the fraction on the left, so I knew that I could flip that fraction to get $x$ by itself. That would mean I would also have to flip whatever was on the other side of the equation, which works much better when the other side of the equation is a single fraction. If I hadn't combined $1/a$ and $1/b$ into a single fraction, I would have ended up with $$x=frac{1}{frac{1}{a}+frac{1}{b}},$$ which is considerably uglier than $$x=frac{ab}{a+b}$$
    – Robert Howard
    Nov 14 at 20:37






    I would search for something like "finding common denominators," because that's the essence of what I did. I saw that $x$ was in the denominator of the fraction on the left, so I knew that I could flip that fraction to get $x$ by itself. That would mean I would also have to flip whatever was on the other side of the equation, which works much better when the other side of the equation is a single fraction. If I hadn't combined $1/a$ and $1/b$ into a single fraction, I would have ended up with $$x=frac{1}{frac{1}{a}+frac{1}{b}},$$ which is considerably uglier than $$x=frac{ab}{a+b}$$
    – Robert Howard
    Nov 14 at 20:37






    1




    1




    Of course, the "uglier" fraction can be simplified, as Jimmy showed, but I opted to do the simplification beforehand.
    – Robert Howard
    Nov 14 at 20:38




    Of course, the "uglier" fraction can be simplified, as Jimmy showed, but I opted to do the simplification beforehand.
    – Robert Howard
    Nov 14 at 20:38










    up vote
    2
    down vote













    $$frac{1}{a}+frac{1}{b}=frac{b}{ab}+frac{a}{ab}=frac{a+b}{ab}$$ So $$frac{1}{frac1a+frac1b}=frac{1}{frac{a+b}{ab}}=frac{frac11}{frac{a+b}{ab}}=frac{ab}{a+b}$$






    share|cite|improve this answer

























      up vote
      2
      down vote













      $$frac{1}{a}+frac{1}{b}=frac{b}{ab}+frac{a}{ab}=frac{a+b}{ab}$$ So $$frac{1}{frac1a+frac1b}=frac{1}{frac{a+b}{ab}}=frac{frac11}{frac{a+b}{ab}}=frac{ab}{a+b}$$






      share|cite|improve this answer























        up vote
        2
        down vote










        up vote
        2
        down vote









        $$frac{1}{a}+frac{1}{b}=frac{b}{ab}+frac{a}{ab}=frac{a+b}{ab}$$ So $$frac{1}{frac1a+frac1b}=frac{1}{frac{a+b}{ab}}=frac{frac11}{frac{a+b}{ab}}=frac{ab}{a+b}$$






        share|cite|improve this answer












        $$frac{1}{a}+frac{1}{b}=frac{b}{ab}+frac{a}{ab}=frac{a+b}{ab}$$ So $$frac{1}{frac1a+frac1b}=frac{1}{frac{a+b}{ab}}=frac{frac11}{frac{a+b}{ab}}=frac{ab}{a+b}$$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 14 at 5:39









        Jimmy R.

        32.9k42157




        32.9k42157






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2997839%2fhow-to-solve-1-x-1-a-1-b-to-get-x-ab-a-b%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

            How to send String Array data to Server using php in android

            Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

            Is anime1.com a legal site for watching anime?