Given:
Classroom A has a capacity of 25 seats. \( A_x \) denotes the number of possible seating arrangements when **25 of \( x \)** students are seated in a row in room A. The problem gives the equation:
\( A_n - A_{n-1} = 25! \cdot \binom{49}{25} \)
We need to find the value of \( n \).
---
Step 1: Calculate \( A_n \) and \( A_{n-1} \)
The number of seating arrangements when **25 students** are chosen from \( n \) total students is given by the permutation formula:
\( A_n = P(n, 25) = \frac{n!}{(n - 25)!} \)
\( A_{n-1} = P(n-1, 25) = \frac{(n-1)!}{(n - 26)!} \)
---
Step 2: Simplify \( A_n - A_{n-1} \)
We can rewrite \( A_n \) and \( A_{n-1} \) in terms of products:
\( A_n = n \cdot (n-1) \cdot (n-2) \cdots (n-24) \)
\( A_{n-1} = (n-1) \cdot (n-2) \cdots (n-25) \)
Taking the difference:
\( A_n - A_{n-1} = \left[ n - (n-25) \right] \cdot (n-1)(n-2)\cdots(n-25) = 25 \cdot (n-1)(n-2)\cdots(n-25) \)
---
Step 3: Compare with the given equation
The given equation is:
\( A_n - A_{n-1} = 25! \cdot \binom{49}{25} \)
We can equate the factors of \( 25! \) on both sides:
\( n = 49 \)