Concept:The greatest integer function [x] is constant on each interval [n,n+1), so the integral splits into a sum of intervals with [x]=n.Explanation:Split the integral from 0 to 5 at integer points:∫05x2[x]dx=n=0∑4∫nn+1x2⋅ndx.Since [x]=0 for 0≤x<1, the first term is zero.For n=1,2,3,4, evaluate each term:∫12x2⋅1dx=[3x3]12=38−1=37.∫23x2⋅2dx=2⋅327−8=338.∫34x2⋅3dx=3⋅364−27=37.∫45x2⋅4dx=4⋅3125−64=3244.Adding these:37+338+37+3244=3400.Answer:∫05x2[x]dx=3400.Correct option: D.