2011 AIME II Problem 11

Below is the professionally curated solution for Problem 11 of the 2011 AIME II, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2011 AIME II solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:determinantrecursiongeometric sequence

Difficulty rating: 2920

11.

Let MnM_n be the n×nn \times n matrix with entries as follows: for 1in,1 \le i \le n, mi,i=10;m_{i,i} = 10; for 1in1,1 \le i \le n - 1, mi+1,i=mi,i+1=3;m_{i+1,i} = m_{i,i+1} = 3; all other entries in MnM_n are zero. Let DnD_n be the determinant of matrix Mn.M_n. Then n=118Dn+1\sum_{n=1}^{\infty} \frac{1}{8D_n + 1} can be represented as pq,\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+q.p + q.

Note: The determinant of the 1×11 \times 1 matrix [a][a] is a,a, and the determinant of the 2×22 \times 2 matrix [abcd]=adbc;\begin{bmatrix} a & b \\ c & d \end{bmatrix} = ad - bc; for n2,n \ge 2, the determinant of an n×nn \times n matrix with first row or first column a1a_1 a2a_2 a3a_3 \ldots ana_n is equal to a1C1a2C2+a3C3+(1)n+1anCn,a_1C_1 - a_2C_2 + a_3C_3 - \cdots + (-1)^{n+1}a_nC_n, where CiC_i is the determinant of the (n1)×(n1)(n - 1) \times (n - 1) matrix formed by eliminating the row and column containing ai.a_i.

Solution:

Expanding DnD_n along the first row gives 10Dn110 D_{n-1} minus 33 times a cofactor whose first column is (3,0,,0);(3, 0, \ldots, 0); expanding that cofactor down its first column leaves 3Dn2.3 D_{n-2}. Hence Dn=10Dn19Dn2,D_n = 10 D_{n-1} - 9 D_{n-2}, with D1=10D_1 = 10 and D2=1009=91.D_2 = 100 - 9 = 91.

The characteristic equation k2=10k9k^2 = 10k - 9 has roots 99 and 1,1, and fitting the initial values gives Dn=9n+118.D_n = \frac{9^{n+1} - 1}{8}. Therefore 8Dn+1=9n+1,8D_n + 1 = 9^{n+1}, and n=118Dn+1=n=119n+1=1/81119=172.\sum_{n=1}^{\infty} \frac{1}{8D_n + 1} = \sum_{n=1}^{\infty} \frac{1}{9^{n+1}} = \frac{1/81}{1 - \frac{1}{9}} = \frac{1}{72}.

Thus pq=172\frac{p}{q} = \frac{1}{72} and p+q=73.p + q = 73.

← Problem 10Full ExamProblem 12

Problem 11 in Other Years