Question

In: Operations Management

Based on the number of students dine in Deer Park Tavern, the manager determines that following...

Based on the number of students dine in Deer Park Tavern, the manager determines that following number of waiters and waitresses are needed for each day of a week:

Mon Tue Wed Thur Fri Sat Sun
5 7 9 8 10 9 5

The manager hires full time workers (waiters or waitresses) who normally work consecutively for 5 days followed by 2 day off. Additional part time workers can be hired who are required to work two days in a row. Part time workers are paid 25% more daily. Assuming that all workers are equally paid (you may assume $1/day for full time workers) within each category, respectively. In addition, to maintain the quality of service, part time workers on each day should be no more than 40% of full time workers.

Set up an Excel LP model to find a shift schedule for the manager to minimize the operating cost.

Solutions

Expert Solution

Decision variables:

Let Fi be the number of full-time employees in ith shift, where i = 1, 2, 3, 4, 5, 6, 7 for the shifts starting from Monday…to... Sunday respectively.

Let Pi be the number of part-time employees in ith shift, where i = 1, 2, 3, 4, 5, 6, 7 for the shifts starting from Monday…to... Sunday respectively.

The seven shifts will be required to schedule full time employees for 5 consecutive days and next 2 days off. The seven shifts will be required to schedule part-time employees for 2 consecutive days. Following the schedule for each shift where 1 represent working day and 0 represent off-day:

Full-time employee shift

Part-time employee shift

Day

F1

F2

F3

F4

F5

F6

F7

P1

P2

P3

P4

P5

P6

P7

# of Employees -Monday

1

0

0

1

1

1

1

1

0

0

0

0

1

1

# of Employees -Tuesday

1

1

0

0

1

1

1

1

1

0

0

0

0

0

# of Employees -Wednesday

1

1

1

0

0

1

1

0

1

1

0

0

0

0

# of Employees -Thursday

1

1

1

1

0

0

1

0

0

1

1

0

0

0

# of Employees -Friday

1

1

1

1

1

0

0

0

0

0

1

1

0

0

# of Employees -Saturday

0

1

1

1

1

1

0

0

0

0

0

1

1

0

# of Employees -Sunday

0

0

1

1

1

1

1

0

0

0

0

0

1

1

The objective of scheduling is minimize the requirement of employees.

The cost of each full time employee is $1 per day and that of part-time employee is $1.25 per day

Objective Function:

Min Z = $1*∑Fi + $1.25∑Pi

Subject To:

Constraint:

Employees required per day constraint:

Day

Equation

Monday

F1 + 0F2 + 0F3 + F4 + F5 + F6 + F7 + P1 + 0P2 + 0P3 + 0P4 + 0P5 + 0P6 + P7 >= 5

Tuesday

F1 + F2 + 0F3 + 0F4 + F5 + F6 + F7 + P1 + P2 + 0P3 + 0P4 + 0P5 + 0P6 + 0P7 >= 7

And so on for rest of days

Part-time employees should be not more than 40% o full-time employees on each day

Day

Equation

Monday

P1 + 0P2 + 0P3 + 0P4 + 0P5 + 0P6 + P7 <= 0.4(F1 + 0F2 + 0F3 + F4 + F5 + F6 + F7)

-0.4F1 + 0F2 + 0F3 -0.4*F4 -0.4*F5 -0.4*F6 -0.4*F7 + P1 + 0P2 + 0P3 + 0P4 + 0P5 + 0P6 + P7 <= 0

Tuesday

P1 + P2 + 0P3 + 0P4 + 0P5 + 0P6 + 0P7 <= 0.4(F1 + 1F2 + 0F3 + 0F4 + F5 + F6 + F7)

-0.4F1 + -0.4F2 + 0F3 + 0F4 -0.4*F5 -0.4*F6 -0.4*F7 + P1 + P2 + 0P3 + 0P4 + 0P5 + 0P6 + 0P7 <= 0

And so on for the rest of days

Excel model is as follows:

Full-time employee shift

Part-time employee shift

Day

F1

F2

F3

F4

F5

F6

F7

P1

P2

P3

P4

P5

P6

P7

# of employees

2

4

2

2

0

1

0

0

0

0

0

0

0

0

Total cost = $11


Related Solutions

The marketing department of Deer Park has submitted the following sales forecast for the upcoming fiscal...
The marketing department of Deer Park has submitted the following sales forecast for the upcoming fiscal year (all sales are on account): 1st Quarter 2nd Quarter 3rd Quarter 4th Quarter Budgeted unit sales 11,900 12,900 14,900 13,900 The selling price of the company’s product is $18 per unit. Management expects to collect 75% of sales in the quarter in which the sales are made, 20% in the following quarter, and 5% of sales are expected to be uncollectible. The beginning...
develop an algorithm and then a C program that accomplishes the following. determines the minimum number...
develop an algorithm and then a C program that accomplishes the following. determines the minimum number of quarters, dimes, nickels, and pennies to make change for any amount of cents from 1 cent to 99 cents inclusive; produces an error message if 0 or more than 99 is entered as input, but the program will keep running and ask for another input; terminate if 0 or a negative number is entered. Here is possible example of the program running (remember...
develop an algorithm and then a C program that accomplishes the following. determines the minimum number...
develop an algorithm and then a C program that accomplishes the following. determines the minimum number of quarters, dimes, nickels, and pennies to make change for any amount of cents from 1 cent to 99 cents inclusive; produces an error message if 0 or more than 99 is entered as input, but the program will keep running and ask for another input; terminate if 0 or a negative number is entered. Here is possible example of the program running (remember...
The following information shows the number of hours students studied for classwork and the score they...
The following information shows the number of hours students studied for classwork and the score they got on the classwork. Show your work to receive credit. Hours Studied x 8 4 9 6 3 2 11 7 Score y 72 64 81 59 43 47 89 70 a) Compute the value of the correlation coefficient r.                         b) Find the equation of the regression line.
Write a program that determines the income tax rates for a state. Tax rates are based on the salary according to the following table:
in java  Code Problem 2 Write a program that determines the income tax rates for a state.  Tax rates are based on the salary according to the following table: 0 – 25000 Dollars                    10% 25001 - 50000 Dollars            15% 50001 - 75000 Dollars             20% Over 75000 Dollars                 35% Write the program so that it asks the user how many taxpayers should be processed and use the number of taxpayers to control the end of the program. For each taxpayer, you will need to input the...
The following frequency table summarizes the number of hours worked by a sample of 120 students...
The following frequency table summarizes the number of hours worked by a sample of 120 students in the same week. Hours worked by students Class (hours) Frequency (0, 10] 10 (10, 20] 60 (20, 30] 40 30 or more 10 Total 120 Show/hide advanced buttonsParagraph stylesBoldItalicUnordered listOrdered listLinkUnlinkInsert or edit imageInsert or edit an audio/video fileRecord audioRecord videoManage files A) How many students worked more than 10 hours but less than or equal to 30 hours? B) What is the...
Based on the following data for the current year, what is the number of days' sales...
Based on the following data for the current year, what is the number of days' sales in receivables? Assume 365-Day year. Sales on account during year $570,068 Cost of goods sold during year 219,238 Accounts receivable, beginning of year 46,044 Accounts receivable, end of year 51,623 Inventory, beginning of year 91,672 Inventory, end of year 116,124 Round your answer up to the nearest whole day. a.31 b.74 c.67 d.140
The following data give the number of hours 5 students spent studying and their corresponding grades...
The following data give the number of hours 5 students spent studying and their corresponding grades on their midterm exams. Hours Studying 1 1 2 3 6 Midterm Grades 65 73 74 86 91 Step 1 of 5: Calculate the sum of squared errors (SSE). Use the values b0=65.9185 and b1=4.5698 for the calculations. Round your answer to three decimal places. Step 2 of 5: Calculate the estimated variance of errors, s^2e. Round your answer to three decimal places. Step...
The following data give the number of hours 5 students spent studying and their corresponding grades...
The following data give the number of hours 5 students spent studying and their corresponding grades on their midterm exams. Hours Studying 1 1 2 3 6 Midterm Grades 65 73 74 86 91 Step 1 of 5: Calculate the sum of squared errors (SSE). Use the values b0=65.9185 and b1=4.5698 for the calculations. Round your answer to three decimal places. Step 2 of 5: Calculate the estimated variance of errors, s^2e. Round your answer to three decimal places. Step...
The following data gives the number of hours 7 students spent studying and their corresponding grades...
The following data gives the number of hours 7 students spent studying and their corresponding grades on their exams. Hours Spent Studying 0 1 2.5 3 4 4.5 5.5 gRADES 60 69 72 75 78 81 90 Step 1 of 3: Calculate the correlation coefficient, r. Round your answer to six decimal places. Step 2 of 3: Determine if r is statistically significant at the 0.050.05 level. Step 3 of 3: Calculate the coefficient of determination, r2r2. Round your answer...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT