Problem 449
Forum rules
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.
This forum is NOT meant to discuss solution methods for a problem.
See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.
This forum is NOT meant to discuss solution methods for a problem.
In particular don't post any code fragments or results.
Don't start begging others to give partial answers to problems
Don't ask for hints how to solve a problem
Don't start a new topic for a problem if there already exists one
Don't start begging others to give partial answers to problems
Don't ask for hints how to solve a problem
Don't start a new topic for a problem if there already exists one
See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
-
mdean
- Posts: 206
- Joined: Tue Aug 02, 2011 2:05 am
Problem 449
I think I know the answer but would like to verify it: how exactly is a uniform coating defined? In other words, how would I take the measurement to get 1 mm?

- mpiotte
- Administrator
- Posts: 1961
- Joined: Tue May 08, 2012 5:40 pm
- Location: Montréal, Canada
Re: Problem 449
From any point on the outside chocolate surface, the closest point on the candy center is at a distance of 1 mm exactly.mdean wrote:I think I know the answer but would like to verify it: how exactly is a uniform coating defined? In other words, how would I take the measurement to get 1 mm?

-
mdean
- Posts: 206
- Joined: Tue Aug 02, 2011 2:05 am
Re: Problem 449
Bah! I've spent way too long on this problem as it is and after tons and tons of messy work (got a feeling I'm doing this the hard way...) finally wrote a program. Problem is I reversed a and b. a>b instead of b>a sadly throws off all my work. I'll have to start a lot of it over.
I did however get an answer from my program and I'm curious to know whether or not it's right. Any chance someone can pm me the result for a=1 mm, b=2 mm, just to see if I'm on the right track?
Update: Sorry, if I were thinking, I would have asked if I could pm my result, but I've already gotten a response and, if he was correct, which he probably was, I was way off. Not sure if that was from the hand calculations (which were extremely messy, and I'll need to redo it anyway), the implementation, or the reasoning behind everything. Either way, this looks grim...
I did however get an answer from my program and I'm curious to know whether or not it's right. Any chance someone can pm me the result for a=1 mm, b=2 mm, just to see if I'm on the right track?
Update: Sorry, if I were thinking, I would have asked if I could pm my result, but I've already gotten a response and, if he was correct, which he probably was, I was way off. Not sure if that was from the hand calculations (which were extremely messy, and I'll need to redo it anyway), the implementation, or the reasoning behind everything. Either way, this looks grim...

-
mdean
- Posts: 206
- Joined: Tue Aug 02, 2011 2:05 am
Re: Problem 449
I've verified the program seems to be working correctly (corrected some mistakes so it gets what Wolfram says it should get...). Problem now is either my work done by hand or my reasoning. If the problem's my reasoning I need to scrap everything. If the problem's my work by hand, I can probably adjust some values and try again.
