Question: Shading in a region in the 2d graph

Is there some way to shade in the region between the red and blue curves?

 

implicitplot([y = (1/5)*x^2+5, y = (1/20)*(x-5)*(x+3)*(x-10)+30, x = 2, x = 10], x = 0 .. 12, y = 0 .. 40, color = [red, blue, black, black], thickness = 3)

Please Wait...