A place to air possible concerns or difficulties in understanding ProjectEuler problems. This forum is not meant to publish solutions. This forum is NOT meant to discuss solution methods or giving hints how a problem can be solved.
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.
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
hk wrote: Wed Feb 15, 2012 8:53 am
I fear that explaining in considerable more detail makes an otherwise nice problem almost unreadable.
But the nonsense about numberplates has already made an otherwise nice problem almost unintelligible. It would be better to ditch that entirely and write a problem statement which only gives the nice problem:
Seth draws with replacement random integers chosen uniformly from 0 to 999 until he has drawn two which sum to 1000. Find the expected number of integers drawn.