Problem 547
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.
-
- Posts: 8
- Joined: Fri Mar 09, 2007 9:21 pm
Problem 547
Not relying on random sampling, but instead on a calculus-based generalised solution for rectangles, the default case of n=3 yields for me a S(3) of a very slightly lower value than the one given in the problem's description. Precision errors on my part are out of the question, due to my calculation having been made on several distinct platforms. Mr. Euler, could you have erred?
Re: Problem 547
1.65135<S(3)<1.6514
Therefore S(3) is being rounded up to 1.6514.
Therefore S(3) is being rounded up to 1.6514.
-
- Posts: 8
- Joined: Fri Mar 09, 2007 9:21 pm
Re: Problem 547
Well, I got 1.6488, so apparently my method was incorrect altogether.
-
- Posts: 3
- Joined: Wed Jul 22, 2020 8:34 pm
Re: Problem 547
To clarify (since I only discovered this on my 3rd attempt): The problem asks for the average straight line distance between two random points in the hollow laminae, not the shortest distance within the hollow lamina itself.