New CEO at three of 13 top companies by April 1 2025
Basic
9
Ṁ1982025
41%
chance
1D
1W
1M
ALL
There will be a new CEO in place in at least three of these companies by April 1 2025.
Facebook (Meta)
Google (Alphabet)
Microsoft
Amazon
IBM
NVidia
Tesla
Netflix
Snapchat
Uber
Airbnb
Dropbox
LinkedIn
Announcements of future changes don't count. The new CEO needs to have taken on the role by the due date.
This question is managed and resolved by Manifold.
Get
1,000
and3.00
Sort by:
import numpy as np
probs_for_one_year = np.array([5, 10, 9, 14, 8, 4, 6, 8, 15, 4, 4, 7 ])/100
in_next_two_years = probs_for_one_year+((1-probs_for_one_year)*probs_for_one_year)
res = []
for _ in range(300000):
sample = (np.random.random(in_next_two_years.shape) < in_next_two_years).sum() >= 3
res.append(sample)
np.mean(res)
@NoaNabeshima this is kind of like a Fermi calculation. Maybe could be improved by evaluating distributions rather than point values?
Related questions
Related questions
New CEO at two of 13 top companies by April 1 2025
52% chance
New CEO at four of 13 top companies by April 1 2025
13% chance
New CEO at one of 13 top companies by April 1 2025
86% chance
New CEO at five of 13 top companies by April 1 2025
8% chance
CEO Tontine - which two of these remaining 19 CEOs will be out first?
Which CEOs will leave their jobs?
CEO Tontine - which three of these twenty CEOs will survive longest?
Which of these companies will have a market cap greater than $3 billion at the end of 2024?
Which of these CEOs will leave their office first?
Which companies will be in the top 10 worldwide by market cap at the end of 2025?