Olympiad Maths Prep

Track / Stage 3 / 113 of 260 #113 of 2000

Problem 113

AMC 10/12, early questions
Algebra Difficulty 3.3 Find the answer fermat

A sequence of 11 positive real numbers, a1,a2,a3,,a11a_{1}, a_{2}, a_{3}, \ldots, a_{11}, satisfies a1=4a_{1}=4 and a11=1024a_{11}=1024 and an+an1=52anan1a_{n}+a_{n-1}=\frac{5}{2} \sqrt{a_{n} \cdot a_{n-1}} for every integer nn with 2n112 \leq n \leq 11. For example when n=7,a7+a6=52a7a6n=7, a_{7}+a_{6}=\frac{5}{2} \sqrt{a_{7} \cdot a_{6}}. There are SS such sequences. What are the rightmost two digits of SS?

Official solution

Suppose that, for some integer n2n \geq 2, we have an=xa_{n}=x and an1=ya_{n-1}=y. The equation an+an1=52anan1a_{n}+a_{n-1}=\frac{5}{2} \sqrt{a_{n} \cdot a_{n-1}} can be re-written as x+y=52xyx+y=\frac{5}{2} \sqrt{x y}. Since x>0x>0 and y>0y>0, squaring both sides of the equation gives an equivalent equation which is (x+y)2=254xy(x+y)^{2}=\frac{25}{4} x y. Manipulating algebraically, we obtain the following equivalent equations: (x+y)2=254xy(x+y)^{2}=\frac{25}{4} x y, 4(x2+2xy+y2)=25xy4(x^{2}+2 x y+y^{2})=25 x y, 4x217xy+4y2=04 x^{2}-17 x y+4 y^{2}=0, (4xy)(x4y)=0(4 x-y)(x-4 y)=0. Therefore, the given relationship is equivalent to 4x=y4 x=y or x=4yx=4 y. Returning to the sequence notation, we now know that it is the case that 4an=an14 a_{n}=a_{n-1} (that is, an=14an1a_{n}=\frac{1}{4} a_{n-1} ) or an=4an1a_{n}=4 a_{n-1}. Putting this another way, each term in the sequence can be obtained from the previous term either by multiplying by 4 or by dividing by 4. We are told that a1=4a_{1}=4 and a11=1024a_{11}=1024. We note a11a1=10244=256=44\frac{a_{11}}{a_{1}}=\frac{1024}{4}=256=4^{4}. We can think of moving along the sequence from a1a_{1} to a11a_{11} by making 10 "steps", each of which involves either multiplying by 4 or dividing by 4. If there are mm steps in which we multiply by 4 and 10m10-m steps in which we divide by 4, then 4m410m=44\frac{4^{m}}{4^{10-m}}=4^{4} which gives 42m10=444^{2 m-10}=4^{4} or 2m10=42 m-10=4 and so m=7m=7. In other words, the sequence involves 7 steps of multiplying by 4 and 3 steps of dividing by 4. These steps completely define the sequence. The number of possible sequences, SS, equals the number of ways of arranging these 10 steps, which equals (103)\binom{10}{3}. (If combinatorial notation is unfamiliar, we could systematically count the number of arrangements instead.) Therefore, S=1098321=538=120S=\frac{10 \cdot 9 \cdot 8}{3 \cdot 2 \cdot 1}=5 \cdot 3 \cdot 8=120. The rightmost two digits of SS are 20.

Source: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.