Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2023 Oct Q8

A Level / Edexcel / P2

IAL 2023 Oct Paper · Question 8

题目

Problem

In a large theatre there are nn rows of seats, where nn is a constant.

The number of seats in the first row is aa, where aa 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 (a+4)(a + 4) seats
  • in the 3rd row there are (a+8)(a + 8) 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 aa.

Given also that the total number of seats in the nn rows is 2146,

(b) show that n2+8n1073=0n^2 + 8n - 1073 = 0.

(c) Hence

(i) state the number of rows of seats in the theatre,

(ii) find the maximum number of seats in any one row.

(7)
题目中文翻译

一个大剧院有 nn 排座位,其中 nn 是常数。

第一排有 aa 个座位,其中 aa 是常数。

每一排比前一排多4个座位,因此:

  • 第2排有 (a+4)(a + 4) 个座位
  • 第3排有 (a+8)(a + 8) 个座位
  • 每排的座位数构成等差数列

已知前10排的总座位数为360,

(a) 求 aa 的值。

又已知 nn 排的总座位数为2146,

(b) 证明 n2+8n1073=0n^2 + 8n - 1073 = 0

(c) 由此

(i) 求剧院的排数,

(ii) 求任一排的最大座位数。

(7分)

解答

解法一

思路

等差数列求和公式 Sn=n2[2a+(n1)d]S_n = \dfrac{n}{2}[2a + (n-1)d],其中 aa 为首项,d=4d = 4 为公差。

答题过程

(a) The total number of seats in the first 10 rows is 360. Using the sum formula with d=4d = 4:

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}}$$