Concept:The sum of squares of natural numbers from 1 to n is given by the formula Sn=6n(n+1)(2n+1). To find the sum from 11² to 45², subtract the sum from 1² to 10² from the sum from 1² to 45².Explanation:First, compute the sum of squares from 1 to 45 using the formula:S45=645×(45+1)×(2×45+1)=645×46×91.Simplify: 45÷3=15, 46÷2=23, so 15×23×91=31395.Next, compute the sum of squares from 1 to 10:S10=610×(10+1)×(2×10+1)=610×11×21.Simplify: 10÷2=5, 21÷3=7, so 5×11×7=385.Now subtract: required sum = 31395−385=31010.Answer:31010 (Option D)