题目
In a large theatre there are rows of seats, where is a constant.
The number of seats in the first row is , where is a constant.
In each subsequent row there are 4 more seats than in the previous row so that
- in the 2nd row there are seats
- in the 3rd row there are seats
- the number of seats in each row form an arithmetic sequence
Given that the total number of seats in the first 10 rows is 360,
(a) find the value of .
Given also that the total number of seats in the rows is 2146,
(b) show that .
(c) Hence
(i) state the number of rows of seats in the theatre,
(ii) find the maximum number of seats in any one row.
题目中文翻译
一个大剧院有 排座位,其中 是常数。
第一排有 个座位,其中 是常数。
每一排比前一排多4个座位,因此:
- 第2排有 个座位
- 第3排有 个座位
- 每排的座位数构成等差数列
已知前10排的总座位数为360,
(a) 求 的值。
又已知 排的总座位数为2146,
(b) 证明 。
(c) 由此
(i) 求剧院的排数,
(ii) 求任一排的最大座位数。
(7分)
解答
解法一
思路
等差数列求和公式 ,其中 为首项, 为公差。
答题过程
(a) The total number of seats in the first 10 rows is 360. Using the sum formula with :
S_{10} =&\, \frac{10}{2}[2a + 9 \times 4] \\ 360 =&\, 5[2a + 36] \\ 72 =&\, 2a + 36 \\ 2a =&\, 36 \\ a =&\, 18 \end{align*}$$ $$\boxed{a = 18}$$ **(b)** The total number of seats in $n$ rows is 2146: $$\begin{align*} S_n =&\, \frac{n}{2}[2 \times 18 + (n-1) \times 4] \\ 2146 =&\, \frac{n}{2}[36 + 4n - 4] \\ 2146 =&\, \frac{n}{2}[4n + 32] \\ 2146 =&\, n(2n + 16) \\ 2146 =&\, 2n^2 + 16n \\ 2n^2 + 16n - 2146 =&\, 0 \\ n^2 + 8n - 1073 =&\, 0 \end{align*}$$ $$\boxed{n^2 + 8n - 1073 = 0}$$ **(c)(i)** Solving $n^2 + 8n - 1073 = 0$: $$\begin{align*} n =&\, \frac{-8 \pm \sqrt{64 + 4292}}{2} = \frac{-8 \pm 66}{2} \end{align*}$$ Taking the positive value: $n = \dfrac{58}{2} = 29$ $$\boxed{n = 29}$$ **(c)(ii)** The number of seats in the $n$th row: $$\begin{align*} a_{29} =&\, 18 + (29 - 1) \times 4 \\ =&\, 18 + 112 \\ =&\, 130 \end{align*}$$ $$\boxed{130 \text{ seats}}$$