Since "unique" means "different from everything else", is this asking for the expected cardinality of numbers which have been visited exactly once? Or is it an infelicitous attempt to ask for the expected cardinality of the set of numbers which have been visited, i.e. the expected number of distinct numbers visited?the expected number of unique numbers visited
Problem 959
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.
-
pjt33
- Posts: 137
- Joined: Mon Oct 06, 2008 6:14 pm
Problem 959
- heteroing
- Posts: 74
- Joined: Thu Sep 10, 2020 10:23 am
- Contact:
Re: Problem 959
The only interpretation I considered was the second one, the cardinality of the set of numbers which have been visited. Your first interpretation didn't come to mind for me, if it were the case then it would've probably been phrased "the expected number of numbers visited exactly once" or something similar, I guess. Maybe distinct is a better word to use, if there is any possibility of misinterpretation.
