Concept:A function f(x) is monotonically increasing if its derivative f′(x)>0.We use the quotient rule: dxd(vu)=v2u′v−uv′.Explanation:Given f(x)=exx2.Compute f′(x) using the quotient rule:f′(x)=(ex)2(2x)(ex)−(x2)(ex).Simplify: f′(x)=e2x2xex−x2ex=ex2x−x2.For monotonic increase, f′(x)>0:ex2x−x2>0.Since ex>0 for all real x, we only need 2x−x2>0.Factor: x(2−x)>0.Solve the inequality: The product is positive when both factors have the same sign.Case 1: x>0 and 2−x>0 → x>0 and x<2 → 0<x<2.Case 2: x<0 and 2−x<0 → x<0 and x>2 — impossible.Thus, only 0<x<2 satisfies the condition.Answer:Option C: 0<x<2.