What will be the input based on the output?











up vote
-1
down vote

favorite












A = 1.0
B = 1.0



C = A / (1-(B/100))
This will give an output as 1.01



What will be the output when A and C are only given?
A = 1.0;
B = ?;
C = 1.01;



1.10 = 1.0 / (1-(? / 100))



What is the answer for B?



Answer: The answer for be is 1.0, But how the calculation work?
Please explain.










share|cite|improve this question







New contributor




Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Welcome to MSE. Your question is phrased as an isolated problem, without any further information or context. This does not match many users' quality standards, so it may attract downvotes, or be put on hold. To prevent that, please edit the question. This will help you recognise and resolve the issues. Concretely: please provide context, and include your work and thoughts on the problem. These changes can help in formulating more appropriate answers.
    – José Carlos Santos
    1 hour ago










  • First you say $C=1.01$, then you say $C=1.10$. What is it?
    – MathFun123
    11 mins ago















up vote
-1
down vote

favorite












A = 1.0
B = 1.0



C = A / (1-(B/100))
This will give an output as 1.01



What will be the output when A and C are only given?
A = 1.0;
B = ?;
C = 1.01;



1.10 = 1.0 / (1-(? / 100))



What is the answer for B?



Answer: The answer for be is 1.0, But how the calculation work?
Please explain.










share|cite|improve this question







New contributor




Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Welcome to MSE. Your question is phrased as an isolated problem, without any further information or context. This does not match many users' quality standards, so it may attract downvotes, or be put on hold. To prevent that, please edit the question. This will help you recognise and resolve the issues. Concretely: please provide context, and include your work and thoughts on the problem. These changes can help in formulating more appropriate answers.
    – José Carlos Santos
    1 hour ago










  • First you say $C=1.01$, then you say $C=1.10$. What is it?
    – MathFun123
    11 mins ago













up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











A = 1.0
B = 1.0



C = A / (1-(B/100))
This will give an output as 1.01



What will be the output when A and C are only given?
A = 1.0;
B = ?;
C = 1.01;



1.10 = 1.0 / (1-(? / 100))



What is the answer for B?



Answer: The answer for be is 1.0, But how the calculation work?
Please explain.










share|cite|improve this question







New contributor




Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











A = 1.0
B = 1.0



C = A / (1-(B/100))
This will give an output as 1.01



What will be the output when A and C are only given?
A = 1.0;
B = ?;
C = 1.01;



1.10 = 1.0 / (1-(? / 100))



What is the answer for B?



Answer: The answer for be is 1.0, But how the calculation work?
Please explain.







math-software calculator python






share|cite|improve this question







New contributor




Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 1 hour ago









Naveen

992




992




New contributor




Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Naveen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Welcome to MSE. Your question is phrased as an isolated problem, without any further information or context. This does not match many users' quality standards, so it may attract downvotes, or be put on hold. To prevent that, please edit the question. This will help you recognise and resolve the issues. Concretely: please provide context, and include your work and thoughts on the problem. These changes can help in formulating more appropriate answers.
    – José Carlos Santos
    1 hour ago










  • First you say $C=1.01$, then you say $C=1.10$. What is it?
    – MathFun123
    11 mins ago


















  • Welcome to MSE. Your question is phrased as an isolated problem, without any further information or context. This does not match many users' quality standards, so it may attract downvotes, or be put on hold. To prevent that, please edit the question. This will help you recognise and resolve the issues. Concretely: please provide context, and include your work and thoughts on the problem. These changes can help in formulating more appropriate answers.
    – José Carlos Santos
    1 hour ago










  • First you say $C=1.01$, then you say $C=1.10$. What is it?
    – MathFun123
    11 mins ago
















Welcome to MSE. Your question is phrased as an isolated problem, without any further information or context. This does not match many users' quality standards, so it may attract downvotes, or be put on hold. To prevent that, please edit the question. This will help you recognise and resolve the issues. Concretely: please provide context, and include your work and thoughts on the problem. These changes can help in formulating more appropriate answers.
– José Carlos Santos
1 hour ago




Welcome to MSE. Your question is phrased as an isolated problem, without any further information or context. This does not match many users' quality standards, so it may attract downvotes, or be put on hold. To prevent that, please edit the question. This will help you recognise and resolve the issues. Concretely: please provide context, and include your work and thoughts on the problem. These changes can help in formulating more appropriate answers.
– José Carlos Santos
1 hour ago












First you say $C=1.01$, then you say $C=1.10$. What is it?
– MathFun123
11 mins ago




First you say $C=1.01$, then you say $C=1.10$. What is it?
– MathFun123
11 mins ago










2 Answers
2






active

oldest

votes

















up vote
0
down vote













This is for $C=1.10$, if you want $C=1.01$ you can fill it in.



We have to solve $1.10=frac{1.0}{1-frac{B}{100}}$.



We can lift $1.0$ to the other side, so $frac{1.0}{1.10}=1-frac{b}{100}$.



Then we can get $1$ to the left so $1-frac{1.0}{1.10} =frac{b}{100}$.



And then: $100 -frac{100}{1.1} = b$.



So $$b=9.090909$$






share|cite




























    up vote
    -1
    down vote













    We have $1,1= frac{1}{1-frac{B}{100}}$. Can you proceed ?






    share|cite|improve this answer





















    • Why the downvote ????
      – Fred
      54 mins ago










    • My guess is that you got downvoted by someone who thinks that the question doesn't deserve an answer (that's my opinion too, but I don't downvote or vote to close answers because of that).
      – José Carlos Santos
      34 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: 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
    });


    }
    });






    Naveen is a new contributor. Be nice, and check out our Code of Conduct.










    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3019840%2fwhat-will-be-the-input-based-on-the-output%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
    0
    down vote













    This is for $C=1.10$, if you want $C=1.01$ you can fill it in.



    We have to solve $1.10=frac{1.0}{1-frac{B}{100}}$.



    We can lift $1.0$ to the other side, so $frac{1.0}{1.10}=1-frac{b}{100}$.



    Then we can get $1$ to the left so $1-frac{1.0}{1.10} =frac{b}{100}$.



    And then: $100 -frac{100}{1.1} = b$.



    So $$b=9.090909$$






    share|cite

























      up vote
      0
      down vote













      This is for $C=1.10$, if you want $C=1.01$ you can fill it in.



      We have to solve $1.10=frac{1.0}{1-frac{B}{100}}$.



      We can lift $1.0$ to the other side, so $frac{1.0}{1.10}=1-frac{b}{100}$.



      Then we can get $1$ to the left so $1-frac{1.0}{1.10} =frac{b}{100}$.



      And then: $100 -frac{100}{1.1} = b$.



      So $$b=9.090909$$






      share|cite























        up vote
        0
        down vote










        up vote
        0
        down vote









        This is for $C=1.10$, if you want $C=1.01$ you can fill it in.



        We have to solve $1.10=frac{1.0}{1-frac{B}{100}}$.



        We can lift $1.0$ to the other side, so $frac{1.0}{1.10}=1-frac{b}{100}$.



        Then we can get $1$ to the left so $1-frac{1.0}{1.10} =frac{b}{100}$.



        And then: $100 -frac{100}{1.1} = b$.



        So $$b=9.090909$$






        share|cite












        This is for $C=1.10$, if you want $C=1.01$ you can fill it in.



        We have to solve $1.10=frac{1.0}{1-frac{B}{100}}$.



        We can lift $1.0$ to the other side, so $frac{1.0}{1.10}=1-frac{b}{100}$.



        Then we can get $1$ to the left so $1-frac{1.0}{1.10} =frac{b}{100}$.



        And then: $100 -frac{100}{1.1} = b$.



        So $$b=9.090909$$







        share|cite












        share|cite



        share|cite










        answered 7 mins ago









        MathFun123

        493216




        493216






















            up vote
            -1
            down vote













            We have $1,1= frac{1}{1-frac{B}{100}}$. Can you proceed ?






            share|cite|improve this answer





















            • Why the downvote ????
              – Fred
              54 mins ago










            • My guess is that you got downvoted by someone who thinks that the question doesn't deserve an answer (that's my opinion too, but I don't downvote or vote to close answers because of that).
              – José Carlos Santos
              34 mins ago















            up vote
            -1
            down vote













            We have $1,1= frac{1}{1-frac{B}{100}}$. Can you proceed ?






            share|cite|improve this answer





















            • Why the downvote ????
              – Fred
              54 mins ago










            • My guess is that you got downvoted by someone who thinks that the question doesn't deserve an answer (that's my opinion too, but I don't downvote or vote to close answers because of that).
              – José Carlos Santos
              34 mins ago













            up vote
            -1
            down vote










            up vote
            -1
            down vote









            We have $1,1= frac{1}{1-frac{B}{100}}$. Can you proceed ?






            share|cite|improve this answer












            We have $1,1= frac{1}{1-frac{B}{100}}$. Can you proceed ?







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered 1 hour ago









            Fred

            42.8k1643




            42.8k1643












            • Why the downvote ????
              – Fred
              54 mins ago










            • My guess is that you got downvoted by someone who thinks that the question doesn't deserve an answer (that's my opinion too, but I don't downvote or vote to close answers because of that).
              – José Carlos Santos
              34 mins ago


















            • Why the downvote ????
              – Fred
              54 mins ago










            • My guess is that you got downvoted by someone who thinks that the question doesn't deserve an answer (that's my opinion too, but I don't downvote or vote to close answers because of that).
              – José Carlos Santos
              34 mins ago
















            Why the downvote ????
            – Fred
            54 mins ago




            Why the downvote ????
            – Fred
            54 mins ago












            My guess is that you got downvoted by someone who thinks that the question doesn't deserve an answer (that's my opinion too, but I don't downvote or vote to close answers because of that).
            – José Carlos Santos
            34 mins ago




            My guess is that you got downvoted by someone who thinks that the question doesn't deserve an answer (that's my opinion too, but I don't downvote or vote to close answers because of that).
            – José Carlos Santos
            34 mins ago










            Naveen is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            Naveen is a new contributor. Be nice, and check out our Code of Conduct.













            Naveen is a new contributor. Be nice, and check out our Code of Conduct.












            Naveen is a new contributor. Be nice, and check out our Code of Conduct.
















            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%2f3019840%2fwhat-will-be-the-input-based-on-the-output%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

            Cabo Verde

            Gyllenstierna

            Albrecht Dürer