We're given the rate of change of the population in the problem. We want to know how many weeks must pass until the population reaches zero. To find that we need to find the function that describes our population at any given time.
Letting t = time (in weeks), P = the population,
We want to find the time at which the population is zero.
For what values of t does P(t) = 0.
We are given dP/dt = -t^(1/2)
To find the population function we need to integrate
integral[-t^(1/2)] dt
Evalutating the above integral you find P(t)=(-2/3)t^(3/2) + C.
Next we have to solve for C.
In the problem we are told the initial population is 676 tribesmen.
So our population function at time zero must be 676.
P(0) = 676
Replace t with 0 and set equal to 676 in order to find the value of C
(-2/3)0^(3/2) + C = 676
C = 676
So our population function is P(t) = (-2/3)t^(3/2) + 676
Now solving (-2/3)t^(3/2) + 676 = 0 will give us the value of t when
the population reaches zero.
EDIT: It looks like Rahian2k and Gene are correct. I assumed -P^(1/2) was
a typo and really -t^(1/2), which would have made it a simpler problem. I hope I didn't cause too much confusion. [/b]