Concept:To find the greatest value of a function on a closed interval, find critical points by setting the derivative to zero, then compare the function values at those points and at the endpoints.Explanation:Given f(x)=cos2x+x on the interval [−2π,2π].Compute the derivative: f′(x)=−2sin2x+1.Set f′(x)=0 to find critical points: −2sin2x+1=0⇒sin2x=21.The solutions for 2x in [0,2π] are 2x=6π or 2x=65π.Thus x=12π or x=125π.Only x=12π lies in the given interval.Evaluate f at the critical point and endpoints:f(−2π)=cos(−π)−2π=−1−2π.f(2π)=cosπ+2π=−1+2π.f(12π)=cos6π+12π=23+12π.The value 23+12π is greater than the endpoint values.Therefore the greatest value of f(x) is 23+12π.Answer:Option B: 23+12π.