Question 1
There are 8 points in a plane, of which 3 are collinear. How many triangles can be formed by joining these points?
Step-by-Step Solution:
Concept: Geometrical combination with constraint. Three collinear points cannot form a triangle.
Strategy: Use complementary counting:
Total valid triangles = All possible triangles - Invalid triangles
Given:
- Total points: 8
- Collinear points: 3
Triangle Formation Rule: We need exactly 3 non-collinear points to form a triangle.
Step 1 - Calculate Total Possible Selections:
Selecting any 3 points from 8 points: C(8,3)
C(8,3) = 8! / [3! × 5!] = 56
Step 2 - Calculate Invalid Triangles:
3 collinear points don't form a triangle.
Selecting 3 points from 3 collinear points: C(3,3)
C(3,3) = 3! / [3! × 0!] = 1
Step 3 - Apply Complementary Counting:
Valid triangles = Total selections - Invalid selections
= 56 - 1
= 55
Key Technique: Complementary counting is often easier than direct counting when dealing with restrictions.
Verification: Answer should be less than C(8,3) = 56 since we have a constraint.
Related Concepts:
- For lines from n points: C(n,2) - (collinear points consideration)
- For quadrilaterals: C(n,4) with appropriate constraints
Concept: Geometrical combination with constraint. Three collinear points cannot form a triangle.
Strategy: Use complementary counting:
Total valid triangles = All possible triangles - Invalid triangles
Given:
- Total points: 8
- Collinear points: 3
Triangle Formation Rule: We need exactly 3 non-collinear points to form a triangle.
Step 1 - Calculate Total Possible Selections:
Selecting any 3 points from 8 points: C(8,3)
C(8,3) = 8! / [3! × 5!] = 56
Step 2 - Calculate Invalid Triangles:
3 collinear points don't form a triangle.
Selecting 3 points from 3 collinear points: C(3,3)
C(3,3) = 3! / [3! × 0!] = 1
Step 3 - Apply Complementary Counting:
Valid triangles = Total selections - Invalid selections
= 56 - 1
= 55
Key Technique: Complementary counting is often easier than direct counting when dealing with restrictions.
Verification: Answer should be less than C(8,3) = 56 since we have a constraint.
Related Concepts:
- For lines from n points: C(n,2) - (collinear points consideration)
- For quadrilaterals: C(n,4) with appropriate constraints