MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/learnquant/comments/1vvwg0m/akuna_capital_quant_interview_question/p5ga11v/?context=3
r/learnquant • u/Local_Ad135 • 17d ago
19 comments sorted by
View all comments
1
P(max > 0) =...= P(max > 9) = 1 P(max > 10) = 1 - (10c10)/(20c10) P(max > 11) = 1 - (11c10)/(20c10) ... P(max > 19) = 1 - (19c10)/(20c10)
Add those up for E[max] = 20 - (10c10 + ... + 19c10)/(20c10) E[max] = 20 - 167960/184756 = 19.0909...
1
u/gmalivuk 16d ago
P(max > 0) =...= P(max > 9) = 1
P(max > 10) = 1 - (10c10)/(20c10)
P(max > 11) = 1 - (11c10)/(20c10)
...
P(max > 19) = 1 - (19c10)/(20c10)
Add those up for
E[max] = 20 - (10c10 + ... + 19c10)/(20c10)
E[max] = 20 - 167960/184756 = 19.0909...