Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Are 3 10% chances better than one 30% chance (when penalized by a variable for failures)?

Post

Are 3 10% chances better than one 30% chance (when penalized by a variable for failures)?

+7
−0

I'm playing a computer game in which you can spend 100 coins to be given a 10% chance to upgrade a weapon, or spend 200 coins for a 20% chance, or 300 coins for a 30% chance and so on, up to 1000 coins for a 100% chance.

There is no penalty for failure, only that you lose the coins spent.

My theory is that if you only have 300 coins to spend, it would be better to do 3 attempts since 10% + 10% + 10% = 30% and you have the added bonus of having a chance to spend less coins if it succeeds before the 3rd try.

Not sure if my theory is correct because a 100% chance is not the same as 10 10% chances. Also after getting failures, the odds remain the same. But I don't have the logic/math knowledge to have an answer and explanation.

Note:
For the purpose of the question, let's assume the game is somehow computing true random numbers and therefore able to give true 10%-100% odds
Upgrading weapons is something done very very often. Let's say the average player wants to upgrade ~1,000 times.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (3 comments)
General comments
Quintec‭ wrote over 3 years ago

How beneficial is it to get more than 1 upgrade?

dustytrash‭ wrote over 3 years ago · edited over 3 years ago

The real benefit would be saving 100 or 200 coins, for the purpose of this question at least.

dustytrash‭ wrote over 3 years ago

After some thinking on this, I'm almost certain 3 10%'s would be better than 1 30%, but if the goal is to get the highest upgraded weapons possible, 100% would be best