p1. Find all real numbers that satisfy the equation (1+x2+x4+....+x2014)(x2016+1)=2016x2015
p2. Let A be an integer and A=2+20+201+2016+20162+...+40digits20162016...2016 Find the last seven digits of A, in order from millions to units.
p3. In triangle ABC, points P and Q are on sides of BC so that the length of BP is equal to CQ, ∠BAP=∠CAQ and ∠APB is acute. Is triangle ABC isosceles? Write down your reasons.
p4. Ayu is about to open the suitcase but she forgets the key. The suitcase code consists of nine digits, namely four 0s (zero) and five 1s. Ayu remembers that no four consecutive numbers are the same. How many codes might have to try to make sure the suitcase is open?
p5. Fulan keeps 100 turkeys with the weight of the i-th turkey, being xi for i∈{1,2,3,...,100}. The weight of the i-th turkey in grams is assumed to follow the function xi(t)=Sit+200−i where t represents the time in days and Si is the i-th term of an arithmetic sequence where the first term is a positive number a with a difference of b=51. It is known that the average data on the weight of the hundred turkeys at t=a is 150.5 grams. Calculate the median weight of the turkey at time t=20 days.
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Official solution
1. Problem 1: We start with the given equation: (1+x2+x4+⋯+x2014)(x2016+1)=2016x2015 The series 1+x2+x4+⋯+x2014 is a geometric series with the first term a=1 and common ratio r=x2. The sum of this series can be written as: S=1−x21−x2016 Substituting this into the original equation, we get: (1−x21−x2016)(x2016+1)=2016x2015 Simplifying the left-hand side: 1−x2(1−x2016)(x2016+1)=1−x2x2016+1−x4032−x2016=1−x21−x4032 Thus, the equation becomes: 1−x21−x4032=2016x2015 For the equation to hold, the numerator 1−x4032 must be zero, which implies: x4032=1 The solutions to this equation are the 4032nd roots of unity. However, we need to check which of these roots satisfy the original equation. Substituting x=1 into the original equation: (1+12+14+⋯+12014)(12016+1)=2016⋅12015 Simplifies to: 1008⋅2=2016 Which is true. Therefore, x=1 is a solution. For other roots of unity, we need to check if they satisfy the equation. However, since the equation involves a geometric series and the roots of unity, the only real solution is x=1.
■
2. Problem 2: We need to find the last seven digits of the sum A=2+20+201+2016+20162+⋯+40digits20162016…2016. Notice that each term in the sequence can be written as 2×10k where k is the number of digits minus one. The last seven digits of each term are the last seven digits of 2×10k. Since 10k for k≥7 will have at least seven zeros, the last seven digits of each term will be zero except for the first few terms. Therefore, we only need to consider the first few terms: 2,20,201,2016,20162 Summing these: 2+20+201+2016+20162=22301 The last seven digits of 22301 are 00022301.
22301
3. Problem 3: Given that BP=CQ, ∠BAP=∠CAQ, and ∠APB is acute, we need to determine if △ABC is isosceles. Since ∠BAP=∠CAQ, triangles BAP and CAQ are similar by AA similarity. Since BP=CQ, the triangles are also congruent by SAS congruence. Therefore, AB=AC, making △ABC isosceles.
■
4. Problem 4: Using complementary counting, the total number of combinations of four 0s and five 1s is: 4!5!9!=126 We need to subtract the number of invalid combinations where four consecutive digits are the same. For four consecutive 0s, there are 6 combinations. For four consecutive 1s, there are 15 combinations. For both, there are 4 combinations. Therefore, the total number of invalid combinations is: 6+15−4=17 Thus, the number of valid codes is: 126−17=109
109
5. Problem 5: The weight of the i-th turkey is given by xi(t)=Sit+200−i, where Si is the i-th term of an arithmetic sequence with the first term a and common difference b=51. The average weight at t=a is 150.5 grams. Therefore: 1001i=1∑100(Sia+200−i)=150.5 Simplifying: i=1∑100Sia+i=1∑100(200−i)=15050 The sum of the first 100 terms of the arithmetic sequence Si is: Si=a+(i−1)51 Therefore: i=1∑100Si=100a+51i=1∑99i=100a+51⋅299⋅100=100a+990 Substituting back: a(100a+990)+20000−5050=15050 Solving for a: 100a2+990a+14950=15050 100a2+990a−100=0 Solving this quadratic equation, we get: a=0.1 The median weight at t=20 days is the 50th and 51st terms of the sorted weights. The weight of the 50th turkey is: x50(20)=S50⋅20+200−50=(0.1+49⋅0.2)⋅20+150=200 The weight of the 51st turkey is: x51(20)=S51⋅20+200−51=(0.1+50⋅0.2)⋅20+149=201 Therefore, the median weight is: 2200+201=200.5
200.5
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.