Problem:
We are given a square geoboard with 4 pegs on a side.
If we select 3 pegs at random, what is the probability
that the 3 pegs are the vertices of a triangle?
My way of solving:
Because it is a square geoboard with 4 pegs so there are 16 (4*4) pegs.
Because it is a random 3 pegs so it must be 3/16.
\(\displaystyle \text{*** Spoilers *** ahead. First notice. Please do not read }\)
\(\displaystyle \text{ahead if you do not want to read a worked out method.}\)
____________________________________________________________
\(\displaystyle \text{*** Spoilers *** ahead. Last notice.}\)
_______________________________________
stevecowall,
there are 16 C 3 = 560 ways of picking exactly 3 distinct points (pegs) from
16 distinct points (pegs). In particular, this case involves 16 points in a
square lattice.
You want to know the total ways of choosing exactly 3 distinct points in
this square lattice, such that they lie on the same line. Subtract those
number of ways from the 16 C 3 ways. Then divide that difference
by 16 C 3 to get the probability that the 3 chosen distinct points
(pegs) form a triangle.
There are four rows, four columns, and the two longest diagonals with
4 points each in them, respectively. There are 4 C 3 ways in choosing
the points in each of these 10 lines of points. That makes 4 ways
multiplied by 10 = 40 ways.
And there are four shorter diagonals each with 3 points. Each of those
diagonals give 3 C 3 number of ways = 1 way to have the points lie on
the same line for each respective diagonal. That makes 1 way multiplied
by 4 = 4 ways.
40 ways + 4 ways = 44 ways (where the 3 chosen points do not form a triangle).
\(\displaystyle Then, \ the \ probability \ is \ \ \dfrac{560 - 44}{560} = \dfrac{516}{560}\)
\(\displaystyle This \ reduces \ to \ \ \dfrac{129}{140} \approx 0.92\)
\(\displaystyle So, \ there \ is \ about \ a \ 92\% \ probability \ that \ exactly \ 3 \ \)
\(\displaystyle distinct \ points \ chosen \ from \ 16 \ distinct \ points \ in \ a \)
\(\displaystyle 4 \ by \ 4 \ square \ lattice \ will \ be \ the \ vertices \ of \ a \ triangle.\)
I ask users to look at the problem in their own ways and see if they arrive
at the same answer as mine.