Project Euler #184: Triangles containing the origin.

Sort by

recency

|

8 Discussions

|

  • + 0 comments

    For a head-start in this question watch this video: https://youtu.be/NaL_Cb42WyY

    NoSpoilers

  • + 0 comments

    For r = 10^7
    No. of triangles = 1291928194907737851997176407604203162800560

  • + 1 comment

    I'm confused, if there are only integer coordinates, how do r = 2 and r = 3 give different results? Am I missing something?

  • + 0 comments

    this stack can be usefull

    (https://stackoverflow.com/questions/27713046/number-of-triangles-containing-the-point-0-0)

  • + 0 comments

    I believe that the best way to solve such a problem is to find the existing sequence betwin i2,i3,i4 and i...