Concept:To find the maximum value of a continuous function on a closed interval, check critical points and endpoints.Explanation:Given, f(x)=2x3−15x2+36x−48.The set is A={x∣x2+20≤9x}.Rewrite: x2−9x+20≤0.Factor: (x−4)(x−5)≤0.So, A=[4,5].Now, differentiate: f′(x)=6x2−30x+36.Set f′(x)=0: 6(x−2)(x−3)=0.Thus, critical points are x=2 and x=3.But 2,3∈/A, so they are rejected.Therefore, check endpoints of [4,5].f(4)=2(4)3−15(4)2+36(4)−48=−16.f(5)=2(5)3−15(5)2+36(5)−48=7.Since 7>−16, the maximum value is 7.Answer:The maximum value of f(x) on set A is 7, i.e. option D.