M
M
Master Ruby2019-04-08 14:36:32
Mathematics
Master Ruby, 2019-04-08 14:36:32

How to order tasks so that the average time to complete a task is minimal?

5cab315a1143d737805788.pngSo, I decided this: The average time to complete a task does not depend on the sequence of tasks themselves, only on the time it takes to complete. We find the average time to complete a task, i.e. it is necessary to apply the mathematical formula: 3 min + 4 min + 5 min + 10 min + 15 min + 20 min + 30 min + 40 min / 8 = 15, 875 - the average time to complete 8 tasks. In order for the average task execution time to decrease, it is necessary to reduce the task execution time itself, let's say: 3 + 4 + 5 + 10 + 15 + 20 + 20 + 40 = 14.625 and it doesn't matter in what sequence the tasks will be performed. However, this is not correct, but how then is it correct?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Master Ruby, 2019-04-08
@Dunaevlad

In general, the solution will be correct if the tasks with the smallest numerical value are performed first and in ascending order, i.e. 3 + 4 + 5 than doing tasks with the highest numerical value first, so I was told! But does that make a difference! It seems to me that the conditions of the problem are not quite correct!

R
Rsa97, 2019-04-08
@Rsa97

It is possible that task completion time refers to the time from the beginning of the day to the completion of the task, rather than the actual time spent on the task.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question