Here, we have to find the average of the squares of the numbers 0, 1, 2, ......, n First let's find i=1∑n+1xi2=02+12+22+…+n2 As we know that, 12+22+32+⋯+n2=∑n2=6n(n+1)(2n+1)⇒i=1∑n+1xi2=6n×(n+1)×(2n+1) As we know that, the average of n observations x1,x2,…,xn is given by: ni=1∑nxi⇒n+1i=1∑n+1xi2=n+1[6n×(n+1)×(2n+1)]=6n(2n+1) Hence, option B is the correct answer.