r/theydidthemath

[Request] Is there any way at all for this person to earn back some of his loss? And what’s the maximum he could theoretically earn back?

u/winkysocks21 — 9 hours ago

[Request] How much more money has Blizzard made from World of Warcraft as a subscribe vs if it was a one time purchase of 60 dollars?

As an off an on wow player, I've always wondered this. edit: let's also assume that each expansion was an extra 40 per active player.

reddit.com
u/WatsTatorsPrecious — 8 hours ago

[Request] million dollar button

If there was a button that gave a $1 million every time you pressed it, but doubled the cost of everything (only for you), how many times could you press it before you were unable to afford anything (effectively impoverished)? When I say everything, I mean gas, food, car prices, house prices, utilities, anything money can purchase, the price is doubled for you only.

reddit.com
u/Samoncula — 15 hours ago

Panama canal and desalination plant [request]

The panama canal is again having water reliability issues. Ships use 50 million gallons to cross the canal. A san diego desalination plant cost 1 billion to build and produces the same amount of water per day. Assuming a 30 year lifespan of the plant and operating costs of 55 million a year. A ship recently paid 4 million to skip the but prices are usually between 1-2 million. What cost to skip the line would be needed to make this economically feasable?

reddit.com
u/Square-Cut-831 — 10 hours ago

[Request] If you had a 100ft wide circular tower & a 10ft wide circular tower each with equal height stairs circling the perimeter on the inside, both 100ft tall, would you travel more distance in the larger tower to reach the top?

The heights are just placeholders, wondering if a smaller stairwell would change the distance. I am reading a book where they keep complaining about the distance it takes to reach the top of a circular tower. If they built a smaller spiral staircase within the larger tower, would it be more efficient and take less distance to reach the top assuming the stairs are the same height? Sorry for the crude drawing lol

u/ggnorebud — 23 hours ago

[Request] How much would it actually save?

Citizens of San Antonio, Texas pay an average electricity rate of 12.5 to 12.9 cents per kilowatt-hour (kWh). They were asked during a energy conservation day (from 3pm to 7pm) to unplug all chargers that weren't charging anything from their outlets. Would that really help that much? Seems like less than a drop in the bucket.

reddit.com
u/Godrednu_0780 — 14 hours ago

[Other] Does Benford’s Law apply to numbers chosen by people?

Benford’s law states that the probability that the first digit of a randomly chosen number in a naturally occurring dataset is equal to 1 is 30.1% And there is a solid information theoretic reason for this (the frequencies of digits scale logarithmically, so the probability that the most significant digit is d is log(d+1)-log(d)).

How about the following scenario: If we ask people to choose a positive integer without setting an upper limit, would the first digit of the numbers they choose follow Benford’s law?

I understand this is more of a psychology/human behavior question rather than math question, but it is still interesting from a mathematical perspective.

reddit.com
u/zulufdokulmusyuze — 17 hours ago
🔥 Hot ▲ 13.2k r/theydidthemath+4 crossposts

A fuel truck in China exploding, leaving a 15ft crater

Truck was carrying ammonium nitrate

u/01jd — 2 days ago
▲ 21 r/theydidthemath+1 crossposts

[Request] What is the complexity in solving a grid-based least optimal path puzzle?

I created a puzzle game on reddit as part of the reddit "Games with a Hook" hackathon. The objective of the game is to force the longest path possible by placing blocks on a grid. There are other fixed blocks, waypoints, and teleports that extend the path even longer.

Is there a deterministic solution and how hard would it be to find?

The "Bot" I built for it basically does a recursive block placement along the current path, continues if it makes it longer, returns if it doesn't, then quits after set iteration count because I need it quickly. A "breadth first" approach. It does OK given that it doesn't prioritize teleports or placing blocks more strategically.

P.S. I am intentionally not posting the link because I genuinely want an answer and don't want to be accused of self promotion.

EDIT: Another aspect of the game is that the board size changes based on difficulty. The max Width/Height is 25x30, so 750 empty tiles worst case, however there are also randomly occupied tiles such as fixed blocks, waypoints, teleports, and the start/finish tiles that cannot be built on.

So lets say 650 empty tiles on the hardest difficulty.

I think a simple start -> finish on a 10x10 board is easily solvable, but I believe the more complex boards are NP-Hard and there is no solution outside brute force which would take a lifetime. I am no mathematician, which is why I am asking the people smarter than me.

u/brahose — 1 day ago