Problem 959

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


See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
Post Reply
pjt33
Posts: 137
Joined: Mon Oct 06, 2008 6:14 pm

Problem 959

Post by pjt33 »

the expected number of unique numbers visited
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?
User avatar
heteroing
Posts: 74
Joined: Thu Sep 10, 2020 10:23 am
Contact:

Re: Problem 959

Post by heteroing »

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.
Image
Post Reply