1. Nine points are arranged in a 3 x 3 grid, as shown below.
In how many different ways can you choose three points, so that they form a triangle?
76
Let me tell you how I arrived at that number.
I postulated that any combination of three dots in that 3x3 grid will form a triangle, except
the eight combinations that lie in a straight line; namely, 3 vertical, 3 horizontal, 2 diagonal.
I calculated that 9C3 = 84 and then subtracted the 8 straight lines that would be formed.
I posted this before, but made a careless mistake. I said 84 – 8 = 72 Sheesh.
2. A right isosceles triangle has a hypotenuse of 1. What is the area of the triangle?
As I always say, sketch it. Call the legs a and b and call the hypotenuse c.
By Pythagoras' Theorem, a2 + b2 = c2
a2 + b2 = c2 since a=b and c=1 then 2a2 = 1
a2 = 1/2
a1 = sqrt(1/2) and b also = sqrt(1/2)
Area = (1/2) • base • height
= (1/2) • sqrt(1/2) • sqrt(1/2)
= (1/2) • (1/2) ——>> Area = 1/4
.