The problem asks for the minimum number of rows needed to seat 150 people in an auditorium where seats increase by a fixed amount in each subsequent row. This forms an arithmetic progression.
We are given the details of the seating arrangement:
The total number of seats in the first $n$ rows ($S_n$) can be calculated using the arithmetic progression sum formula:
$ S_n = \frac{n}{2}[2a_1 + (n-1)d] $
Substitute the given values $a_1 = 8$ and $d = 4$ into the formula:
$ S_n = \frac{n}{2}[2(8) + (n-1)4] $
Simplify the expression:
$ S_n = \frac{n}{2}[16 + 4n - 4] $
$ S_n = \frac{n}{2}[12 + 4n] $
$ S_n = n(6 + 2n) $
$ S_n = 2n^2 + 6n $
We need to find the minimum integer $n$ such that the total seats $S_n$ is at least 150:
$ S_n \ge 150 $
$ 2n^2 + 6n \ge 150 $
Let's check the total seats for $n=3$ rows (Option C):
$ S_3 = 2(3)^2 + 6(3) $
$ S_3 = 2(9) + 18 $
$ S_3 = 18 + 18 $
$ S_3 = 36 $
According to the provided answer, the minimum number of rows needed is 3.
Suppose $a_1, a_2,..., a_{300}$ are integers such that $a_{i-1}+ a_i+ a_{i+1} = 2025$ for all $i = 2,3, ..., 299$.
If $a_7 = -5, a_9 = 37$, then the value of $a_{106}$ is
The value of $1 + (\frac{1}{2^1} + \frac{1}{3}) + (\frac{1}{2^2} + \frac{1}{5} + \frac{1}{6} + \frac{1}{7}) + ... + (\frac{1}{2^9} + ... + \frac{1}{1023})$ lies between