How do I calculate the value of b from this formula? [closed] - math

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 months ago.
Improve this question
I have the following forumla:
(((a*(1/b))-1)/(a-1))*1000 = c
But I need to retrospectively go back through some data to find the value of b, which was not recorded (a and c were). How can I do this?

((c/1000)*(a-1)+1)/a=1/b
then
b=a/((c/1000)*(a-1)+1)

Related

Why is the equation y^2dy = 0 an exact equation? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 days ago.
Improve this question
I’m not sure why y^2.dy = 0 is an exact differential equation. It popped up in my lecture but I don’t understand why it is one even though it doesn’t contain an x variable.
I asked my friend but he doesn’t remember this section very well and I have searched online for a solution or a similar example but can’t find anything.

vehicle is driving pass another vehicle without overtaking [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 days ago.
Improve this question
enter image description here
am trying to simulate vehicle overtaking others, but for some reason the fast vehicle is going through other slow ones
I have set both car sources to the same road, and same lane[0],

how to calculate pitch angle if I have two antennas? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 days ago.
Improve this question
Please provide detailed information about the formula, and some illustrations would be more intuitive and easier to understand.
I want to calculate the pitch angle from two antennas. I googled some, but I didn't get the answer.

How to write a differential equation in wolfram alpha [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 months ago.
Improve this question
How to write a differential equation in wolframalpha to get its solution
differential equation
y'(t) = m*(1-y(t)/k)*y(t)
https://www.wolframalpha.com/input?i=y%27%28t%29+%3D+m*%281-y%28t%29%2Fk%29*y%28t%29
(I just looked at examples)

What are hybrid-integer? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 months ago.
Improve this question
what are Hybrid Integers mentioned in this problem and what are applications of Hybrid Integers?
"what are Hybrid Integers?" They are defined in the first line of the problem description.
"what are applications of Hybrid Integers?"
They serve describing a programming challenge, which you have found.

Resources