Re: Challenge: Triangles puzzle

From: Raymond Martineau (bk039_at_freenet.carleton.ca)
Date: 10/17/04


Date: Sat, 16 Oct 2004 21:47:02 -0400

On Sat, 16 Oct 2004 23:29:52 +0200, "Yogo" <n o s p a m> wrote:

>> Sorry, but i do not agree with your solution.
>> You missed many triangles.
>>
>> E.g., P0 -> P8 -> P5 -> P0 is a triangle of zero area.
>> but it is not counted in th solution of 27.
>
>hmm...
>
>What are you talking about?
>
>A triangle with an area equal to zero doesn't exist.

Not as far as a computer is concerned. Without any form of sanity
checking, the most intuitive (read: quickest for the programmer to
implement) definition of a triangle for a computer is a set of three
points.

The puzzle in question only considers triangles to be formed from a given
set of points, as well requiring a known line connecting between those
points. Although the puzzle didn't define triangle, the webpage now
includes an update that requires these traingle to have an area.

>A triangle has three
>angles and none of them may be equal to zero, otherwise you just don't have
>a triangle.
>
>What you describe with P0 -> P8 -> P5 -> P0 is a segment of a line not a
>triangle...

Using the "three angles" definition, the line given is valid. There are
three angles in the shape:

P5 -> P0 -> P8 : 0 degree angle
P0 -> P5 -> P8 : 180 degree angle
P0 -> P8 -> P5 : 0 degree angle.

0 degrees is still an angle, as is 180. These angles are generally
significant as they indicate parallel lines, but can be valid in figures.



Relevant Pages

  • Re: hard plane geometry problem
    ... Each line can be seen as a series of segments, with a ray on each end. ... Angles between the lines are central to this proof, so I need a way of naming ... Choose any 3 lines and they will form a triangle. ... sin sin sin angleB ...
    (comp.programming)
  • Re: puzzle question
    ... >>>The triangle has been already formed with the ... >> Once a triangle has been formed, all angles are not ... >> (uniform distributed), ... a,b,c is acute. ...
    (sci.math)
  • Re: Civility and Angles
    ... In spherical triangles, given three angles there is _not_ an infinity ... the area of a spherical triangle to the "defect", ... statement to the MES program, obviously outside of the 'hard coded' ...
    (comp.sys.hp48)
  • Re: puzzle question
    ... >>> Once a triangle has been formed, all angles are ... >>> (uniform distributed), ... > a,b,c is acute. ...
    (sci.math)
  • Re: Spherical Triangle
    ... The reason it is not necessary to have sides greater than 180, angles ... etc. is that ALL the properties of the larger triangle can ... original problem would not be accepted in the textbooks. ... containing both the positive square root and the negative one. ...
    (comp.sys.hp48)