返回题库

AIME 2000 II · 第 7 题

AIME 2000 II — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Given that

12!17!+13!16!+14!15!+15!14!+16!13!+17!12!+18!11!+19!10!=N1!18!\frac 1{2!17!}+\frac 1{3!16!}+\frac 1{4!15!}+\frac 1{5!14!}+\frac 1{6!13!}+\frac 1{7!12!}+\frac 1{8!11!}+\frac 1{9!10!}=\frac N{1!18!}

find the greatest integer that is less than N100\frac N{100}.

解析

Solution

Multiplying both sides by 19!19! yields:

19!2!17!+19!3!16!+19!4!15!+19!5!14!+19!6!13!+19!7!12!+19!8!11!+19!9!10!=19!N1!18!.\frac {19!}{2!17!}+\frac {19!}{3!16!}+\frac {19!}{4!15!}+\frac {19!}{5!14!}+\frac {19!}{6!13!}+\frac {19!}{7!12!}+\frac {19!}{8!11!}+\frac {19!}{9!10!}=\frac {19!N}{1!18!}. (192)+(193)+(194)+(195)+(196)+(197)+(198)+(199)=19N.\binom{19}{2}+\binom{19}{3}+\binom{19}{4}+\binom{19}{5}+\binom{19}{6}+\binom{19}{7}+\binom{19}{8}+\binom{19}{9} = 19N. Recall the Combinatorial Identity 219=n=019(19n)2^{19} = \sum_{n=0}^{19} {19 \choose n}. Since (19n)=(1919n){19 \choose n} = {19 \choose 19-n}, it follows that n=09(19n)=2192=218\sum_{n=0}^{9} {19 \choose n} = \frac{2^{19}}{2} = 2^{18}.

Thus, 19N=218(191)(190)=218191=(29)220=(512)220=26212419N = 2^{18}-\binom{19}{1}-\binom{19}{0}=2^{18}-19-1 = (2^9)^2-20 = (512)^2-20 = 262124.

So, N=26212419=13796N=\frac{262124}{19}=13796 and N100=137\left\lfloor \frac{N}{100} \right\rfloor =\boxed{137}.

Solution 2

Let f(x)=(1+x)19.f(x) = (1+x)^{19}. Applying the binomial theorem gives us f(x)=(1919)x19+(1918)x18+(1917)x17++(190).f(x) = \binom{19}{19} x^{19} + \binom{19}{18} x^{18} + \binom{19}{17} x^{17}+ \cdots + \binom{19}{0}. Since 12!17!+13!16!++18!11!+19!10!=f(1)2(1919)(1918)19!,\frac 1{2!17!}+\frac 1{3!16!}+\dots+\frac 1{8!11!}+\frac 1{9!10!} = \frac{\frac{f(1)}{2} - \binom{19}{19} - \binom{19}{18}}{19!}, N=2182019.N = \frac{2^{18}-20}{19}. After some fairly easy bashing, we get 137\boxed{137} as the answer.

~peelybonehead

Solution 3 (Brute Force)

Convert each denominator to 19!19! and get the numerators to be 9,51,204,612,1428,2652,3978,48629,51,204,612,1428,2652,3978,4862 (refer to note). Adding these up we have 1379613796 therefore 137\boxed{137} is the desired answer.

Note: Notice that each numerator is increased each time by a factor of 173,164,155,146,\frac{17}{3}, \frac{16}{4}, \frac{15}{5}, \frac{14}{6}, etc. until 119\frac{11}{9}. If you were taking the test under normal time conditions, it shouldn't be too hard to bash out all of the numbers but it is priority to be careful.

~SirAppel