def C(x): return (300*x+200)/(5*x+2) def unitaire(x): return C(x)>60.5