Maths Olympiad Prep

Library / /55 of 73

Combinatorics Difficulty 6.5 National Olympiad Prove it Brazil

When two red amoebas join, the result in one blue amoeba; when a red amoeba and a blue amoeba join, they turn into three red amoeba; and when two blue amoeba join, they become four red amoeba. Fernando observes a test tube with initially 1919 blue amoebas and 9595 red amoebas.

a. He observes that all the amoebas join in pairs, giving birth to a new generation of amoebas. Find the maximum number of amoebas in this generation.

b. There is, at some point, 100100 amoebas. How many of them are blue?

Solution

a. Suppose there are xx pairs of red amoebas, yy pairs of blue amoebas and zz pairs of one amoeba of each color. Then 2x+z=95    x=(95z)/22x + z = 95 \iff x = (95 - z)/2 and 2y+z=19    y=(19z)/22y + z = 19 \iff y = (19 - z)/2. The number of amoebas in the next generation is x+4y+3z=(95z)/2+4(19z)/2+3z=(171+z)/2x + 4y + 3z = (95 - z)/2 + 4 \cdot (19 - z)/2 + 3z = (171 + z)/2. So we need to maximize zz, that is, take z=19z = 19, and the maximum number of amoebas in the next generation is (171+19)/2=95(171 + 19)/2 = 95.

b. If the number of blue amoebas is bb and the number of red amoebas is rr then 2b+r2b + r is invariant: indeed, whenever one blue amoeba appears/disappears, two red amoebas disappear/appear. So if b+r=100b + r = 100 then 2b+r=219+95    b+100=133    b=332b + r = 2 \cdot 19 + 95 \iff b + 100 = 133 \iff b = 33. So there were 3333 blue amoebas.

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: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.