Q1.Extract the data as shown below:Production time of A=10mins// prod.Production time of B=20mins//prod.Production time of C=15mins//prod.Now calculate capacity of each machine as sCapacity of A=(60)/(10)=6 prod./hourCapacity of B =(60)/(20)=3 prod. // hourCapacity of C=(60)/(15)=4 prod./hourSince, capacity of B is minimum, i.e., 3 prod./hour.Hence B will be the Bottleneck.Capacity of Process = Capaci ... See the full answer