Correct option is C
Given:
We need to find the sum of the squares of all two-digit numbers that are divisible by 4.
Formula Used:
i=1∑ki2=6k(k+1)(2k+1)
n-th term of an arithmetic sequence:
an=a1+(n−1)d
Solution:
The sequence is 12, 16, 20,....., 96 with a common difference d = 4 .
an=96,a1=12, and d = 4:
96 = 12 + (n - 1)×4
84 = (n - 1)× 4
n - 1 = 21
n = 22
Total numbers = 22
The sum of squares of the numbers = 122+162+202+…+962
This can be written as = (4×3)2+(4×4)2+(4×5)2+…+(4×24)2
= 16×(32+42+52+…+242)
i=1∑24i2−i=1∑2i2=624×25×49−(1+4)
= 4900 - 5 = 4895
Now, multiply by 16:
16×4895=78320