Problem 780

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
pismobiker
Posts: 15
Joined: Wed Nov 18, 2015 12:01 am

Problem 780

Post by pismobiker »

It seems to me that using the term "torus" in Problem 780 (View Problem) is somewhat misleading. If you actually bound the rectangle to a torus (by first bending it into a calendar, and then connecting the two ends) , the triangles, angles and sides would all be distorted. The problem is really an infinite grid of repeating, duplicate rectangle layouts (which seems consistent with the problem description).
Or am I missing some different transformation of the rectangles onto the torus? I'm only asking in case my interpretation is leading me to an incorrect solution approach.
User avatar
RobertStanforth
Administrator
Posts: 2666
Joined: Mon Dec 30, 2013 11:25 pm

Re: Problem 780

Post by RobertStanforth »

pismobiker wrote: Sat Oct 12, 2024 3:35 pm Or am I missing some different transformation of the rectangles onto the torus?
Thank you for your query. I'm happy to confirm that your interpretation is perfectly correct.
The plane "quotiented" by a lattice (i.e. the lattice's fundamental parallelogram with opposite edges identified), as described in the problem text, is one standard presentation of the torus; see for example https://mathworld.wolfram.com/Torus.html or https://en.wikipedia.org/wiki/Torus#Topology.
pismobiker
Posts: 15
Joined: Wed Nov 18, 2015 12:01 am

Re: Problem 780

Post by pismobiker »

Thank you. Since I'm currently stuck, I was hoping you'd tell how my interpretation was a dumb sophomore mistake -- and that the correct interpretation would get me past my current road block. Think that that only happens in the murder mystery books..... :( .
Post Reply