Parallelograms
Parallelogram Counting problems involve counting the number of parallelograms formed by a set of intersecting lines (usually horizontal and vertical lines). The number of parallelograms = C(h,2) × C(v,2), where h is the number of horizontal lines and v is the number of vertical lines.
What You'll Learn
Introduction to Parallelograms
Parallelogram Counting problems involve counting the number of parallelograms formed by a set of intersecting lines (usually horizontal and vertical lines). The number of parallelograms = C(h,2) × C(v,2), where h is the number of horizontal lines and v is the number of vertical lines.
Prerequisites
How to Solve Parallelograms Problems
Step 1: Count the number of horizontal lines (h) in the grid
Step 2: Count the number of vertical lines (v) in the grid
Step 3: Choose 2 horizontal lines: C(h,2) = h(h-1)/2
Step 4: Choose 2 vertical lines: C(v,2) = v(v-1)/2
Step 5: Total parallelograms = C(h,2) × C(v,2)
Step 6: This formula works because any two horizontal and two vertical lines form a parallelogram (actually a rectangle, which is a special parallelogram)
Step 7: Answer with the total count
Example Problem
Example: Count parallelograms in a grid with 3 horizontal lines and 4 vertical lines. Solution: Step 1: h = 3 horizontal lines, v = 4 vertical lines Step 2: C(3,2) = 3×2/2 = 3 Step 3: C(4,2) = 4×3/2 = 6 Step 4: Total parallelograms = 3 × 6 = 18 Answer: 18 parallelograms
Pro Tips & Tricks
- Formula: Parallelograms = h(h-1)/2 × v(v-1)/2
- For a grid of horizontal and vertical lines, every choice of 2 horizontal and 2 vertical lines forms a parallelogram (actually a rectangle)
- If lines are not perpendicular but still parallel in two sets, the same formula applies
- For a square grid of points (m×n points), parallelograms = C(m,2) × C(n,2)
- This formula counts ALL parallelograms whose sides are along the grid lines
- Parallelograms that are not aligned with grid lines are not counted by this formula
Shortcut Methods to Solve Faster
Common Mistakes to Avoid
Practice Worksheets
Practice makes perfect! Work through these worksheets to master Parallelograms. Each worksheet contains 20 questions with detailed explanations. Start from Worksheet 1 and progress through increasing difficulty levels.
Exam Importance
Parallelograms is an important topic for various competitive exams. Here's how frequently it appears:
Ready to Master Parallelograms?
Start with Worksheet 1 and work your way up to expert level! Each worksheet includes: