Hello Fellow Mathheads
I am hoping you guys can help with my math problem:
X numbers of users must finish a task within Y seconds
No 2 users can work on the task at the same time.
The delay between each user doing the task should be different. So if user1 finishes and user2 starts after 30 seconds. Then user3 cannot start after 30 seconds, he can start after 31 seconds, 34 seconds, 2 seconds or any other seconds except 30.
Meaning the time-gap between any 2 users should always be different.
At what rate (timestamp) should X workers finish the task in Y seconds with the condition above?
I am hoping you guys can help with my math problem:
X numbers of users must finish a task within Y seconds
No 2 users can work on the task at the same time.
The delay between each user doing the task should be different. So if user1 finishes and user2 starts after 30 seconds. Then user3 cannot start after 30 seconds, he can start after 31 seconds, 34 seconds, 2 seconds or any other seconds except 30.
Meaning the time-gap between any 2 users should always be different.
At what rate (timestamp) should X workers finish the task in Y seconds with the condition above?