CombinatoricsDifficulty 7.1National olympiad, round 2Find the answer
p1. One day, a researcher placed two groups of species that were different, namely amoeba and bacteria in the same medium, each in a certain amount (in unit cells). The researcher observed that on the next day, which is the second day, it turns out that every cell species divide into two cells. On the same day every cell amoeba prey on exactly one bacterial cell. The next observation carried out every day shows the same pattern, that is, each cell species divides into two cells and then each cell amoeba prey on exactly one bacterial cell. Observation on day 100 shows that after each species divides and then each amoeba cell preys on exactly one bacterial cell, it turns out kill bacteria. Determine the ratio of the number of amoeba to the number of bacteria on the first day.
p2. It is known that n is a positive integer. Let f(n)=2n+1+2n−14n+4n2−1. Find f(13)+f(14)+f(15)+...+f(112).
p3. Budi arranges fourteen balls, each with a radius of 10 cm. The first nine balls are placed on the table so that form a square and touch each other. The next four balls placed on top of the first nine balls so that they touch each other. The fourteenth ball is placed on top of the four balls, so that it touches the four balls. If Bambang has fifty five balls each also has a radius of 10 cm and all the balls are arranged following the pattern of the arrangement of the balls made by Budi, calculate the height of the center of the topmost ball is measured from the table surface in the arrangement of the balls done by Bambang.
p4. Given a triangle ABC whose sides are 5 cm, 8 cm, and 41 cm. Find the maximum possible area of the rectangle can be made in the triangle ABC.
p5. There are 12 people waiting in line to buy tickets to a show with the price of one ticket is 5,000.00 Rp.. Known 5 of them they only have 10,000 Rp. in banknotes and the rest is only has a banknote of 5,000.00 Rp. If the ticket seller initially only has 5,000.00 Rp., what is the probability that the ticket seller have enough change to serve everyone according to their order in the queue?
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
### Problem 1: 1. Let a1 be the initial number of amoebas and b1 be the initial number of bacteria. 2. On the second day, each amoeba and each bacterium divide into two cells. Thus, the number of amoebas and bacteria both double: a2=2a1,b2=2b1 3. After division, each amoeba preys on exactly one bacterium. Therefore, the number of bacteria decreases by the number of amoebas: b2′=b2−a2=2b1−2a1 4. This pattern continues every day. On the n-th day, the number of amoebas and bacteria before predation are: an=2n−1a1,bn=2n−1b1 5. After predation on the n-th day: bn′=bn−an=2n−1b1−2n−1a1=2n−1(b1−a1) 6. On the 100th day, it is given that all bacteria are killed, i.e., b100′=0: 299(b1−a1)=0 7. Since 299=0, it must be that: b1−a1=0⟹b1=a1 8. Therefore, the ratio of the number of amoebas to the number of bacteria on the first day is: 1
### Problem 2: 1. Given the function: f(n)=2n+1+2n−14n+4n2−1 2. Rationalize the denominator by multiplying the numerator and the denominator by the conjugate of the denominator: f(n)=(2n+1+2n−1)(2n+1−2n−1)(4n+4n2−1)(2n+1−2n−1) 3. Simplify the denominator: (2n+1)2−(2n−1)2=(2n+1)−(2n−1)=2 4. The numerator becomes: (4n+4n2−1)(2n+1−2n−1) 5. Simplify the expression: f(n)=24n(2n+1−2n−1)+4n2−1(2n+1−2n−1) 6. Notice that the terms involving the square roots will cancel out, leaving: f(n)=2n 7. Therefore, the sum f(13)+f(14)+⋯+f(112) is: n=13∑1122n=2n=13∑112n 8. The sum of the first m integers is given by: k=1∑mk=2m(m+1) 9. Therefore: n=13∑112n=n=1∑112n−n=1∑12n=2112⋅113−212⋅13 10. Simplify: n=13∑112n=6356−78=6278 11. Thus: 2n=13∑112n=2⋅6278=12556 12. Therefore: 12556
### Problem 3: 1. The first nine balls form a 3x3 square on the table. Each ball has a radius of 10 cm. 2. The next four balls are placed on top of the first nine balls, forming a 2x2 square. 3. The fourteenth ball is placed on top of the four balls. 4. The height of the center of the topmost ball is the sum of the heights of the layers of balls. 5. The height of the first layer (3 balls) is: 2×10=20 cm 6. The height of the second layer (2 balls) is: 2×10=20 cm 7. The height of the third layer (1 ball) is: 2×10=20 cm 8. Therefore, the total height is: 20+20+20=60 cm 9. Therefore: 60 cm
### Problem 4: 1. Given a triangle ABC with sides 5 cm, 8 cm, and 41 cm. 2. Use Heron's formula to find the area of the triangle: s=25+8+41 3. Simplify: s=213+41 4. The area A of the triangle is: A=s(s−5)(s−8)(s−41) 5. Simplify: A=(213+41)(213+41−5)(213+41−8)(213+41−41) 6. The maximum possible area of the rectangle that can be inscribed in the triangle is half the area of the triangle. 7. Therefore: 2A
### Problem 5: 1. There are 12 people in line, 5 of whom have 10,000 Rp bills and 7 have 5,000 Rp bills. 2. The ticket seller initially has 5,000 Rp. 3. The number of ways to arrange the 12 people is: 5!7!12!=792 4. The number of valid arrangements where the ticket seller has enough change is 49. 5. Therefore, the probability is: 79249
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.