Question
Question: Let \(A = \left[ {\begin{array}{*{20}{c}} 1&0&0 \\\ 1&1&0 \\\ 1&1&1 \end{array}} \r...
Let A = \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
1&1&0 \\\
1&1&1
\end{array}} \right] and B=A20. Then the sum of the elements of the first column of B is?
(A) 211
(B) 210
(C) 231
(D) 251
Solution
Firstly, find the value of A2,A3,... and so on. Then make a relation between the elements of the first column by finding the general term. For example- The general term for the sequence 2,4,6,8,..... is given by n(n+1).
Complete step-by-step answer:
Given: A = \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
1&1&0 \\\
1&1&1
\end{array}} \right] and B=A20
Now, A2=A×A
{A^2} = \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
1&1&0 \\\
1&1&1
\end{array}} \right] \times \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
1&1&0 \\\
1&1&1
\end{array}} \right]
{A^2} = \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
2&1&0 \\\
3&2&1
\end{array}} \right]
Similarly, A3=A2×A
{A^3} = \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
2&1&0 \\\
3&2&1
\end{array}} \right] \times \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
1&1&0 \\\
1&1&1
\end{array}} \right]
{A^3} = \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
3&1&0 \\\
6&3&1
\end{array}} \right]
Now from above calculation in first column, we observed that:
In every multiplication, first elements of the column is 1.
Second element increases by 1.
Third element being in a series: 1,3,6,10,....; whose general term is 2n(n+1).
Therefore, sum of first column in A20=1+n+2n(n+1)
Put n=20,
Sum of first column in A20=1+20+220(20+1)
=1+20+10×21
=1+20+210
=231
Hence, option (C) is the correct answer.
Note: Another method to solve this question is find the value of A2,A3,.....A20.
B = {A^{20}} = \left[ {\begin{array}{*{20}{c}}
1&0&0 \\\
{20}&1&0 \\\
{210}&{20}&1
\end{array}} \right]
Then, the sum of first column in B =1+20+210 =231