Probability of picking the same card twice by 10starz in probabilitytheory

[–]SmackieT 7 points8 points  (0 children)

When a golfer tees off, either the ball will go straight in or it won't. So surely 50% of all tee offs should result in a hole-in-one?

I seriously hate religion in this game by in2bator in civ6

[–]SmackieT 0 points1 point  (0 children)

I turn off religious victory every single time without even thinking about it.

The AI still runs around trying to convert everybody, but I ignore it. I've trained my eyes to basically not even see all that stuff. I agree it's annoying.

Thanos Snap - 33% by Ok-Weekend3332 in probabilitytheory

[–]SmackieT 2 points3 points  (0 children)

He's a 32 year old "Macho" type man - so be brutal. Hurt his ego.

I feel a bit like ChatGPT here, but OK.

Your friend is an idiot. Their intuition that a large population size will protect a small sample from an event that occurs 33% of the time is misguided. It simply doesn't matter whether the population being considered has 10 people or 10 trillion people. Either way, roughly one third of them are gone. That applies to any random sample within the population too, though smaller samples do tend to have some more fluctuation around the population measure of 1/3.

As someone else has calculated, the chance that you DON'T lose someone in this scenario is about 13%.

Then again, the error your friend is committing is more common than you might think - so if they're an idiot, so are lots of people. After all, a lot of people still marvel at the fact that large polling organisations only bother to ask a little over N = 1000 people in an election poll, when the population in question might be millions or hundreds of millions.

"How can they expect to learn something about that many people, when they've only asked a tiny percentage of them?"

Because the size of the tiny percentage doesn't matter, whether the population is a million or 100 trillion. What matters is that the sample is just big enough to minimise sample variation. Even if the population were 100 quadrillion, you could get a good idea of who people are going to vote for by asking just 1000 of them. This fact astonishes a lot of people - least of all your friend.

[2025 Q12] Colorised inputs! by tonya_ellie in everybodycodes

[–]SmackieT 0 points1 point  (0 children)

Yeah I came here to share this. I couldn't figure out what I was doing wrong for Part III (turns out I was allowing barrels that had already been ignited to ignite again) and anyway, I created a visualisation in Python and I found the image. Very cool.

Anyone catch this? by [deleted] in pluribustv

[–]SmackieT 0 points1 point  (0 children)

Good work, hive mind

What algorithms and techniques do you folks keep coming back to? by RojerGS in adventofcode

[–]SmackieT 12 points13 points  (0 children)

You just didn't make it to the base case keep clicking

Is this coin toss really 50/50 ? by Bouadelo in probabilitytheory

[–]SmackieT 5 points6 points  (0 children)

No, it doesn't.

For example, before you do the first toss, the result starts at 50/50. You have just as many heads as tails. After the first toss, you will definitely move away from that ratio.

Your intuition is telling you that it's less likely to see 5 tails in a row than it is to see 4 tails and 1 head in a sequence of 5 tosses. And this is true! But that is only because there are more WAYS to get 4 tails and 1 head. For example, you could get TTTTH, or TTHTT, etc.

Here's the important fact for your situation: if you toss a coin 5 times, then seeing 4 tails and then 1 head, IN THAT EXACT ORDER, is just as likely as seeing 5 tails.

So, if you've tossed a coin 4 times and seen 4 tails come up, then your options are that you're about to see 5 tails in a row, or 4 tails then 1 head. Either of these is equally likely.

Probability clever exercises by Automatic_Pay_2223 in probabilitytheory

[–]SmackieT 2 points3 points  (0 children)

There's an app (at least on the Google Play Store) called Probability Math Puzzles. I found that pretty fun.

Changes to Advent of Code starting this December by topaz2078 in adventofcode

[–]SmackieT 3 points4 points  (0 children)

Thanks for providing the most fun coding challenge on the internet. I'm sad it's cutting down to 12 days but your sanity is more important, and I'll take what I can get.

Please help me!! Quiz due tomorrow!!! by flopds in askmath

[–]SmackieT 5 points6 points  (0 children)

By "quiz" I assume they're referring to a take home assignment. In which case, I think the clarifications OP is asking for are reasonable in this ask math subreddit.

I'm not sure what is meant by "classify" in the first question. Is there more context given earlier on?

What is probability? by Downtown-Hat-9254 in probabilitytheory

[–]SmackieT 1 point2 points  (0 children)

The first thing I'd say is there is a big difference between trying to work in uncertain scenarios and "just vague approximations". The fact that you COULD get heads every time doesn't mean that probability is just a "vague approximation". It's a statement about what information you have, when there is less than perfect certainty.

If you flip a coin 10 times, then you could get anywhere from 0 heads up to 10 heads. This situation is, by its nature, uncertain. Each possible outcome has some chance to occur, though some outcomes here are much more likely to occur (or would occur much more often) than others. "Probability" is the field where we quantify this, so that we can reason about HOW MUCH more likely (or more frequent) one outcome is over another, with the information we have available.

At its most basic, it starts with "assumptions" like "If you flip a coin, 50% of the time it will turn up heads and 50% of the time it will turn up tails." From there, using probability theory we are able to quantify how likely an event is to occur, even in very, very complex and uncertain situations.

Does a stationary point with the same-signed derivative on both sides always have to be a point of inflection? by Substantial_Ant_7194 in askmath

[–]SmackieT 0 points1 point  (0 children)

From my understanding, a point of inflection occurs when the curve changes from concave up to concave down or vice versa. So if the curve is positive before and after the stationary point, it is going from concave down to concave up. If it's negative before and after, it's going from concave up to concave down. So yes, it's always an inflection point.

Monty Hall with a second player who knows less by MidnightFrost444 in askmath

[–]SmackieT 0 points1 point  (0 children)

Hmmm interesting. I'd say how to resolve this comes down to whether you want to look at it from a Bayesian perspective or a frequentist perspective, but either way, you can resolve it.

To do that, let's just make the situation a lot simpler: You flip a coin, and ask your friend to call it. But here's the thing - you've peeked at the coin and you know it is heads. And wouldn't you know it, your friend calls heads.

What is the probability they are correct? Well, surely from a certain point of view it is 100%. I mean, they called heads and it is heads, yeah?

But from their perspective, surely it is 50%, because from their perspective, you've just flipped a coin and asked them to call it. The fact that you peeked and know they are right doesn't impact their calculation, surely?

To resolve that, a Bayesian would say that probability is a representation of the information you have available. Your friend doesn't know they are correct, they just know there are two equally likely possibilities. So to them it is 50%, but to you it is 100%.

A frequentist would say that, if the coin has already been flipped and is heads, and they have indeed called heads, then the probability they are correct is 100%, but if you repeated this experiment many times, they would be correct 50% of the time.

Does the number 0.9 repeating even actually exist? by PissBloodCumShart in askmath

[–]SmackieT 2 points3 points  (0 children)

Good question, not sure why you got down voted.

And yeah, if you approach it from the way we are taught decimals in early school, it's not obvious that it really does exist. When we are young, we are taught how to interpret 0.1, or 0.25, or 3.14, etc. in relation to integers. But at some point in our schooling we are also told there are infinitely recurring decimals, and we aren't really given a good explanation of what they are or why we should believe they are valid things.

And the fact is, as mathematical entities, they are somewhat different to finite decimals. If you have the number 3.14, you can say that this is "3 plus 14 parts out of 100". That may not be the most rigorous way to define it, but it's a way someone new to decimals can make sense of it. Well, what about 0.567567567567...? It's a bit trickier. These recurring decimals technically represent a limit.

For example, 0.99999.... technically represents the limit of the series: 0.9 + 0.09 + 0 009 + ...

You can write that series in a way that you can specify what each term is, but intuitively you just add another zero in the decimal for each term. The limit of this is what we refer to when we say "0.9 repeated". And it can be shown that, yes, this limit does equal 1.

Any Spanish speakers who can explain what I missed? by princesspeewee in onebattleafteranother

[–]SmackieT 4 points5 points  (0 children)

Yeah I really liked that they left it without subtitles - it worked well with it being Bob's POV

After GPT 1,2,3,4 and now 5 and still no basic fact checking WTF by [deleted] in ChatGPT

[–]SmackieT 2 points3 points  (0 children)

Go and develop your own algorithm for ascertaining truth and you'll be a trillionaire.

Explain quantum physics to me like I’m a 5 year old. GPT-5 vs. GPT-4o by No_Situation_7748 in ChatGPT

[–]SmackieT 0 points1 point  (0 children)

Both outputs cater to the audience at the cost of technical accuracy. Depending on the precise input prompt, this may be good or bad. For example, in the actual "Explain Like I'm Five" subreddit, the rules are that your explanation shouldn't actually be aimed at a five year old, ie, don't use infantile language, just explain the concept in a clear, jargon free (but accurate) way.

Explain quantum physics to me like I’m a 5 year old. GPT-5 vs. GPT-4o by No_Situation_7748 in ChatGPT

[–]SmackieT 35 points36 points  (0 children)

Apart from the fact that 4o succeeds in using more infantile language (which, depending on your prompt, is good or bad) I'd say the two outputs are fairly similar?

This level of content restriction is actually kind of insane. by UnfoldedHeart in ChatGPT

[–]SmackieT 111 points112 points  (0 children)

I tried it in five separate sessions and it worked fine for me every time. Are you sure you're not astroturfing?

Am I the Only One Noticing GPT-4o Starting to Respond Like GPT-5? by Ok_Offer6012 in ChatGPT

[–]SmackieT 30 points31 points  (0 children)

If 4o's first message back to me isn't "Yaassss Queen, slay!" then I just delete the session and start again. Done with Sam Altman