How to solve this simple equation $frac{46}{y} + y = 25$?












1














How do I solve this simple equation? $frac{46}{y} + y = 25$



I know that the answer is $2$, but how do I arrive at that?










share|cite|improve this question




















  • 1




    Multiply by $yne 0$ and you get a quadratic equation which can be easily solved.
    – Wuestenfux
    2 days ago










  • Multiplying both sides by $y $ will give you a quadratic equation. Then use quadratic formula.
    – Thomas Shelby
    2 days ago










  • $2$ is not the only solution - the quadratic formula will give you another.
    – Mark Bennet
    2 days ago






  • 1




    What aobut $y=23$?
    – Yanko
    2 days ago
















1














How do I solve this simple equation? $frac{46}{y} + y = 25$



I know that the answer is $2$, but how do I arrive at that?










share|cite|improve this question




















  • 1




    Multiply by $yne 0$ and you get a quadratic equation which can be easily solved.
    – Wuestenfux
    2 days ago










  • Multiplying both sides by $y $ will give you a quadratic equation. Then use quadratic formula.
    – Thomas Shelby
    2 days ago










  • $2$ is not the only solution - the quadratic formula will give you another.
    – Mark Bennet
    2 days ago






  • 1




    What aobut $y=23$?
    – Yanko
    2 days ago














1












1








1







How do I solve this simple equation? $frac{46}{y} + y = 25$



I know that the answer is $2$, but how do I arrive at that?










share|cite|improve this question















How do I solve this simple equation? $frac{46}{y} + y = 25$



I know that the answer is $2$, but how do I arrive at that?







algebra-precalculus






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 2 days ago









6005

35.7k751125




35.7k751125










asked 2 days ago









brilliantbrilliant

30729




30729








  • 1




    Multiply by $yne 0$ and you get a quadratic equation which can be easily solved.
    – Wuestenfux
    2 days ago










  • Multiplying both sides by $y $ will give you a quadratic equation. Then use quadratic formula.
    – Thomas Shelby
    2 days ago










  • $2$ is not the only solution - the quadratic formula will give you another.
    – Mark Bennet
    2 days ago






  • 1




    What aobut $y=23$?
    – Yanko
    2 days ago














  • 1




    Multiply by $yne 0$ and you get a quadratic equation which can be easily solved.
    – Wuestenfux
    2 days ago










  • Multiplying both sides by $y $ will give you a quadratic equation. Then use quadratic formula.
    – Thomas Shelby
    2 days ago










  • $2$ is not the only solution - the quadratic formula will give you another.
    – Mark Bennet
    2 days ago






  • 1




    What aobut $y=23$?
    – Yanko
    2 days ago








1




1




Multiply by $yne 0$ and you get a quadratic equation which can be easily solved.
– Wuestenfux
2 days ago




Multiply by $yne 0$ and you get a quadratic equation which can be easily solved.
– Wuestenfux
2 days ago












Multiplying both sides by $y $ will give you a quadratic equation. Then use quadratic formula.
– Thomas Shelby
2 days ago




Multiplying both sides by $y $ will give you a quadratic equation. Then use quadratic formula.
– Thomas Shelby
2 days ago












$2$ is not the only solution - the quadratic formula will give you another.
– Mark Bennet
2 days ago




$2$ is not the only solution - the quadratic formula will give you another.
– Mark Bennet
2 days ago




1




1




What aobut $y=23$?
– Yanko
2 days ago




What aobut $y=23$?
– Yanko
2 days ago










4 Answers
4






active

oldest

votes


















3














$$frac{46}{y}+y = 25$$



Here, assuming $y neq 0$, you can multiply both sides of the equation by $y$, yielding



$$46+y^2 = 25y$$



$$y^2-25y+46 = 0$$



Here, you can solve the quadratic equation by factoring, completing the square, or the Quadratic Formula, but the first way is the simplest, considering $a = 1$:



$$(y+y_1)(y+y_2) = 0$$



The key here is to ask yourself: which two numbers multiply to give $+46$ and add to give $-25$? Clearly the two numbers must be negative, and you can figure out they’re $-23$ and $-2$. So, the factored equation becomes



$$(y-23)(y-2) = 0$$



Setting either factor equal to $0$ yields




  • $$y-23 = 0 iff y = 23$$

  • $$y-2 = 0 iff y = 2$$


You could also use the Quadratic Formula if desired:




$$ax^2+bx+c = 0 iff x = frac{-bpmsqrt{b^2-4ac}}{2a}$$



$$y = frac{-(-25)pmsqrt{(-25)^2-4(1)(46)}}{2(1)} = frac{25pmsqrt{441}}{2} = frac{25pm 21}{2}$$



$$y = 23; quad y = 2$$







share|cite|improve this answer































    2














    $$y^2-25y+46=0implies y=2,23$$
    you can use middle term method or the quadratic formula.
    the formula is...
    if $$ax^2+bx+c=0,then~~~ x=frac{-bpm sqrt{b^2-4ac}}{2a}$$






    share|cite|improve this answer































      0














      Since you see $frac{46}{y}$ in there, it's a good idea to multiply both sides by $y$:



      begin{align*}
      left(frac{46}{y} + yright) cdot y &= 25 cdot y \
      46 + y^2 &= 25y
      end{align*}



      Now we bring all the terms over to one side:
      $$
      y^2 - 25y + 46 = 0
      $$

      so you have a quadratic equation, and you can solve it. (Quadratic formula or factoring!)



      If you happen to get $y = 0$ as a solution to the equation, you have to throw it out, since at the beginning there was $frac{46}{y}$, which means that $y$ was not $0$. But here it turns out that $y = 0$ is not a solution.






      share|cite|improve this answer





























        0














        Multiply both sides by $y$ and you get
        $$46 + y^2 = 25y$$
        $$Leftrightarrow 0 = y^2 -25y + 46$$
        Now calculating the discriminant $D = (-25)^2 -4cdot 46 = 625-184 = 441 = 21^2$ gives
        $$y = frac{25 pm sqrt{21^2}}{2}$$
        So $y = frac{25+21}{2} = 23$ or $y = frac{25-21}{2} = 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',
          autoActivateHeartbeat: false,
          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%2f3062703%2fhow-to-solve-this-simple-equation-frac46y-y-25%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          $$frac{46}{y}+y = 25$$



          Here, assuming $y neq 0$, you can multiply both sides of the equation by $y$, yielding



          $$46+y^2 = 25y$$



          $$y^2-25y+46 = 0$$



          Here, you can solve the quadratic equation by factoring, completing the square, or the Quadratic Formula, but the first way is the simplest, considering $a = 1$:



          $$(y+y_1)(y+y_2) = 0$$



          The key here is to ask yourself: which two numbers multiply to give $+46$ and add to give $-25$? Clearly the two numbers must be negative, and you can figure out they’re $-23$ and $-2$. So, the factored equation becomes



          $$(y-23)(y-2) = 0$$



          Setting either factor equal to $0$ yields




          • $$y-23 = 0 iff y = 23$$

          • $$y-2 = 0 iff y = 2$$


          You could also use the Quadratic Formula if desired:




          $$ax^2+bx+c = 0 iff x = frac{-bpmsqrt{b^2-4ac}}{2a}$$



          $$y = frac{-(-25)pmsqrt{(-25)^2-4(1)(46)}}{2(1)} = frac{25pmsqrt{441}}{2} = frac{25pm 21}{2}$$



          $$y = 23; quad y = 2$$







          share|cite|improve this answer




























            3














            $$frac{46}{y}+y = 25$$



            Here, assuming $y neq 0$, you can multiply both sides of the equation by $y$, yielding



            $$46+y^2 = 25y$$



            $$y^2-25y+46 = 0$$



            Here, you can solve the quadratic equation by factoring, completing the square, or the Quadratic Formula, but the first way is the simplest, considering $a = 1$:



            $$(y+y_1)(y+y_2) = 0$$



            The key here is to ask yourself: which two numbers multiply to give $+46$ and add to give $-25$? Clearly the two numbers must be negative, and you can figure out they’re $-23$ and $-2$. So, the factored equation becomes



            $$(y-23)(y-2) = 0$$



            Setting either factor equal to $0$ yields




            • $$y-23 = 0 iff y = 23$$

            • $$y-2 = 0 iff y = 2$$


            You could also use the Quadratic Formula if desired:




            $$ax^2+bx+c = 0 iff x = frac{-bpmsqrt{b^2-4ac}}{2a}$$



            $$y = frac{-(-25)pmsqrt{(-25)^2-4(1)(46)}}{2(1)} = frac{25pmsqrt{441}}{2} = frac{25pm 21}{2}$$



            $$y = 23; quad y = 2$$







            share|cite|improve this answer


























              3












              3








              3






              $$frac{46}{y}+y = 25$$



              Here, assuming $y neq 0$, you can multiply both sides of the equation by $y$, yielding



              $$46+y^2 = 25y$$



              $$y^2-25y+46 = 0$$



              Here, you can solve the quadratic equation by factoring, completing the square, or the Quadratic Formula, but the first way is the simplest, considering $a = 1$:



              $$(y+y_1)(y+y_2) = 0$$



              The key here is to ask yourself: which two numbers multiply to give $+46$ and add to give $-25$? Clearly the two numbers must be negative, and you can figure out they’re $-23$ and $-2$. So, the factored equation becomes



              $$(y-23)(y-2) = 0$$



              Setting either factor equal to $0$ yields




              • $$y-23 = 0 iff y = 23$$

              • $$y-2 = 0 iff y = 2$$


              You could also use the Quadratic Formula if desired:




              $$ax^2+bx+c = 0 iff x = frac{-bpmsqrt{b^2-4ac}}{2a}$$



              $$y = frac{-(-25)pmsqrt{(-25)^2-4(1)(46)}}{2(1)} = frac{25pmsqrt{441}}{2} = frac{25pm 21}{2}$$



              $$y = 23; quad y = 2$$







              share|cite|improve this answer














              $$frac{46}{y}+y = 25$$



              Here, assuming $y neq 0$, you can multiply both sides of the equation by $y$, yielding



              $$46+y^2 = 25y$$



              $$y^2-25y+46 = 0$$



              Here, you can solve the quadratic equation by factoring, completing the square, or the Quadratic Formula, but the first way is the simplest, considering $a = 1$:



              $$(y+y_1)(y+y_2) = 0$$



              The key here is to ask yourself: which two numbers multiply to give $+46$ and add to give $-25$? Clearly the two numbers must be negative, and you can figure out they’re $-23$ and $-2$. So, the factored equation becomes



              $$(y-23)(y-2) = 0$$



              Setting either factor equal to $0$ yields




              • $$y-23 = 0 iff y = 23$$

              • $$y-2 = 0 iff y = 2$$


              You could also use the Quadratic Formula if desired:




              $$ax^2+bx+c = 0 iff x = frac{-bpmsqrt{b^2-4ac}}{2a}$$



              $$y = frac{-(-25)pmsqrt{(-25)^2-4(1)(46)}}{2(1)} = frac{25pmsqrt{441}}{2} = frac{25pm 21}{2}$$



              $$y = 23; quad y = 2$$








              share|cite|improve this answer














              share|cite|improve this answer



              share|cite|improve this answer








              edited 2 days ago

























              answered 2 days ago









              KM101KM101

              5,5511423




              5,5511423























                  2














                  $$y^2-25y+46=0implies y=2,23$$
                  you can use middle term method or the quadratic formula.
                  the formula is...
                  if $$ax^2+bx+c=0,then~~~ x=frac{-bpm sqrt{b^2-4ac}}{2a}$$






                  share|cite|improve this answer




























                    2














                    $$y^2-25y+46=0implies y=2,23$$
                    you can use middle term method or the quadratic formula.
                    the formula is...
                    if $$ax^2+bx+c=0,then~~~ x=frac{-bpm sqrt{b^2-4ac}}{2a}$$






                    share|cite|improve this answer


























                      2












                      2








                      2






                      $$y^2-25y+46=0implies y=2,23$$
                      you can use middle term method or the quadratic formula.
                      the formula is...
                      if $$ax^2+bx+c=0,then~~~ x=frac{-bpm sqrt{b^2-4ac}}{2a}$$






                      share|cite|improve this answer














                      $$y^2-25y+46=0implies y=2,23$$
                      you can use middle term method or the quadratic formula.
                      the formula is...
                      if $$ax^2+bx+c=0,then~~~ x=frac{-bpm sqrt{b^2-4ac}}{2a}$$







                      share|cite|improve this answer














                      share|cite|improve this answer



                      share|cite|improve this answer








                      edited 2 days ago

























                      answered 2 days ago









                      Rakibul Islam PrinceRakibul Islam Prince

                      1,035211




                      1,035211























                          0














                          Since you see $frac{46}{y}$ in there, it's a good idea to multiply both sides by $y$:



                          begin{align*}
                          left(frac{46}{y} + yright) cdot y &= 25 cdot y \
                          46 + y^2 &= 25y
                          end{align*}



                          Now we bring all the terms over to one side:
                          $$
                          y^2 - 25y + 46 = 0
                          $$

                          so you have a quadratic equation, and you can solve it. (Quadratic formula or factoring!)



                          If you happen to get $y = 0$ as a solution to the equation, you have to throw it out, since at the beginning there was $frac{46}{y}$, which means that $y$ was not $0$. But here it turns out that $y = 0$ is not a solution.






                          share|cite|improve this answer


























                            0














                            Since you see $frac{46}{y}$ in there, it's a good idea to multiply both sides by $y$:



                            begin{align*}
                            left(frac{46}{y} + yright) cdot y &= 25 cdot y \
                            46 + y^2 &= 25y
                            end{align*}



                            Now we bring all the terms over to one side:
                            $$
                            y^2 - 25y + 46 = 0
                            $$

                            so you have a quadratic equation, and you can solve it. (Quadratic formula or factoring!)



                            If you happen to get $y = 0$ as a solution to the equation, you have to throw it out, since at the beginning there was $frac{46}{y}$, which means that $y$ was not $0$. But here it turns out that $y = 0$ is not a solution.






                            share|cite|improve this answer
























                              0












                              0








                              0






                              Since you see $frac{46}{y}$ in there, it's a good idea to multiply both sides by $y$:



                              begin{align*}
                              left(frac{46}{y} + yright) cdot y &= 25 cdot y \
                              46 + y^2 &= 25y
                              end{align*}



                              Now we bring all the terms over to one side:
                              $$
                              y^2 - 25y + 46 = 0
                              $$

                              so you have a quadratic equation, and you can solve it. (Quadratic formula or factoring!)



                              If you happen to get $y = 0$ as a solution to the equation, you have to throw it out, since at the beginning there was $frac{46}{y}$, which means that $y$ was not $0$. But here it turns out that $y = 0$ is not a solution.






                              share|cite|improve this answer












                              Since you see $frac{46}{y}$ in there, it's a good idea to multiply both sides by $y$:



                              begin{align*}
                              left(frac{46}{y} + yright) cdot y &= 25 cdot y \
                              46 + y^2 &= 25y
                              end{align*}



                              Now we bring all the terms over to one side:
                              $$
                              y^2 - 25y + 46 = 0
                              $$

                              so you have a quadratic equation, and you can solve it. (Quadratic formula or factoring!)



                              If you happen to get $y = 0$ as a solution to the equation, you have to throw it out, since at the beginning there was $frac{46}{y}$, which means that $y$ was not $0$. But here it turns out that $y = 0$ is not a solution.







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered 2 days ago









                              60056005

                              35.7k751125




                              35.7k751125























                                  0














                                  Multiply both sides by $y$ and you get
                                  $$46 + y^2 = 25y$$
                                  $$Leftrightarrow 0 = y^2 -25y + 46$$
                                  Now calculating the discriminant $D = (-25)^2 -4cdot 46 = 625-184 = 441 = 21^2$ gives
                                  $$y = frac{25 pm sqrt{21^2}}{2}$$
                                  So $y = frac{25+21}{2} = 23$ or $y = frac{25-21}{2} = 2$.






                                  share|cite|improve this answer


























                                    0














                                    Multiply both sides by $y$ and you get
                                    $$46 + y^2 = 25y$$
                                    $$Leftrightarrow 0 = y^2 -25y + 46$$
                                    Now calculating the discriminant $D = (-25)^2 -4cdot 46 = 625-184 = 441 = 21^2$ gives
                                    $$y = frac{25 pm sqrt{21^2}}{2}$$
                                    So $y = frac{25+21}{2} = 23$ or $y = frac{25-21}{2} = 2$.






                                    share|cite|improve this answer
























                                      0












                                      0








                                      0






                                      Multiply both sides by $y$ and you get
                                      $$46 + y^2 = 25y$$
                                      $$Leftrightarrow 0 = y^2 -25y + 46$$
                                      Now calculating the discriminant $D = (-25)^2 -4cdot 46 = 625-184 = 441 = 21^2$ gives
                                      $$y = frac{25 pm sqrt{21^2}}{2}$$
                                      So $y = frac{25+21}{2} = 23$ or $y = frac{25-21}{2} = 2$.






                                      share|cite|improve this answer












                                      Multiply both sides by $y$ and you get
                                      $$46 + y^2 = 25y$$
                                      $$Leftrightarrow 0 = y^2 -25y + 46$$
                                      Now calculating the discriminant $D = (-25)^2 -4cdot 46 = 625-184 = 441 = 21^2$ gives
                                      $$y = frac{25 pm sqrt{21^2}}{2}$$
                                      So $y = frac{25+21}{2} = 23$ or $y = frac{25-21}{2} = 2$.







                                      share|cite|improve this answer












                                      share|cite|improve this answer



                                      share|cite|improve this answer










                                      answered 2 days ago









                                      Jonas De SchouwerJonas De Schouwer

                                      1284




                                      1284






























                                          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%2f3062703%2fhow-to-solve-this-simple-equation-frac46y-y-25%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

                                          Mario Kart Wii

                                          What does “Dominus providebit” mean?

                                          Antonio Litta Visconti Arese