1. There are 9 dots, and to make triangles, you need 3.
C(9, 3) is 84. However, out of these 84 ways, there are 3 horizontal lines, 3 vertical, and two diagonal (these aren't considered triangles).
Now, we can use complementary counting to find the remaining number of true cases.
84 - (3 + 3 + 2) = 84 - 8 = 76.
Answer: 76 triangles
2. If a right isosceles triangle were to have a hypotenuse of 1, we could find the values of the base and height using the Pythagorean Theorem.
x2+y2=12=1, x2+y2=1.
Now because the sides are the same length, we can simplify this equation to
2x2=1
x2=12, x=√12.
To find the area, we use the area equation of a triangle (bh2). Because the base and height are the same, the equation becomes b22 or h22.
Plugging the value we got into the equation, we get
√1222=122=14.
Answer: 14
.