Another angle on this problem: How much water must you add to the potatoes to make them 100% water? Of course, you can add all the water in the universe and they'll still not be 100% water. The water-percent increment just gets smaller and smaller, the more water you add. This "potato paradox" illustrates the same effect, but in the other direction, where a small relative decrease yields a large absolute decrease.
Potato paradox
41–50 of 142 posts
Re: Potato paradox
#42Re: Potato paradox
#43Earlier quoted context omitted.
If instead of enriching U235 you think of it as eliminating U238, though, then you've done half of the work. That's the wrong way to think of it though. The right way to measure progress is in terms of Separative Work Units: https://en.wikipedia.org/wiki/Separative_work_units If you start with 10000 kg of natural (0.7%) uranium and you want to separate it into 45 kg of highly-enriched (90% U235) uranium and 9955 kg o…
45 kg … and 9960 kg You mean 40 kg and 9960 kg (so the sum is 10000 kg)?
Re: Potato paradox
#44Re: Potato paradox
#45Another angle on this problem: How much water must you add to the potatoes to make them 100% water? Of course, you can add all the water in the universe and they'll still not be 100% water. The water-percent increment just gets smaller and smaller, the more water you add. This "potato paradox" illustrates the same effect, but in the other direction, where a small relative decrease yields a large absolute decrease.
If you add water to the potato infinitely (hypothetically speaking), does the water percentage approach 100%? And also, does the solid percentage approach 0%?
Or another way - given you pour water in at any constant rate forever, given any p% you want to dilute to, there will be a point in time where that dilution level is exceeded, and will remain so for every point in time after that.
Re: Potato paradox
#460.99 * 100 - (0.99-x)(100 - y) = y
This assumes that you are starting with 100 pounds of potatoes at 99% water weight. Here's a WolframAlpha link: http://www.wolframalpha.com/input/?i=0.99+*+100+-+%280.99-x%...
Re: Potato paradox
#47Earlier quoted context omitted.
If instead of enriching U235 you think of it as eliminating U238, though, then you've done half of the work. That's the wrong way to think of it though. The right way to measure progress is in terms of Separative Work Units: https://en.wikipedia.org/wiki/Separative_work_units If you start with 10000 kg of natural (0.7%) uranium and you want to separate it into 45 kg of highly-enriched (90% U235) uranium and 9955 kg o…
45 kg … and 9960 kg You mean 40 kg and 9960 kg (so the sum is 10000 kg)?
Actually I meant 45 kg and 9955 kg. I adjusted the numbers several times looking for values which would come out with round-ish quantities but %U235 values in the right ranges for HEU and DU.
Re: Potato paradox
#48This is not that uncommon when optimizing code. Your program is slow so you profile it, and find out that f() takes 99% of the time. So you work a lot to optimize f(), and re-profiling shows that now f() takes 98% of the time. Doesn't seem that impressive after all the work you've put into optimizing f(), but your program is actually twice as fast :)
Re: Potato paradox
#49Neat. This bumps up my list of food-related maths from 3 to 4. So far: https://en.wikipedia.org/wiki/Ham_sandwich_theorem https://en.wikipedia.org/wiki/Pizza_theorem https://en.wikipedia.org/wiki/Layer_cake_representation
Re: Potato paradox
#50Why is this a "paradox"? Not sure what this applies to either. It's not even counterintuitive.
There is a certain type of mind that delights in paradoxes, to the extent that even after an explanation has been clearly produced, the person will continue to insist there is a paradox. Naming things paradoxes attracts this sort of individual, so it's a kind of marketing ploy for an idea: it won't just get it talked about, it'll get it talked about forever , because each generation of paradox-mongers will take it up…
(there's also a followup, at http://spikedmath.com/335.html )