Problem 814 Mezzo Forte

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
CiaranORaghallaigh
Posts: 2
Joined: Mon Nov 21, 2022 9:23 am

Problem 814 Mezzo Forte

Post by CiaranORaghallaigh »

Potential typo in question. I believe $S(2)=48$ and not $S(1)=48$ as currently written.
DJohn
Posts: 90
Joined: Sat Oct 11, 2008 12:24 pm

Re: Problem 814 Mezzo Forte

Post by DJohn »

It's S(1) = 48. There are 4 people when N = 1, and if you write out all of the ways they look (according to the rules), you'll find 48 ways that exactly two people are looking at each other. S(2) means there are 8 people, and the numbers are much higher.
CiaranORaghallaigh
Posts: 2
Joined: Mon Nov 21, 2022 9:23 am

Re: Problem 814 Mezzo Forte

Post by CiaranORaghallaigh »

Yes, you are right. I forgot I need to consider what the non screaming people are doing.
Post Reply