返回题库

AIME 1992 · 第 4 题

AIME 1992 — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In Pascal's Triangle, each entry is the sum of the two entries above it. The first few rows of the triangle are shown below.

AIME diagram

In which row of Pascal's Triangle do three consecutive entries occur that are in the ratio 3:4:53 :4 :5?

解析

Solution 1

Consider what the ratio means. Since we know that they are consecutive terms, we can say

(nk1)3=(nk)4=(nk+1)5.\frac{\dbinom{n}{k-1}}{3} = \frac{\dbinom{n}{k}}{4} = \frac{\dbinom{n}{k+1}}{5}. Taking the first part, and using our expression for nn choose kk,

n!3(k1)!(nk+1)!=n!4k!(nk)!\frac{n!}{3(k-1)!(n-k+1)!} = \frac{n!}{4k!(n-k)!} 13(k1)!(nk+1)!=14k!(nk)!\frac{1}{3(k-1)!(n-k+1)!} = \frac{1}{4k!(n-k)!} 13(nk+1)=14k\frac{1}{3(n-k+1)} = \frac{1}{4k} nk+1=4k3n-k+1 = \frac{4k}{3} n=7k31n = \frac{7k}{3} - 1 3(n+1)7=k\frac{3(n+1)}{7} = k Then, we can use the second part of the equation.

n!4k!(nk)!=n!5(k+1)!(nk1)!\frac{n!}{4k!(n-k)!} = \frac{n!}{5(k+1)!(n-k-1)!} 14k!(nk)!=15(k+1)!(nk1)!\frac{1}{4k!(n-k)!} = \frac{1}{5(k+1)!(n-k-1)!} 14(nk)=15(k+1)\frac{1}{4(n-k)} = \frac{1}{5(k+1)} 4(nk)5=k+1\frac{4(n-k)}{5} = k+1 4n54k5=k+1\frac{4n}{5}-\frac{4k}{5} = k+1 4n5=9k5+1.\frac{4n}{5} = \frac{9k}{5} +1. Since we know k=3(n+1)7k = \frac{3(n+1)}{7} we can plug this in, giving us

4n5=9(3(n+1)7)5+1\frac{4n}{5} = \frac{9\left(\frac{3(n+1)}{7}\right)}{5} +1 4n=9(3(n+1)7)+54n = 9\left(\frac{3(n+1)}{7}\right)+5 7(4n5)=27n+277(4n - 5) = 27n+27 28n35=27n+2728n - 35 = 27n+27 n=62n = 62 We can also evaluate for kk, and find that k=3(62+1)7=27.k = \frac{3(62+1)}{7} = 27. Since we want nn, however, our final answer is 062.\boxed{062.} ~LaTeX\LaTeX by ciceronii

Solution 2

Call the row x=t+kx=t+k, and the position of the terms t1,t,t+1t-1, t, t+1. Call the middle term in the ratio N=(t+kt)=(t+k)!k!t!N = \dbinom{t+k}{t} = \frac{(t+k)!}{k!t!}. The first term is Ntk+1N \frac{t}{k+1}, and the final term is Nkt+1N \frac{k}{t+1}. Because we have the ratio 3:4:53:4:5,

tk+1=34\frac{t}{k+1} = \frac{3}{4} and kt+1=54\frac{k}{t+1} = \frac{5}{4}.

4t=3k+34t = 3k+3 and 4k=5t+54k= 5t+5

4t3k=34t-3k=3 5t4k=55t-4k=-5

Solve the equations to get t=27,k=35t= 27, k=35 and x=t+k=062x = t+k = \boxed{062}.

-Solution and LaTeX by jackshi2006, variables and algebra simplified by oinava

Video Solution 1 by Dr. Xue's Math School

https://youtu.be/IG16aQvpEGQ