Difference between revisions of "1982 AHSME Problems/Problem 8"
(→Solutions) |
Tecilis459 (talk | contribs) (Add problem statement) |
||
Line 1: | Line 1: | ||
+ | == Problem == | ||
+ | |||
+ | By definition, <math>r! = r(r - 1) \cdots 1</math> and <math>\binom{j}{k} = \frac {j!}{k!(j - k)!}</math>, where <math>r,j,k</math> are positive integers and <math>k < j</math>. | ||
+ | If <math>\binom{n}{1}, \binom{n}{2}, \binom{n}{3}</math> form an arithmetic progression with <math>n > 3</math>, then <math>n</math> equals | ||
+ | |||
+ | <math>\textbf{(A)}\ 5\qquad | ||
+ | \textbf{(B)}\ 7\qquad | ||
+ | \textbf{(C)}\ 9\qquad | ||
+ | \textbf{(D)}\ 11\qquad | ||
+ | \textbf{(E)}\ 12</math> | ||
+ | |||
+ | == Solution == | ||
+ | |||
We know that <math>n \choose {2}</math> <math>-</math> <math> n \choose 1</math> <math>=</math> <math> {n} \choose 3</math> <math>-</math> <math>{n} \choose 2,</math> because they form an arithmetic sequence, and expanding, we have by the definitions in the problem: <cmath>\frac{n(n-1)(n-2)(n-3)...}{2(n-2)(n-3)...}-n=\frac{n(n-1)(n-2)(n-3)(n-4)...}{6((n-3)(n-4)...)}-\frac{n(n-1)(n-2)(n-3)...}{2(n-2)(n-3)...}.</cmath> | We know that <math>n \choose {2}</math> <math>-</math> <math> n \choose 1</math> <math>=</math> <math> {n} \choose 3</math> <math>-</math> <math>{n} \choose 2,</math> because they form an arithmetic sequence, and expanding, we have by the definitions in the problem: <cmath>\frac{n(n-1)(n-2)(n-3)...}{2(n-2)(n-3)...}-n=\frac{n(n-1)(n-2)(n-3)(n-4)...}{6((n-3)(n-4)...)}-\frac{n(n-1)(n-2)(n-3)...}{2(n-2)(n-3)...}.</cmath> | ||
Latest revision as of 12:29, 16 July 2024
Problem
By definition, and , where are positive integers and . If form an arithmetic progression with , then equals
Solution
We know that because they form an arithmetic sequence, and expanding, we have by the definitions in the problem:
Canceling out the and the from each side of the equals sign, we have Getting rid of the fractions by cross multiplication, and getting n on one side, we have and we can factor out the n, so n(n^2-9n+14)=0, and we are looking for two integers x and y such that and By guess and check, our integers are -7 and -2, so According to the problem, so we have n=7 or 2, thus
~ab2024