Consider the assembly line balancing problem described in th…
Consider the assembly line balancing problem described in the table below. Assume cycle time is 25. Task Task Time Immediate Predecessor Positional Weight A 5 – B 10 A C 5 A D 15 B,C E 5 D F 15 D G 5 E H 10 F,G (a) (6 points) Calculate the positional weight for each task (add to table above). (b) (6 points) Assign tasks to workstations according to the Ranked Positional Weight (RPW) heuristic. If a workstation is empty, just put N/A in the box. Workstation 1 tasks: Workstation 2 tasks: Workstation 3 tasks: Workstation 4 tasks: (c) Answer yes or no for the following questions. (2 points) Does task C dominate task D? (2 points) Does task B dominate task C? (2 points) Does task F dominate task E? (4 points) Did the RPW heuristic produce the optimal line balance?