Question:

If \[ A= \begin{bmatrix} 1&1\\ 0&1 \end{bmatrix} \] and \[ S=A+A^{2}+A^{3}+...+A^{12} \] then sum of all elements of matrix S is

Show Hint

For matrices of form \[ \begin{bmatrix} 1&1\\ 0&1 \end{bmatrix} \] remember shortcut: \[ A^n= \begin{bmatrix} 1&n\\ 0&1 \end{bmatrix} \]
Updated On: Jun 15, 2026
  • 104
  • 96
  • 102
  • 81
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept: For triangular matrix \[ A= \begin{bmatrix} 1&1\\ 0&1 \end{bmatrix} \] powers follow standard pattern.

Step 1: Find general power.
Observe \[ A^2= \begin{bmatrix} 1&2\\ 0&1 \end{bmatrix} \] \[ A^3= \begin{bmatrix} 1&3\\ 0&1 \end{bmatrix} \] Thus \[ A^n= \begin{bmatrix} 1&n\\ 0&1 \end{bmatrix} \]

Step 2: Find summation.
\[ S= \sum_{n=1}^{12} \begin{bmatrix} 1&n\\ 0&1 \end{bmatrix} \] \[ = \begin{bmatrix} 12&\sum n\\ 0&12 \end{bmatrix} \] Now \[ \sum_{n=1}^{12}n=\frac{12(13)}2=78 \] Hence \[ S= \begin{bmatrix} 12&78\\ 0&12 \end{bmatrix} \]

Step 3: Add all entries.
Total sum \[ 12+78+0+12 = 102 \] Thus \[ \boxed{102} \]
Was this answer helpful?
0
0