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.
math-software calculator python
New contributor
add a comment |
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.
math-software calculator python
New contributor
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
add a comment |
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.
math-software calculator python
New contributor
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
math-software calculator python
New contributor
New contributor
New contributor
asked 1 hour ago
Naveen
992
992
New contributor
New contributor
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
add a comment |
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
add a comment |
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$$
add a comment |
up vote
-1
down vote
We have $1,1= frac{1}{1-frac{B}{100}}$. Can you proceed ?
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
add a comment |
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$$
add a comment |
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$$
add a comment |
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$$
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$$
answered 7 mins ago
MathFun123
493216
493216
add a comment |
add a comment |
up vote
-1
down vote
We have $1,1= frac{1}{1-frac{B}{100}}$. Can you proceed ?
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
add a comment |
up vote
-1
down vote
We have $1,1= frac{1}{1-frac{B}{100}}$. Can you proceed ?
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
add a comment |
up vote
-1
down vote
up vote
-1
down vote
We have $1,1= frac{1}{1-frac{B}{100}}$. Can you proceed ?
We have $1,1= frac{1}{1-frac{B}{100}}$. Can you proceed ?
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
add a comment |
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
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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