Concept:To find the maximum of y=(x1)x for x>0, we use logarithms and differentiation.Explanation:Let y=(x1)x.Take natural logarithm on both sides:lny=xln(x1)Since ln(x1)=−lnx, we get:lny=−xlnxBecause lny increases with y, maximising y is same as maximising f(x)=−xlnx.Differentiate f(x):f′(x)=−(lnx+1)Set f′(x)=0:−(lnx+1)=0⇒lnx=−1So, x=e−1=e1.Now substitute this value in the original expression:(x1)x=(1/e1)1/e=e1/eThus, the maximum value is e1/e.Answer:e1/e, which is option C.