Question: In the range K 5 :K 2 4 , enter formulas to sum the total number of shifts worked by each employeefrom Monday through Sunday

In the range K5:K24, enter formulas to sum the total number of shifts worked by each employeefrom Monday through Sunday.5. In the range L5:L24, calculate the total number of hours worked by each employee during theweek by multiplying the number of shifts worked by 8(each shift is eight hours long).6. In the range D26:J26, enter the required shifts per day. The clinic requires 12 nurses on theweekdays, and 10 nurses on Saturday and Sunday.7. In the range D27:J27, enter formulas to sum the total number of shifts scheduled for nurses oneach day.8. In the range D28:J28, enter formulas to calculate the difference between the number of nursesscheduled and the number of nurses required. A negative value indicates that not enough nursesare scheduled to cover that days shifts.9. In cell D30, calculate the total shortfall for the week by summing the daily shortfall values in therange D28:J28.10. Create a Solver model that sets the value of cell D30 to 0(indicating that all shiftsare covered for every day of the week) by changing the values in the range D5:J24 under thefollowing constraints:a. Add a binary constraint to force every value in the range D5:J24 to be either a 0 or a 1.b. Add a constraint to limit the total hours worked by each full-time employee to less than orequal to 40.c. Add a constraint to limit the total hours worked by each part-time employee to less than orequal to 24.d. Add a constraint to require that the difference values in the range D28:J28 all equal 0.e. Add more constraints based on the schedule requests in the range C5:C24 so that nurses arenot scheduled to work shifts on days they have requested off. If a nurse has requested a dayoff, the cell corresponding to that day for that nurse must equal 0.11. Run the Solver model using the Evolutionary method. (Solver might take a minute toarrive at a solution.) Confirm that the schedule generated by Solver fulfills all the requirementsall shifts are covered each day, no full-time nurse works more than 40 hours, no part-time nurseworks more than 24 hours, and no nurse works on a requested day off

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!