RTS Problem

Level 2

In a real time strategy game, a group of 20 units together usually has more fighting power than separating them into two groups of 10 units, this is because more units not only means surviving longer, but also killing enemies faster, which prevent enemies from killing own units.

There are 41 red units and 40 blue units, all identical. During the clash, assume the rate of decrease of number of unit is proportional to the number of opposing unit. How many red unit were left after all blue unit were killed?

Bonus: In this case, let X=41, Y=40. Generalize a formula for X and Y.


The answer is 9.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Albert Yiyi
Nov 4, 2018

hint1: x ( t ) = k y ( t ) y ( t ) = k x ( t ) x'(t) = -k \ y(t) \\ y'(t) = -k \ x(t) hint2: x ( t ) = A e k t + B e k t y ( t ) = A e k t + B e k t x(t) = A e^{k t} + B e^{-k t} \\ y(t) = -A e^{k t} + B e^{-k t} hint3: A = X Y 2 B = X + Y 2 A = \ \frac{X-Y}{2} \\ B = \ \frac{X+Y}{2} hint4: 4 1 2 4 0 2 = 9 \sqrt{41^2-40^2} = 9

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...