Explaining P(k)=c(101-k) for Finding 'c' in Turtle's Life Expectancy

  • Thread starter Thread starter cdux
  • Start date Start date
  • Tags Tags
    Probabilities
cdux
Messages
187
Reaction score
0
That's not exactly coursework (it's studying) but I've spammed the probabilities forum too much.

Can someone explain this part?

Knowing that P(k)=P(X=k)=c(101-k)

For a 'turtle' that can live up to 100 years, find 'c'.

And it goes

K2Vwoxp.png


I don't understand the jump from cΣk to c100(100+1)/2
 
Physics news on Phys.org
$$
\sum_{k=1}^n k = (1+n) \frac{n}{2}
$$
To see how to get the formula, list the numbers of the sum, then sum the first with the last, the second with the second to last, etc.
 
DrClaude said:
then sum the first with the last, the second with the second to last, etc.
Ah, hacky. I was expecting a more straightforward way.

Thank you!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top