Suppose our company has 12 employees and that each is allowed to take a 3-week vacation over a period of 8 weeks. Can we get an optimal combination, i.e., we have as many employees as possible ready but every single employee takes his or her 3 weeks?
2026-03-30 12:21:20.1774873280
Optimal holiday plan for employees
90 Views Asked by user432004 https://math.techqa.club/user/user432004/detail At
1
There are 1 best solutions below
Related Questions in OPTIMIZATION
- Optimization - If the sum of objective functions are similar, will sum of argmax's be similar
- optimization with strict inequality of variables
- Gradient of Cost Function To Find Matrix Factorization
- Calculation of distance of a point from a curve
- Find all local maxima and minima of $x^2+y^2$ subject to the constraint $x^2+2y=6$. Does $x^2+y^2$ have a global max/min on the same constraint?
- What does it mean to dualize a constraint in the context of Lagrangian relaxation?
- Modified conjugate gradient method to minimise quadratic functional restricted to positive solutions
- Building the model for a Linear Programming Problem
- Maximize the function
- Transform LMI problem into different SDP form
Related Questions in WORD-PROBLEM
- Remove and replacing of mixture in jar?
- Solving Linear System Word Problem
- Need help setting up equation for a word problem
- FM Actuary question, comparing interest rate and Discount rate
- Five tyres over $40000$ kilometres
- Followup to Stock Market Probability Question
- Word problem, system of equations - Three Variables
- Word Problem (Weight)
- Apple Cider Word Problem based on D=rt principle
- How to compare degree of invariance (with words)?
Related Questions in OPERATIONS-RESEARCH
- correctness for minimizing average completition time for scheduling problem with release times
- the effect of an operation
- Reasonable/unreasonable exponentially distributed interarrival (service) times
- Optimally allocating inventory, does this problem have a name?
- Linear Programming: What is the rationale behind the Gauss Jordan Row operations we do after determining the leaving and entering variables?
- Linear programming: Converting nested absolute value
- How to find infinite optimal solutions for linear program?
- Ways to speed up solving an LP with Google's ortools
- A Mixed Integer Model with Mixed Integer sub-Problems
- Does zero considered as a leaving variable in simplex method?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
If "optimised" means "the day with fewest employees at work should have as many employees as possible", and vacations are required to be three consecutive weeks, then I think your best bet is to make four overlapping batches (one starting in the beginning of the first week, one in the beginning of the second or third, one beginning in the beginning of the fourth or fifth, and one beginning in the beginning of the sixth week). Then send three employees on vacation each batch.
That way, only two batches overlap at any time, and you have at least half of your employees on call each day (not counting sick leave or similar). I don't think you can get five batches without triple overlap somewhere.
If you can distribute single weeks, then you can get more people on site at any time. For instance, consider having a list of the employees, and the first week give vacation to the first five on the list. The next week to the next five, and so on, looping around when you reach the bottom. Then you have seven employees on call every day, and the last of the eight weeks you even have eleven employees on call, so you can make up for that by giving only four employees vacation some of the weeks (four of the weeks, in fact, with five employees the other four).
Of course, once you have used this scheme to decide who takes vacation simultaneously each week, you can shuffle the weeks themselves around so that the employees get more consecutive vacations (you can guarantee at least one two-week vacation to all of your employees, and a three-week to some).
Since there are a total of $3\cdot 5\cdot 12 = 180$ vacation days you need to give to your employees, and only $8\cdot 5 = 40$ days to distribute them on, you cannot get away with only giving vacation to four employees at a time, even by giving single days of vacation. You need at least five employees to have vacation simoltaneously some of the time (otherwise you can only reach a total of $160$ vacation days). So this is the best possible.