sum of first nth term of the seris 2^2+4^2+6^2+8^2+.........n terms is
![sum of first nth term of the seris 22426282n terms is class=](https://us-static.z-dn.net/files/dd8/16cdff1a217e08e02c956b03dd62ca7b.jpg)
Answer:
(2/3)n(n+1)(2n+1)
Step-by-step explanation:
First you have to find the general term formula which is here (2k)^2 which is equal to 4k^2. Sum(k=1 to n) of 4k^2=4•n(n+1)(2n+1)/6
simplified to (2/3)n(n+1)(2n+1)