Concept:Area between two curves is found by integrating the difference between the upper and lower functions over their intersection points.Explanation:Find points of intersection by equating y=2x2+10 and y=4x+16.2x2+10=4x+162x2−4x−6=02(x+1)(x−3)=0So x=−1 and x=3.Between x=−1 and x=3, the line 4x+16 lies above the curve 2x2+10.Therefore, area =∫−13[(4x+16)−(2x2+10)]dx=∫−13(−2x2+4x+6)dx=[−32x3+2x2+6x]−13Evaluate at x=3: −32(3)3+2(3)2+6(3)=18Evaluate at x=−1: −32(−1)3+2(−1)2+6(−1)=−310Area =18−(−310)=18+310=364
Answer:The area of the region is 364 square units.Correct option: D. 364