Concept:The problem uses total budget fixed, so daily expense changes inversely with number of days.Explanation:Let the original tour duration be x days.Original daily expense = x9600.After extending by 16 days, new duration = x+16 days.New daily expense = x+169600.The expense is reduced by ₹20 per day:x9600−x+169600=20.Factor out 9600: 9600(x1−x+161)=20.Combine fractions: 9600⋅x(x+16)16=20.Multiply both sides by x(x+16): 9600×16=20x(x+16).Divide by 20: 480×16=x(x+16) ⟹ 7680=x2+16x.Rearrange: x2+16x−7680=0.Solve quadratic: discriminant =162+4(7680)=256+30720=30976.30976=176.x=2−16±176.Positive root: 2160=80.Thus original duration is 80 days.Answer:Original duration = 80 days, which matches option C.