The correct option is C 2n2+n2
Let A= ⎡⎢
⎢
⎢
⎢
⎢
⎢
⎢
⎢⎣a11a12⋯a1na21a22⋯a2n⋮⋮⋮⋮⋮⋮⋮⋮an1an2⋯ann⎤⎥
⎥
⎥
⎥
⎥
⎥
⎥
⎥⎦
Then to form symmetric matrix we have to put
aij=aji ∀ i≠j
i.e. A= ⎡⎢
⎢
⎢
⎢
⎢
⎢
⎢⎣a11a12⋯a1na12a22⋯a2na13a23a33a3n⋮⋮⋮⋮a1na2n⋯ann⎤⎥
⎥
⎥
⎥
⎥
⎥
⎥⎦
Now it is symmetric matrix.
(∵ it is symmetrical about leading diagonal)
So, no. of different elements in A
= n + (n-1) + (n - 2) + ..... + 3 + 2 + 1
= n(n+1)2
∵ Each element is filled by two ways (either 0 or 1)
so total no. of different symmetric matrices = 2n(n+1)2