CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 36

Threaded View

  1. #1
    Join Date
    May 2009
    Posts
    2,413

    What's the chance of an acute triangle?

    I've posted in this thread,

    http://www.codeguru.com/forum/showth...ht=acute+angle

    but it was a while ago and the OP never came back and it's more of an algorithm question so I continue in a new thread here.

    Say you generate the three corners of a triangle in a plane at random. What's the chance the triangle is acute?

    I've presented a solution already but I think I have a better one this time.
    Last edited by nuzzle; March 13th, 2010 at 07:52 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured