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
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
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!