A factory assembles Product X from three components, A, B, and C. One of each component is needed for each Product X and all three components must be available when assembly of each Product X starts. It takes two days to assemble one Product X. Assembly of each Product X starts at the beginning of one day and is finished at the end of the next day.The factory can work on at most five Product Xs at once. If components are available each day as shown in the table above, what is the largest number of product Xs that can be assembled during the three days covered by the table?
3
5
6
9
10
产品x要两天做完,所以周一到周二做了3个产品,但是周二到周三只能做两个产品,因为机器只能同时做5个product,所以这三天一共只能做5个产品。
登录 或 注册 后可以参加讨论