Problem 713

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.
User avatar
wim59
Posts: 28
Joined: Mon Mar 27, 2023 3:35 am

Re: Problem 713

Post by wim59 »

neverforget wrote: Wed Aug 05, 2020 7:17 pm IMO T(8,4)=7 is a crucial hint, but it's small enough to discover with exhaustive search.
There are 28c7=1184040 possible sets to check against each of 8c4=70 possible scenarios.
Yes! Followed your advice and solved the problem! Thanks
Image
Post Reply