返回题库

AIME 1998 · 第 7 题

AIME 1998 — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let nn be the number of ordered quadruples (x1,x2,x3,x4)(x_1,x_2,x_3,x_4) of positive odd integers that satisfy i=14xi=98.\sum_{i = 1}^4 x_i = 98. Find n100.\frac n{100}.

解析

Solution 1 (Clever Stars and Bars Manipulation)

We want x1+x2+x3+x4=98x_1 +x_2+x_3+x_4 =98. This seems like it can be solved with stars and bars, however note that the quadruples all need to be odd. This motivates us to set xi=2yi+1x_i= 2y_i +1, as for all integers yiy_i, 2yi+12y_i + 1 will be odd. Substituting we get

2y1+2y2+2y3+2y4+4=98    y1+y2+y3+y4=472y_1+2y_2+2y_3+2y_4 +4 = 98 \implies y_1+y_2+y_3+y_4 =47 Note that this is an algebraic bijection, we have simplified the problem and essentially removed the odd condition, so now we can finish with plain stars as bars, which gives us n=(503)n= {50\choose3}. Computing this and dividing by 100 gives us an answer of 196\boxed{196}. ~smartguy888

Solution 2

Define xi=2yi1x_i = 2y_i - 1. Then 2(i=14yi)4=982\left(\sum_{i = 1}^4 y_i\right) - 4 = 98, so i=14yi=51\sum_{i = 1}^4 y_i = 51.

So we want to find four natural numbers that sum up to 51; we can imagine this as trying to split up 51 on the number line into 4 ranges. This is equivalent to trying to place 3 markers on the numbers 1 through 50; thus the answer is n=(503)=50494832=19600n = {50\choose3} = \frac{50 * 49 * 48}{3 * 2} = 19600, and n100=196\frac n{100} = \boxed{196}.

Solution 3

Another way we can approach this problem is by imagining a line of 98 stones. We want to place the stones into 44 boxes so that each box has an odd number of stones. We then proceed by placing one stone in each box to begin with, ensuring that we have a positive number in every box. Now we have 9494 stones left. Because we want an odd number in each box, we pair the stones, creating 4747 sets of 22. Every time we add a pair to one of the boxes, the number of stones in the box remains odd, because (an odd #) + (an even #) = (an odd #).

Our problem can now be restated: how many ways are there to partition a line of 4747 stones? We can easily solve this by using 33 sticks to separate the stones into 44 groups, and this is the same as arranging a line of 33 sticks and 4747 stones.

50!47!3!=19600\frac{50!}{47! \cdot 3!} = 19600 50494832=19600\frac{50 * 49 * 48}{3 * 2} = 19600 Our answer is therefore 19600100=196\frac{19600}{100} = \boxed{196}

Solution 4

Let x=a+bx = a + b and y=c+dy = c + d. Then x+y=98x + y = 98, where x,yx, y are positive even integers ranging from 2982-98.

-When (x,y)=(2,96)(x, y) = (2, 96), (a,b)=(1,1)(a, b) = (1, 1) and (c,d)=(1,95),(3,93),...,(95,1)(c, d) = (1, 95), (3, 93),...,(95, 1). This accounts for 4848 solutions.

-When (x,y)=(4,94)(x, y) = (4, 94), (a,b)=(1,3),(3,1)(a, b) = (1, 3), (3, 1) and (c,d)=(1,93),(3,91),...,(93,1)(c, d) = (1, 93), (3, 91),...,(93, 1). This accounts for 9494 solutions.

We quickly see that the total number of acceptable ordered pairs (a,b,c,d)(a, b, c, d) is:

=148+247+346+...+481=(24.523.5)(24.5+23.5)+(24.522.5)(24.5+22.5)+...+(24.5+23.5)(24.523.5)=48(24.5)22(0.52+1.52+...+23.52)=2881212+32+...+4722=2881212+22+...+4724(12+22+...+232)2=2881247(47+1)(2(47)+1)64(23)(23+1)(2(23)+1)62=19600\begin{aligned} &\mathrel{\phantom{=}} 1 \cdot 48 + 2 \cdot 47 + 3 \cdot 46 + ... + 48 \cdot 1\\ &= (24.5 - 23.5)(24.5 + 23.5) + (24.5 - 22.5)(24.5 + 22.5) + ... + (24.5 + 23.5)(24.5 - 23.5)\\ &= 48(24.5)^2 - 2(0.5^2 + 1.5^2 + ... + 23.5^2)\\ &= 28812 - \frac{1^2 + 3^2 + ... + 47^2}{2}\\ &= 28812 - \frac{1^2 + 2^2 + ... + 47^2 - 4(1^2 + 2^2 + ... + 23^2)}{2}\\ &= 28812 - \frac{\frac{47(47 + 1)(2(47) + 1)}{6} - \frac{4(23)(23 + 1)(2(23) + 1)}{6}}{2}\\ &= 19600 \end{aligned} Therefore, n100=19600100=196\frac{n}{100} = \frac{19600}{100} = \boxed{196}.

(This solution uses the sum of squares identity to calculate 12+22+...+4721^2 + 2^2 + ... + 47^2 and 12+22+...+2321^2 + 2^2 + ... + 23^2.)

-baker77

Solution 5

We write the generating functions for each of the terms, and obtain (x+x3+x5)4(x+x^3+x^5\cdots)^4 as the generating function for the sum of the 44 numbers. We seek the x98x^{98} coefficient, or the x94x^{94} coefficient in (1+x2+x4...)4.(1+x^2+x^4...)^4. Now we simplify this as (11x2)4=(33)+(43)x2+(53)x4\left(\frac{1}{1-x^2}\right)^4=\binom{3}{3} +\binom{4}{3}x^2+\binom{5}{3}x^4 \cdots and in general we want that the coefficient of x2kx^{2k} is (k+33).\binom{k+3}{3}. We see the x94x^{94} coefficient so we let k=47k=47 and so the coefficient is (503)=19600\binom{50}{3}=19600 in which n100=196.\frac{n}{100}=\boxed{196}.