I'm modifying some code and have come upon a mathematics problem that I can't solve.
Firstly, we have a value that is worked out as:
a = 10 + (2.5 * b)
c = 10 + (2.5 * (d + b))
e = d * (a + c) / 4
Next, there is a value we can call F. I need an equation to give the maximum value of d before e > F.
Hopefully I've made this clear enough & there's someone able and willing to help.
Firstly, we have a value that is worked out as:
a = 10 + (2.5 * b)
c = 10 + (2.5 * (d + b))
e = d * (a + c) / 4
Next, there is a value we can call F. I need an equation to give the maximum value of d before e > F.
Hopefully I've made this clear enough & there's someone able and willing to help.