this equation is related to anti flood for sending chat messages
it isn't required for the algorithm to work but i wanted to add a feature where the delay (4121.9512195122) is entered and E is calculated
i'm having alot of trouble understanding this and requesting the help of someone who is strong in this area of mathematics
Solve for e.
d = 310 + e
c = (d + 62) * 5
b = c / (5 * 4500)
4121.9512195122 = d / b
(Answer: e = 366)
EDIT:
SOLVED!
thx for reading
it isn't required for the algorithm to work but i wanted to add a feature where the delay (4121.9512195122) is entered and E is calculated
i'm having alot of trouble understanding this and requesting the help of someone who is strong in this area of mathematics
Solve for e.
d = 310 + e
c = (d + 62) * 5
b = c / (5 * 4500)
4121.9512195122 = d / b
(Answer: e = 366)
EDIT:
SOLVED!
Code Select
(310 + e)
_______________________
(372 + e) * 5
_______________
22500
310 + e
___________
1860 + 5e
_________
22500
310 + 1e
_______________________________________________
5e
0.082666666666666666666666666666667 + _______
22500
310 + 1e
______________________________________
1
________________________________________
1859.999999999999999999999999985 + 5e
______________________________________
22500
310 + 1e 22500
______________________________________ * _________________________________________
1 1859.999999999999999999999999985 + 5e
6975000 + 22500e
_____________________________________ = 4121.95121
1859.999999999999999999999999985 + 5e
6975000 + 22500e = 20609.75605e + 7666829.2506
1890.24395e = 691829.2506
e = 365.99998143096820915628376961609
thx for reading