def F(x): y=0.05*x-0.1+2.45/x return y def Min(): m=F(4) for i in range(5,12): c=F(i) if c