LearnSkill.io
Login / Signup
CBSE Class 8 Mathematics

We Distribute, Yet Things Multiply

5 sections AI-powered notes
GET THE FULL EXPERIENCE

This is the chapter notes. Students get the interactive version.

  • Ask Aarav Sir anything — instant voice + chat doubts
  • Interactive lessons with audio narration + visual diagrams
  • Study Lab — paste any photo, PDF, or YouTube link to get it explained

Some Properties of Multiplication — Part 1

Some Properties of Multiplication — Part 1

Welcome to the fascinating world of algebraic multiplication! Have you ever wondered if there's a pattern when you change numbers in a multiplication problem? For example, if you're buying tiles for a floor and decide to make the room a little longer and a little wider, how does the total number of tiles you need change? It's not as simple as just adding the extra length and width.

This is where algebra helps us see a beautiful and predictable pattern. We'll explore how a product like 23 × 27 changes if we increase one or both numbers. By the end of this lesson, you'll master the distributive property to understand and predict these changes for any two numbers, a powerful skill that forms the foundation of algebraic identities.

{{FORMULA: expr=(a + m)(b + n) = ab + an + bm + mn | symbols=a, b: initial numbers, m, n: increments or changes}}

Definitions & Formulas

Before we dive in, let's get familiar with the key terms and variables we'll be using. These are our building blocks for understanding multiplication patterns.

Variable / TermMeaningExample (a=10, b=20, m=2, n=3)
aThe first initial number in the product.10
bThe second initial number in the product.20
mThe increment (change) added to the first number, a.2
nThe increment (change) added to the second number, b.3
abThe initial product of the two numbers.10 × 20 = 200
(a + m)(b + n)The new product after changing both numbers.(10 + 2)(20 + 3) = 12 × 23 = 276
Distributive PropertyThe rule x(y + z) = xy + xz, which lets us multiply a term over a sum.5(6 + 2) = 5×6 + 5×2 = 30 + 10 = 40
IdentityAn equation that is true for all possible values of its variables.a(b+c) = ab + ac is an identity.

Derivation: The General Rule for Product Changes

How do we find the new product (a + m)(b + n) without calculating a+m and b+n first? We use the distributive property twice. This process, called expansion, reveals how the original product ab changes.

  1. Start with the expression for the new product.

    (a + m)(b + n)
    
  2. Let's treat the entire first bracket (a + m) as a single term, say X. So our expression becomes X(b + n). Now, we apply the distributive property X(b + n) = Xb + Xn.

    (a + m)b + (a + m)n
    
  3. Now we substitute (a + m) back in for X. We have two terms, and we can apply the distributive property to each of them. For the first term, (a + m)b = ab + mb.

    (ab + mb) + (a + m)n
    
  4. Similarly, for the second term, (a + m)n = an + mn.

    (ab + mb) + (an + mn)
    
  5. Now, we remove the brackets and rearrange the terms to get the final identity. The product is the sum of the product of each term in the first bracket with each term in the second bracket.

    (a + m)(b + n) = ab + an + bm + mn
    

The increase in the product is the sum of the new terms: an + bm + mn.

{{VISUAL: diagram: A rectangle of area (a+m)(b+n) is shown divided into four smaller rectangles with areas ab, an, bm, and mn, visually representing the identity.}}

{{KEY: type=concept | title=The Core Idea of Expansion | text=Expanding an expression like (a + m)(b + n) means multiplying every term in the first bracket by every term in the second bracket and then adding the results. This is a direct application of the distributive property.}}

Solved Examples

Let's apply this knowledge to solve some problems, moving from simple numbers to more complex algebraic expressions.

Example 1: Simple Numerical Increment

Given: The product 20 × 30. The first number is increased by 2, and the second is increased by 5.

To Find: The new product and the increase in the product.

Solution:

  1. Identify the values. Here, a = 20, b = 30, m = 2, and n = 5. The initial product is ab.

    ab = 20 × 30 = 600
    
  2. The new product is (a + m)(b + n).

    (20 + 2)(30 + 5) = 22 × 35
    
  3. Calculate the final product.

    22 × 35 = 770
    
  4. To find the increase, we can use our identity. The increase is an + bm + mn.

    Increase = (20 × 5) + (30 × 2) + (2 × 5)
    
  5. Calculate the increase.

    Increase = 100 + 60 + 10 = 170
    
  6. We can verify this by subtracting the initial product from the new product: 770 – 600 = 170.

Final Answer: The new product is 770. The product increased by 170.

Example 2: Basic Algebraic Expansion

Given: The expression (x + 4)(y + 7).

To Find: The expanded form of the expression.

Solution:

  1. Identify the terms corresponding to our identity (a + m)(b + n). Here, a = x, b = y, m = 4, n = 7.

  2. Apply the expansion identity: ab + an + bm + mn.

    (x)(y) + (x)(7) + (y)(4) + (4)(7)
    
  3. Simplify each term. It is conventional to write the number before the variable.

    xy + 7x + 4y + 28
    

Final Answer: xy + 7x + 4y + 28

Example 3: Expansion with a Decrement (Negative Change)

Given: The expression (p + 5)(q – 3).

To Find: The expanded form.

Solution:

  1. Identify the terms. This is a case of increment and decrement. Here, a = p, b = q, m = 5, and n = -3. Be careful with the negative sign!

  2. Apply the expansion identity: ab + an + bm + mn.

    (p)(q) + (p)(-3) + (q)(5) + (5)(-3)
    
  3. Simplify each term, paying close attention to the signs. Remember that a positive number times a negative number gives a negative result.

    pq – 3p + 5q – 15
    

Final Answer: pq – 3p + 5q – 15

Example 4: Tricky Word Problem Application

Given: A rectangular park is 50 meters long and 30 meters wide. A concrete path of uniform width 2 meters is built around it.

To Find: The area of the concrete path.

Solution:

  1. First, find the area of the park itself. This is our initial product ab.

    Area of Park = 50 m × 30 m = 1500 m²
    
  2. Now, consider the park with the path. The path adds 2 meters to each side. So, the new length is 50 + 2 + 2 = 54 meters, and the new width is 30 + 2 + 2 = 34 meters.

  3. In terms of our identity, a = 50, b = 30. The total increase in length is m = 4 and the total increase in width is n = 4. The new area is (a + m)(b + n).

    New Area = (50 + 4)(30 + 4) = 54 × 34
    
  4. Calculate the new total area.

    54 × 34 = 1836 m²
    
  5. The area of the path is the difference between the new total area and the original park area.

    Area of Path = New Area – Area of Park = 1836 – 1500
    
    Area of Path = 336 m²
    

Final Answer: The area of the concrete path is 336 m².

Tips & Tricks

Here are some shortcuts and mnemonics to help you multiply binomials faster and more accurately.

Tip / TrickDescriptionExample
1. FOIL MethodA mnemonic for (a+m)(b+n): Multiply the First terms (ab), Outer terms (an), Inner terms (mb), and Last terms (mn).For (x+2)(y+3): F(xy), O(3x), I(2y), L(6) → xy + 3x + 2y + 6.
2. Quick Check: (a+1)(b+1)When both numbers are increased by 1, the product ab increases by the sum of the original numbers plus 1: a + b + 1.20 × 30 = 600. New product 21 × 31 should be 600 + (20+30+1) = 651. Check: 21×31=651.
3. Sign PredictionIf m and n are both positive, the increase is always positive. If one is positive and one is negative, the change can be positive, negative, or zero.In (a+5)(b-1), the change is (a)(-1) + (b)(5) + (5)(-1) = 5b - a - 5. If 5b > a+5, the product increases.

Common Mistakes

Many students make small errors that can lead to wrong answers. Here are the most common ones to watch out for.

❌ Wrong Method✅ Right MethodWhy it's a Mistake
(x + 3)(y + 4) = xy + 12(x + 3)(y + 4) = xy + 4x + 3y + 12Forgetting the "Outer" (4x) and "Inner" (3y) terms. You must multiply every term.
(a + 5)(b – 2) = ab + 5b + 2a + 10(a + 5)(b – 2) = ab – 2a + 5b – 10Ignoring the negative sign on the 2. The terms an and mn become negative.
(a + m)(b + n) = ab + m + n(a + m)(b + n) = ab + an + bm + mnConfusing multiplication with addition. The increments m and n must be multiplied by b and a.
(k+1)(p–1) = kp + p + k + 1(k+1)(p–1) = kp - k + p - 1Incorrectly distributing (p-1). The term (k+1)(-1) results in -k - 1.

Brain-Teaser Questions

Ready to challenge yourself? These questions require you to think a little differently.

  1. If you expand (x – 7)(y + 7), what condition on x and y will make the product decrease?

    💡 Answer: The expansion is xy + 7x - 7y - 49. The change from the original product xy is 7x - 7y - 49. The product decreases if this change is negative. So, the condition is 7x - 7y - 49 < 0, which simplifies to 7(x - y) < 49, or x - y < 7.

  2. The product of two numbers is 200. When the first number is increased by 5 and the second is unchanged, the product becomes 250. What were the original two numbers?

    💡 Answer: Let the numbers be a and b. We have ab = 200. The new product is (a+5)b = 250. Expanding this gives ab + 5b = 250. Since we know ab = 200, we can substitute it: 200 + 5b = 250. This gives 5b = 50, so b = 10. Since ab = 200, we get a × 10 = 200, which means a = 20. The original numbers were 20 and 10.

  3. The area of a rectangle increases by 32 square units when its length is increased by 2 units and its width by 3 units. The area increases by 31 square units when its length is increased by 3 units and width by 2 units. Find the original length and width.

    💡 Answer: Let length be L and width be W. The increase is Ln + Wm + mn. Case 1: m=2, n=3. Increase = 3L + 2W + (2)(3) = 3L + 2W + 6. So, 3L + 2W + 6 = 323L + 2W = 26. Case 2: m=3, n=2. Increase = 2L + 3W + (3)(2) = 2L + 3W + 6. So, 2L + 3W + 6 = 312L + 3W = 25. Solving these two linear equations (3L+2W=26 and 2L+3W=25) gives L=8 and W=1.

Mini Cheatsheet

Here's a quick summary of the key identities from this lesson. Screenshot this for your last-minute revision!

Identity NameAlgebraic FormulaWhat it Means
Distributive Propertyx(y + z) = xy + xzMultiply the term outside by each term inside.
Increase One Number by 1a(b + 1) = ab + aThe product increases by the other number, a.
Increase Both Numbers by 1(a + 1)(b + 1) = ab + a + b + 1The product increases by the sum of numbers + 1.
Increase/Decrease by 1(a + 1)(b – 1) = ab – a + b – 1The product changes by b – a – 1.
General Product Change(a + m)(b + n) = ab + an + bm + mnMultiply each term of the first bracket by each term of the second.

Some Properties of Multiplication — Part 2

{{FORMULA: expr=(a + m) × (b + n) = ab + an + mb + mn | symbols=a:first number, b:second number, m:increment to first number, n:increment to second number}}

Some Properties of Multiplication — Part 2

Welcome back! In the previous section, we saw how the distributive property helps us understand what happens when we change one of the numbers in a multiplication problem. We saw that increasing one number by 1 increases the product in a predictable way. Now, let's take this powerful idea one step further.

What happens if we change both numbers at the same time? Imagine a farmer planning to expand her rectangular cornfield. If she decides to increase both its length and its width, how does the total area grow? It's not just the original area plus the new strips of land; there's also a new corner piece to account for! This is exactly what we'll explore using algebra—how to handle the product of two sums, like (a + m) × (b + n).

This concept is the bedrock of multiplying more complex algebraic expressions and even provides clever shortcuts for fast mental calculations.

Definitions & Formulas

Before we expand expressions, let's be clear about the terms we're using. These are the building blocks for the identities we will develop.

VariableMeaningExample (In (20+3)(50+4))
aThe first term in the first bracket.a = 20
bThe first term in the second bracket.b = 50
mThe second term in the first bracket.m = 3
nThe second term in the second bracket.n = 4
abThe product of the two initial numbers.20 × 50 = 1000
an+mb+mnThe total increase in the product.(20×4)+(3×50)+(3×4)

The core identity we'll explore is the expansion of the product of two sums.

(a + m)(b + n) = ab + an + mb + mn

Derivation: Expanding the Product of Two Binomials

How do we arrive at the general formula for multiplying (a + m) by (b + n)? We don't need a new rule; we just need to apply the distributive property twice! Let's break it down.

  1. Treat the first bracket as a single entity. Let's imagine (a + m) is just a single number, say X. Our expression becomes X × (b + n).

  2. Apply the distributive property for the first time. Distributing X over (b + n), we get:

    X(b + n) = Xb + Xn
    
  3. Substitute (a + m) back in for X. Now, let's replace X with its original value, (a + m):

    (a + m)b + (a + m)n
    
  4. Apply the distributive property again, twice! We now have two terms where we can apply the property again. First, distribute b over (a + m), and then distribute n over (a + m):

    (ab + mb) + (an + mn)
    
  5. Rearrange the terms for clarity. Removing the brackets and rearranging gives us the final identity. Each term in the first bracket is multiplied by each term in the second.

    (a + m)(b + n) = ab + an + mb + mn
    

This process shows that multiplying two sums involves four separate multiplications. This can be visualized perfectly with an area model.

{{VISUAL: diagram: A large rectangle with dimensions (a+m) by (b+n), divided into four smaller rectangles with areas ab, an, mb, and mn.}}


Solved Examples

Let's put this theory into practice. We'll start with simple numbers and move to more complex algebraic expressions.

Example 1: Basic Numeric Expansion

Given: The expression (10 + 2) × (20 + 5).

To Find: The value of the product using the distributive identity.

Solution:

  1. Identify the values for a, m, b, and n. Here, a = 10, m = 2, b = 20, and n = 5.

  2. Apply the general identity: (a + m)(b + n) = ab + an + mb + mn.

    (10 + 2)(20 + 5) = (10 × 20) + (10 × 5) + (2 × 20) + (2 × 5)
    
  3. Calculate each of the four products.

    200 + 50 + 40 + 10
    
  4. Sum the results to get the final answer.

    300
    

Final Answer: 300

Example 2: Simple Algebraic Expansion

Given: The algebraic expression (x + 3)(y + 7).

To Find: The expanded form of the expression.

Solution:

  1. Identify the corresponding terms. Here, a = x, m = 3, b = y, and n = 7.

  2. Apply the identity (a + m)(b + n) = ab + an + mb + mn. Substitute the given variables.

    (x + 3)(y + 7) = (x × y) + (x × 7) + (3 × y) + (3 × 7)
    
  3. Simplify each term. Remember that we usually write the number before the variable.

    xy + 7x + 3y + 21
    

Final Answer: xy + 7x + 3y + 21

Example 3: Expansion with a Negative Term

Given: The expression (p + 5)(q - 2).

To Find: The expanded form of the expression.

Solution:

  1. Rewrite the expression as a sum. The term q - 2 can be written as q + (-2). Our expression is now (p + 5)(q + (-2)).

  2. Identify the terms for the identity. Here, a = p, m = 5, b = q, and n = -2.

  3. Apply the identity (a + m)(b + n) = ab + an + mb + mn. Be very careful with the signs.

    (p + 5)(q + (-2)) = (p × q) + (p × -2) + (5 × q) + (5 × -2)
    
  4. Simplify each product.

    pq - 2p + 5q - 10
    

Final Answer: pq - 2p + 5q - 10

Example 4: Tricky Mental Math Application

Given: The multiplication problem 52 × 103.

To Find: The product using the distributive identity for quick calculation.

Solution:

  1. Break down each number into a convenient sum, typically involving a round number like 10, 50, or 100. 52 can be written as 50 + 2. 103 can be written as 100 + 3.

  2. Rewrite the product in the (a + m)(b + n) form.

    52 × 103 = (50 + 2)(100 + 3)
    
  3. Apply the expansion identity. Here, a=50, m=2, b=100, n=3.

    (50 × 100) + (50 × 3) + (2 × 100) + (2 × 3)
    
  4. Calculate each simple product. These are much easier to do mentally than the original multiplication.

    5000 + 150 + 200 + 6
    
  5. Add the results together.

    5356
    

Final Answer: 5356

{{KEY: type=concept | title=Multiplying Binomials | text=To multiply two expressions in brackets, like (a+m)(b+n), you must multiply every term in the first bracket by every term in the second bracket. This results in four distinct products: ab, an, mb, and mn.}}


Tips & Tricks

Use these shortcuts to apply the distributive property faster and with more confidence.

TrickDescriptionExample
The FOIL MethodA mnemonic for (a+m)(b+n). Multiply the First terms (ab), Outer terms (an), Inner terms (mb), and Last terms (mn).For (x+2)(y+3): F(xy) + O(3x) + I(2y) + L(6).
Mental Math with 100To multiply numbers near 100 (e.g., 102 × 104), think (100+2)(100+4). The expansion is 10000 + 400 + 200 + 8, which is 10608.97 × 105 = (100-3)(100+5) = 10000 + 500 - 300 - 15 = 10185.
Sign PredictionWhen expanding (a-m)(b-n), the last term (-m) × (-n) will always be positive (+mn). This is a quick way to check your work.In (x-4)(y-6), the last term must be (-4)×(-6) = +24, not -24. The full expansion is xy - 6x - 4y + 24.

Common Mistakes

Many students stumble on the same points when first learning this. Here’s a guide on what to avoid.

❌ Wrong Approach✅ Right ApproachWhy it's Wrong
(x + 4)(y + 5) = xy + 20(x + 4)(y + 5) = xy + 5x + 4y + 20This mistake forgets the "outer" (5x) and "inner" (4y) products. You must multiply every term by every other term.
(a - 3)(b + 6) = ab + 6a - 3b + 18(a - 3)(b + 6) = ab + 6a - 3b - 18The sign of the last term is wrong. It should be (-3) × (+6), which equals -18, not +18.
Change in product for (a+1)(b+1) is 1.The increase in product for (a+1)(b+1) is a + b + 1.The new product is ab + a + b + 1. The original product was ab. The increase is the difference: a + b + 1.
Calculating 99 × 98 as (100-1)(100-2)=10000 - 2.(100-1)(100-2) = 10000 - 200 - 100 + 2 = 9702.This is another instance of forgetting the middle terms. Here, (-1)×100 and (-2)×100 were ignored.

Brain-Teaser Questions

Ready for a challenge? These questions require you to apply the concepts in slightly different ways.

  1. The product of two numbers a and b is P. If a is increased by 3 and b is decreased by 3, what is the new product in terms of P, a, and b?

    💡 Answer: The new product is (a + 3)(b - 3) = ab - 3a + 3b - 9. Since P = ab, the new product is P - 3a + 3b - 9.

  2. A rectangular painting has dimensions L cm by W cm. It is placed in a wooden frame that adds a uniform border of 5 cm on all sides. Find a simplified algebraic expression for the area of the wooden frame only.

    💡 Answer: The total dimensions (painting + frame) are (L + 10) and (W + 10). The total area is (L+10)(W+10) = LW + 10L + 10W + 100. The painting's area is LW. The frame's area is (Total Area) - (Painting Area) = (LW + 10L + 10W + 100) - LW = 10L + 10W + 100.

  3. The expansion of (x + 4)(x - k) is x² - 2x - 24. What is the value of k?

    💡 Answer: Expanding (x + 4)(x - k) gives x² - kx + 4x - 4k. Combining the x terms gives x² + (4 - k)x - 4k. We can match this to x² - 2x - 24. Comparing the last terms, -4k = -24, so k = 6. Let's check the middle term: (4 - k)x = (4 - 6)x = -2x. It matches! So, k = 6.


Mini Cheatsheet

Here's a quick summary of the key identities from this page. Screenshot this for your last-minute revision!

Identity NameFormulaUse Case
Distributive Property (Basic)a(b + c) = ab + acExpanding a single term over a sum.
Increase in One Factor by 1a(b + 1) = ab + aThe product increases by a.
Increase in Both Factors by 1(a + 1)(b + 1) = ab + a + b + 1The product increases by a + b + 1.
One Up, One Down by 1(a + 1)(b - 1) = ab - a + b - 1The change in the product is b - a - 1.
General Product of Binomials(a + m)(b + n) = ab + an + mb + mnThe master formula for multiplying any two sums/differences.

Special Cases of the Distributive Property

{{FORMULA: expr=(a+b)² = a² + 2ab + b² | symbols=a:First term, b:Second term}}

Special Cases of the Distributive Property

Welcome to the next level of algebraic multiplication! While the distributive property is a powerful tool for any multiplication, certain special cases appear so often that they deserve their own shortcuts. These shortcuts are called algebraic identities.

Think of them like master keys in algebra. Instead of opening a door by picking the lock every time (using the full distributive property), an identity lets you open it in one quick turn. We'll explore three fundamental identities derived directly from the distributive property. Imagine you're a designer planning a square garden. If you decide to add a paved border of a fixed width around it, how do you calculate the new total area without re-measuring everything from scratch? These identities give you the elegant mathematical tools to solve such real-world problems instantly.

Definitions & Formulas

These three identities are the building blocks for much of higher-level algebra. Mastering them now will pay huge dividends later.

Identity NameFormulaDescription
Square of a Sum(a + b)² = a² + 2ab + b²The square of the sum of two terms is the sum of their squares plus twice their product.
Square of a Difference(a - b)² = a² - 2ab + b²The square of the difference of two terms is the sum of their squares minus twice their product.
Difference of Squares(a + b)(a - b) = a² - b²The product of the sum and difference of two terms is the difference of their squares.

Derivation: How We Get These Identities

Each of these identities is simply a result of applying the distributive property. Let's break them down step-by-step.

1. Deriving the Square of a Sum: (a + b)²

This identity helps us find the area of a square whose side length is a sum of two parts, say a + b.

{{VISUAL: diagram: A large square of side length (a+b) is divided into four smaller regions: a square of side 'a', a square of side 'b', and two rectangles of sides 'a' and 'b'.}}

  1. First, we write out the square as a product of two binomials.

    (a + b)² = (a + b)(a + b)
    
  2. Now, apply the distributive property. Multiply the first term a from the first bracket with the entire second bracket.

    a(a + b) + b(a + b)
    
  3. Distribute again for each term. Multiply a into its bracket and b into its bracket.

    (a × a) + (a × b) + (b × a) + (b × b)
    
  4. Simplify the terms. Remember that b × a is the same as a × b.

    a² + ab + ab + b²
    
  5. Combine the like terms (ab + ab) to get the final identity.

    (a + b)² = a² + 2ab + b²
    

2. Deriving the Square of a Difference: (a - b)²

This works just like the first derivation, but we need to be careful with the negative signs.

  1. Write the square as a product.

    (a - b)² = (a - b)(a - b)
    
  2. Apply the distributive property.

    a(a - b) - b(a - b)
    
  3. Distribute again, paying close attention to the signs. Note that (-b) × (-b) becomes +b².

    (a × a) + (a × -b) + (-b × a) + (-b × -b)
    
  4. Simplify the terms.

    a² - ab - ab + b²
    
  5. Combine the like terms (-ab - ab) to arrive at the identity.

    (a - b)² = a² - 2ab + b²
    

3. Deriving the Difference of Squares: (a + b)(a - b)

This identity is incredibly useful for simplifying calculations.

  1. Start with the product of the sum and difference.

    (a + b)(a - b)
    
  2. Apply the distributive property as before.

    a(a - b) + b(a - b)
    
  3. Distribute the a and b into their respective brackets.

    (a × a) + (a × -b) + (b × a) + (b × -b)
    
  4. Simplify the terms.

    a² - ab + ab - b²
    
  5. Here's the magic! The middle terms, -ab and +ab, cancel each other out (their sum is 0).

    (a + b)(a - b) = a² - b²
    

{{KEY: type=concept | title=The Forgotten Middle Term | text=The most frequent error in algebra is forgetting the middle term. Remember, (a+b)² is NOT a² + b². The 2ab term is essential! The geometric proof shows this 2ab represents the area of the two rectangles formed when you divide the square.}}

Solved Examples

Let's see how these identities make complex calculations much easier.

Example 1: Calculating Squares of Numbers (Easy)

Given: The number 104.

To Find: The value of 104² using an identity.

Solution:

  1. Recognize that 104 is easy to write as a sum of two simple numbers: 100 + 4. This allows us to use the (a + b)² identity.

  2. Here, a = 100 and b = 4. We apply the identity: (a + b)² = a² + 2ab + b².

    (100 + 4)² = 100² + 2(100)(4) + 4²
    
  3. Calculate the value of each term. Squaring 100 and 4 is much easier than squaring 104 directly.

    10000 + 800 + 16
    
  4. Add the numbers together to get the final result.

    10816
    

Final Answer: 104² = 10816

Example 2: Expanding an Algebraic Expression (Medium)

Given: The expression (7y - 3z)².

To Find: The expanded form of the expression using an identity.

Solution:

  1. This expression is in the form (a - b)². We need to identify a and b.

  2. Here, a = 7y and b = 3z. We apply the identity: (a - b)² = a² - 2ab + b².

    (7y - 3z)² = (7y)² - 2(7y)(3z) + (3z)²
    
  3. Be careful when squaring the terms. The square applies to both the number and the variable. (7y)² = 7²y² = 49y².

    49y² - (2 × 7 × 3)(y × z) + (3²z²)
    
  4. Simplify the multiplication for the middle and last terms.

    49y² - 42yz + 9z²
    

Final Answer: (7y - 3z)² = 49y² - 42yz + 9z²

Example 3: Fast Multiplication (Hard)

Given: The product 98 × 102.

To Find: The value of the product using an identity.

Stuck on something here?
Aarav Sir explains any part — voice or chat — 24/7.

Solution:

  1. The key is to notice that both numbers are equidistant from a round number, 100. 98 is 100 - 2, and 102 is 100 + 2.

  2. This means the product can be rewritten in the form (a - b)(a + b), which is the same as (a + b)(a - b).

  3. Here, a = 100 and b = 2. We use the identity: (a + b)(a - b) = a² - b².

    (100 + 2)(100 - 2) = 100² - 2²
    
  4. Calculate the squares, which are very simple.

    10000 - 4
    
  5. Perform the subtraction to get the final answer.

    9996
    

Final Answer: 98 × 102 = 9996

Example 4: Working Backwards (Tricky)

Given: x² + y² = 62 and xy = 9.

To Find: The value of (x + y).

Solution:

  1. The question gives us x² + y² and xy, and asks for x + y. This structure hints at using the (x + y)² identity.

  2. Write down the identity for (x + y)².

    (x + y)² = x² + 2xy + y²
    
  3. Rearrange the terms to group the known parts together.

    (x + y)² = (x² + y²) + 2(xy)
    
  4. Now, substitute the given values into the equation. We know x² + y² = 62 and xy = 9.

    (x + y)² = (62) + 2(9)
    
  5. Calculate the right side of the equation.

    (x + y)² = 62 + 18
    (x + y)² = 80
    
  6. To find (x + y), we need to take the square root of 80.

    x + y = √80
    

    We can simplify √80 as √(16 × 5) = 4√5.

Final Answer: x + y = √80 or 4√5

Tips & Tricks

Use these shortcuts to solve problems faster and impress your teachers!

TechniqueDescriptionExample
Quick SquaringTo square a number like 41, think of it as (40 + 1)². This becomes 40² + 2(40)(1) + 1² = 1600 + 80 + 1 = 1681. It's much faster than long multiplication.59² = (60 - 1)² = 3600 - 120 + 1 = 3481
Difference of Squares MultiplicationTo multiply numbers like 53 × 47, notice they are (50 + 3) and (50 - 3). The product is simply 50² - 3² = 2500 - 9 = 2491.28 × 32 = (30 - 2)(30 + 2) = 900 - 4 = 896
Sridharacharya's MethodA clever twist on the a² - b² identity: a² = (a - b)(a + b) + b². Pick a b that makes (a-b) or (a+b) a round number.For 31²: let a=31, b=1. Then 31² = (31-1)(31+1) + 1² = 30 × 32 + 1 = 960 + 1 = 961.

Common Mistakes

Many students stumble on the same points. Here’s what to watch out for.

❌ Wrong Approach✅ Right ApproachWhy it's Right
(a + b)² = a² + b²(a + b)² = a² + 2ab + b²The distributive property creates a middle term 2ab which represents the area of two rectangles in the geometric model.
(a - b)² = a² - b²(a - b)² = a² - 2ab + b²Similar to the sum, there is a middle term -2ab. The last term is +b² because (-b) × (-b) = +b².
(6x + 5)² = 6x² + 60x + 25(6x + 5)² = 36x² + 60x + 25When squaring a term like 6x, you must square both the coefficient (6) and the variable (x). (6x)² = 6²x² = 36x².
99² = (90 + 9)²99² = (100 - 1)²While both are mathematically correct, choosing numbers that are easier to work with (like 100) makes the calculation much simpler and less prone to error.

Brain-Teaser Questions

  1. If x + 1/x = 6, what is the value of x² + 1/x²?

    💡 Answer: We know (a+b)² = a² + 2ab + b². Let a=x and b=1/x. So, (x + 1/x)² = x² + 2(x)(1/x) + (1/x)². (x + 1/x)² = x² + 2 + 1/x². We are given x + 1/x = 6. 6² = (x² + 1/x²) + 2. 36 = x² + 1/x² + 2. Therefore, x² + 1/x² = 36 - 2 = 34.

  2. A square painting has a side length of 55 cm. It is surrounded by a wooden frame of uniform width 5 cm. Use an identity to find the area of the wooden frame only.

    💡 Answer: The outer side length of the frame and painting is 55 + 5 + 5 = 65 cm. The area of the frame is (Area of big square) - (Area of small square). Area = 65² - 55². This is in the form a² - b² = (a+b)(a-b). Here a=65, b=55. Area = (65 + 55)(65 - 55). Area = (120)(10) = 1200 cm².

  3. Look at the pattern: 2(3² + 1²) = 4² + 2². We know 2(a² + b²) = (a + b)² + (a - b)². Using this identity, what is the value of (15)² + (5)²?

    💡 Answer: We want to find (15)² + (5)². This is (a+b)² + (a-b)². Let a+b = 15 and a-b = 5. Solving these two equations: adding them gives 2a = 20, so a=10. Subtracting them gives 2b = 10, so b=5. The expression (15)² + (5)² is equal to (a+b)² + (a-b)². From the identity, this equals 2(a² + b²). Substituting a=10 and b=5, we get 2(10² + 5²) = 2(100 + 25) = 2(125) = 250.

Mini Cheatsheet

Here's a quick summary of everything on this page. Screenshot this for your last-minute revisions!

ConceptFormulaQuick Tip
Identity 1A(a + b)² = a² + 2ab + b²Use for 104² as (100+4)².
Identity 1B(a - b)² = a² - 2ab + b²Use for 99² as (100-1)².
Identity 1Ca² - b² = (a + b)(a - b)Use for 102 × 98 as (100+2)(100-2).
Pattern 1(a + b)² + (a - b)² = 2(a² + b²)Relates the sum of squares to squares of sums/differences.
The #1 Mistake(a + b)² ≠ a² + b²Don't forget the middle 2ab term!

Mind the Mistake, Mend the Mistake & This Way or That Way, All Ways Lead to the Bay — Part 1

Page 4: Mind the Mistake, Mend the Mistake

Welcome back! In our journey through algebra, we've seen how a simple rule—the distributive property—helps us understand how products change and grow. But with great power comes great responsibility! A tiny slip, like a misplaced minus sign, can lead to a completely wrong answer.

This section is all about becoming an algebraic detective. We'll learn to spot the most common errors students make when expanding expressions. More importantly, we'll learn how to fix them. We'll also see that in algebra, just like in life, there are often multiple paths to the right answer. Understanding these different paths makes our problem-solving skills stronger and more flexible.

{{FORMULA: expr=(a + m)(b + n) = ab + an + mb + mn | symbols=a,b:first terms of binomials, m,n:second terms of binomials}}

Concept Introduction: The Expanding Patio

Imagine you have a beautiful square patio in your backyard, let's say it's 10 feet by 10 feet. You decide to extend it. You increase the length by 3 feet and decrease the width by 2 feet to fit around a new flower bed. How do you calculate the new area?

You could calculate the new dimensions first (13 feet and 8 feet) and then multiply them. Or, you could use algebra! The original area is a × a or . The new dimensions are (a + 3) and (a - 2).

Using the distributive property, the new area is (a + 3)(a - 2) = a² - 2a + 3a - 6 = a² + a - 6. This algebraic expression doesn't just give you the answer for a 10x10 patio; it gives you the answer for any starting square patio! This power of generalization is what makes algebra amazing, but correctly handling the +3 and -2 is critical. A small mistake in signs would mean buying the wrong amount of patio tiles!

Definitions & Formulas

When we multiply two expressions like (a + u) and (b - v), each letter represents a number or a term. Let's be clear about what they mean.

Variable(s)Meaning
a, bThe first term in each bracket (binomial).
u, vThe second term in each bracket.
m, nGeneral constants added or subtracted from a variable.
abThe product of the first terms in each bracket.
uvThe product of the last terms in each bracket.
av, ubThe products of the "outer" and "inner" terms.

Derivation: Unpacking the Expression (a – u)(b – v)

How do we expand an expression where both terms involve subtraction? We can use the distributive property step-by-step, just as the NCERT text shows. The key is to treat (a - u) as a single block first.

  1. Distribute (a - u) over (b - v). We can write b - v as b + (-v). Let's distribute (a-u) onto b and then onto -v.

    (a - u)(b - v) = (a - u) × b + (a - u) × (-v)
    
  2. Simplify the second term. Multiplying by -v is the same as subtracting the product with v.

    (a - u)(b - v) = (a - u)b - (a - u)v
    
  3. Apply the distributive property again. Now distribute b into (a - u) and v into (a - u).

    (a - u)(b - v) = (ab - ub) - (av - uv)
    
  4. Be careful with the signs! The minus sign before the second bracket (av - uv) applies to both terms inside it. So, - (av) becomes -av, and - (-uv) becomes +uv.

    (a - u)(b - v) = ab - ub - av + uv
    

This result shows a crucial pattern: multiplying two negative terms (-u and -v) results in a positive term (+uv). This is a common place where mistakes happen!

Solved Examples

Example 1: Basic Expansion (Easy)

Given: The expression (x + 5)(y - 3).

To Find: The expanded form of the expression.

Solution:

  1. We will use the distributive property. First, multiply each term in (x + 5) by each term in (y - 3). We can write this as x(y - 3) + 5(y - 3).

  2. Distribute x into (y - 3).

    x(y - 3) = xy - 3x
    
  3. Distribute 5 into (y - 3).

    5(y - 3) = 5y - 15
    
  4. Combine the results.

    xy - 3x + 5y - 15
    
  5. Check for any like terms. In this expression, xy, x, y, and the constant -15 are all different types of terms. So, no further simplification is possible.

Final Answer: xy - 3x + 5y - 15

Example 2: Expansion with Like Terms (Medium)

Given: The expression (2a + 7)(a - 4).

To Find: The simplified expanded form.

Solution:

  1. We apply the distributive property, multiplying each term of the first binomial by each term of the second. (2a)(a) + (2a)(-4) + (7)(a) + (7)(-4)

  2. Calculate each of the four products. Pay close attention to the variable multiplication and the signs.

    • (2a)(a) = 2a²
    • (2a)(-4) = -8a
    • (7)(a) = 7a
    • (7)(-4) = -28
  3. Write the full expanded expression.

    2a² - 8a + 7a - 28
    
  4. Identify and combine the like terms. Here, -8a and +7a are like terms because they both contain the variable a to the power of 1.

    -8a + 7a = (-8 + 7)a = -1a = -a
    
  5. Write the final simplified expression.

    2a² - a - 28
    

Final Answer: 2a² - a - 28

Example 3: The Rectangular Frame (Hard)

Given: A rectangular painting has dimensions (4x + 5) cm by (3x - 2) cm. A frame of uniform width x cm is added around it.

To Find: An expression for the area of the frame only.

Solution:

  1. First, let's find the area of the painting itself by expanding the given dimensions.

    Area_painting = (4x + 5)(3x - 2) = 12x² - 8x + 15x - 10
    
  2. Combine like terms to simplify the painting's area.

    Area_painting = 12x² + 7x - 10
    
  3. Next, determine the new outer dimensions of the painting with the frame. A frame of width x is added on all four sides. This means x is added to the top and bottom (total 2x to the height) and x is added to the left and right (total 2x to the width).

    • New Length: (4x + 5) + 2x = 6x + 5
    • New Width: (3x - 2) + 2x = 5x - 2
  4. Calculate the total area of the painting plus the frame.

    Area_total = (6x + 5)(5x - 2) = 30x² - 12x + 25x - 10
    
  5. Combine like terms to simplify the total area.

    Area_total = 30x² + 13x - 10
    
  6. The area of the frame is the total area minus the painting's area.

    Area_frame = Area_total - Area_painting
    
    Area_frame = (30x² + 13x - 10) - (12x² + 7x - 10)
    
  7. Distribute the negative sign and combine like terms. Remember that -(-10) becomes +10.

    Area_frame = 30x² + 13x - 10 - 12x² - 7x + 10
    
    Area_frame = (30x² - 12x²) + (13x - 7x) + (-10 + 10) = 18x² + 6x
    

Final Answer: 18x² + 6x cm²

Example 4: Spot the Error (Tricky)

Given: A student solved the expansion of (3p - 4)(2p - 5) as follows: Step 1: (3p)(2p) + (3p)(-5) + (-4)(2p) + (-4)(-5) Step 2: 6p² - 15p - 8p - 20 Step 3: 6p² - 23p - 20

To Find: Identify the mistake in the student's work and provide the correct solution.

Solution:

  1. Let's re-examine each step of the student's work.

    • Step 1: The distribution is correct. Each term from the first bracket is multiplied by each term from the second. (3p)(2p), (3p)(-5), (-4)(2p), (-4)(-5). This step is correct.
    • Step 2: Let's check the multiplication for each term.
    • (3p)(2p) = 6p². Correct.
    • (3p)(-5) = -15p. Correct.
    • (-4)(2p) = -8p. Correct.
    • (-4)(-5) = +20. Ah, here is the error! The product of two negative numbers is positive. The student wrote -20.
  2. Let's correct the expansion from Step 2 onwards. The correct Step 2 should be:

    6p² - 15p - 8p + 20
    
  3. Now, we combine the like terms (-15p and -8p).

    -15p - 8p = -23p
    
  4. Write the final, correct expression.

    6p² - 23p + 20
    

Final Answer: The mistake is in Step 2. The product of (-4) and (-5) is +20, not -20. The correct answer is 6p² - 23p + 20.

{{KEY: type=concept | title=The Two Golden Rules of Expansion | text=Always double-check your signs, especially when multiplying negative terms. After expanding, always scan for like terms and combine them for the final simplified answer.}}

Tips & Tricks

Here are a few shortcuts and methods to make your expansions faster and more accurate.

TechniqueDescriptionExample
FOIL MethodA mnemonic for expanding two binomials: First (a×c), Outer (a×d), Inner (b×c), Last (b×d). This ensures you multiply all four pairs of terms.For (x+2)(y+3): F=xy, O=3x, I=2y, L=6. Sum: xy+3x+2y+6
Sign PredictionThe sign of the last term (uv) is + if signs in brackets are the same (-u, -v or +u, +v). It's - if they are different (-u, +v or +u, -v). This is a quick self-check.In (x-5)(x-2), the last term will be +10. In (x-5)(x+2), it will be -10.
Mental GroupingWith practice, you can combine the "Outer" and "Inner" steps mentally. For (x+3)(x+5), you know the middle term will be the sum of 3 and 5, which is 8x. The last term is the product, 15.(x+3)(x+5)x² + (3+5)x + (3×5)x² + 8x + 15 in one step.

Common Mistakes

Even the best mathematicians make silly mistakes! Here are the most common traps to watch out for when expanding algebraic expressions.

❌ Wrong Method & Result✅ Right Method & ResultWhy it's a Mistake
Expansion of (x - 7)(x + 3):<br>x² + 3x - 7x - 4Expansion of (x - 7)(x + 3):<br>x² + 3x - 7x - 21The student multiplied -7 and 3 incorrectly. The product should be -21. Sign error is the most frequent mistake.
Expansion of (2y + 3)(y + 4):<br>2y² + 8y + 3y + 12Expansion of (2y + 3)(y + 4):<br>2y² + 11y + 12The expansion is correct, but the work is incomplete. You must always combine like terms (8y + 3y = 11y).
Expansion of (4a - 2)(3a + 5):<br>12a - 20a + 6a - 10Expansion of (4a - 2)(3a + 5):<br>12a² + 20a - 6a - 10When multiplying 4a × 3a, the result is 12a², not 12a. Forgetting to add exponents when multiplying variables is common.
Expansion of -(x - 5)²:<br>(-x + 5)² = x² - 10x + 25Expansion of -(x - 5)²:<br>- (x² - 10x + 25) = -x² + 10x - 25The negative sign applies to the entire result of the expansion. You should expand the bracket first, then apply the sign.

Brain-Teaser Questions

  1. We know (a + b)(c + d) = ac + ad + bc + bd. Using this pattern, what would be the expanded form of a product of three binomials: (a + b)(c + d)(e + f)? How many terms will it have?

    💡 Answer: To find the expansion, you can first multiply (a+b)(c+d) to get (ac + ad + bc + bd). Then, multiply this entire expression by (e+f). Each of the 4 terms will be multiplied by e and f, resulting in 8 terms in total: ace + acf + ade + adf + bce + bcf + bde + bdf.

  2. The area of a rectangle is given by the expression x² + 9x - 36. If the length of the rectangle is (x + 12), what is its width?

    💡 Answer: We are looking for an expression (x + n) such that (x + 12)(x + n) = x² + 9x - 36. From the expansion, we know that 12 × n must equal -36, and 12 + n must equal 9. From the first condition, n = -36 / 12 = -3. Let's check with the second condition: 12 + (-3) = 9. It works! So, the width is (x - 3).

  3. A square has side length s. A new shape is formed by increasing one side by k and decreasing the other side by k. Is the new shape's area larger, smaller, or the same as the original square? By how much does it change?

    💡 Answer: The original area is . The new dimensions are (s + k) and (s - k). The new area is (s + k)(s - k) = s² - sk + sk - k² = s² - k². The new area is smaller than the original area by exactly .

Mini Cheatsheet

Here's a quick summary of the key identities and rules from this page. Screenshot this for your last-minute revision!

Identity/RuleExpanded FormKey Takeaway
Distributive Propertya(b + c) = ab + acThe foundation of all algebraic expansion.
General Binomial Product(a + m)(b + n) = ab + an + mb + mnMultiply every term in the first by every term in the second.
Product with Mixed Signs(a + u)(b - v) = ab - av + ub - uvPay close attention to the signs of the products.
Product with Two Negatives(a - u)(b - v) = ab - av - ub + uvThe product of two negatives (-u × -v) is positive (+uv).
Squaring a Binomial (from NCERT)(a + b)² = a² + 2ab + b²A special case you will see very often.

This Way or That Way, All Ways Lead to the Bay — Part 2 & Summary

{{FORMULA: expr=(a + b)² = a² + 2ab + b² | symbols=a:first term, b:second term}}

This Way or That Way, All Ways Lead to the Bay — Part 2 & Summary

Welcome to the final part of our journey into algebraic expressions! So far, we've learned how to multiply expressions and use powerful identities. Now, we'll see how these tools can solve the same problem in many different, creative ways. This demonstrates a beautiful aspect of mathematics: often, there isn't just one "right" path to the answer.

Imagine you're designing a tile patio. You could calculate the total number of tiles by first finding the area of the whole patio and subtracting the area of a central fountain. Alternatively, you could calculate the area of the four rectangular sections surrounding the fountain and add them up. Both methods describe the same patio, so they must give the same result. In algebra, different-looking expressions can also be equivalent, and proving this is a key skill. Let's explore this idea of multiple approaches to a single solution.

Definitions & Key Identities

This page focuses on applying the identities we've learned. Let's quickly review them.

Variable(s)MeaningKey Identity / Property
a, b, cRepresent terms in an algebraic expression (can be numbers, variables, or other expressions).Distributive Property: a × (b + c) = ab + ac
a, bThe first and second terms in a binomial.Identity I (Square of a Sum): (a + b)² = a² + 2ab + b²
a, bThe first and second terms in a binomial.Identity II (Square of a Difference): (a – b)² = a² – 2ab + b²
a, bThe terms in two conjugate binomials.Identity III (Difference of Squares): (a + b)(a – b) = a² – b²

Proving Equivalence: The Logic of Different Paths

The NCERT text shows us two different ways to calculate the area of a shaded region, leading to the expressions (m + n)² – 4mn and (n – m)². At first glance, they look completely different. But since they describe the same area, they must be equal. Let's prove this algebraically.

Our goal is to show that (m + n)² – 4mn = (n – m)². We will simplify each side of the equation independently.

{{VISUAL: diagram: A large square with side length (m+n). Inside, at the center, is a smaller tilted square. The corners of the large square are filled by four identical rectangles of dimensions m by n. The central square's side length is labeled (n-m).}}

  1. Simplify the Left-Hand Side (LHS): We start with the expression from Tadang's method, (m + n)² – 4mn. We use Identity I, (a + b)² = a² + 2ab + b², where a = m and b = n.

    (m + n)² – 4mn
    
  2. Expand the square: Applying the identity, (m + n)² becomes m² + 2mn + n².

    = (m² + 2mn + n²) – 4mn
    
  3. Combine like terms: We have +2mn and –4mn, which are like terms. Combining them gives –2mn.

    = m² + n² – 2mn
    
  4. Simplify the Right-Hand Side (RHS): Now we take the expression from Yusuf's method, (n – m)². We use Identity II, (a – b)² = a² – 2ab + b², where a = n and b = m.

    (n – m)²
    
  5. Expand the square: Applying the identity, we get:

    = n² – 2nm + m²
    
  6. Compare LHS and RHS: Our simplified LHS is m² + n² – 2mn. Our simplified RHS is n² – 2nm + m². Since multiplication is commutative (nm = mn), the terms are identical. Therefore, the two expressions are equivalent.

This proves that different methods of observing a geometric shape can lead to different algebraic expressions, which are ultimately the same.

Solved Examples

Let's apply these ideas to some problems, ranging from simple calculations to more complex geometric puzzles.

Example 1: Quick Calculation with Identities (Easy)

Given: The number 498.

To Find: The value of 498² using a suitable identity.

Solution:

  1. Recognize that 498 is very close to 500. We can write it as a difference: 498 = 500 – 2.

  2. This means 498² can be written as (500 – 2)², which fits the form of Identity II, (a – b)², with a = 500 and b = 2.

  3. Apply the identity (a – b)² = a² – 2ab + b².

    (500 – 2)² = 500² – 2(500)(2) + 2²
    
  4. Calculate each term. 500² is 250000, 2 × 500 × 2 is 2000, and is 4.

    = 250000 – 2000 + 4
    
  5. Perform the final arithmetic.

    = 248000 + 4 = 248004
    

Final Answer: 248004

Example 2: Area of a Shaded Region (Medium)

Given: A large square of side x. A smaller rectangle of dimensions x by y is placed along one side, creating an L-shaped shaded region.

To Find: An algebraic expression for the area of the shaded region.

{{VISUAL: diagram: A large square ABCD with side length x. A rectangle EFGH with length x and width y is shown inside, sharing the side CD. The L-shaped region ABEHGD is shaded.}}

Solution:

This is similar to Anusha's method in the NCERT text.

  1. Strategy: The simplest way to find the area of the shaded region is to find the area of the large outer shape and subtract the area of the unshaded inner shape.

  2. Area of the large square: The side length is x. The area of a square is side × side.

    Area_large = x × x = x²
    
  3. Area of the unshaded rectangle: The dimensions are x and y. The area of a rectangle is length × width.

    Area_unshaded = x × y = xy
    
  4. Area of the shaded region: Subtract the unshaded area from the total area.

    Area_shaded = Area_large – Area_unshaded = x² – xy
    
  5. We can also factor this expression by taking x as a common factor.

    = x(x – y)
    

Final Answer: x² – xy or x(x – y)

Example 3: The Picture Frame Problem (Hard)

Given: A rectangular painting has dimensions p by s. It is surrounded by a border (frame) of uniform width r.

To Find: The area of the border using two different methods, and show that they are equivalent.

{{VISUAL: diagram: A large outer rectangle with dimensions (p+2r) and (s+2r). Inside is a smaller concentric rectangle (the painting) with dimensions p and s. The area between the two rectangles (the frame) is shaded.}}

Solution:

Method 1: Subtraction (Outer Area – Inner Area)

  1. Find the dimensions of the outer rectangle: The inner length is p. The border adds a width of r on both the left and right sides. So, the outer length is p + r + r = p + 2r. Similarly, the outer width is s + r + r = s + 2r.

  2. Calculate the area of the outer rectangle:

    Area_outer = (p + 2r)(s + 2r)
    
  3. Expand this using the distributive property (or FOIL method):

    = p(s + 2r) + 2r(s + 2r) = ps + 2pr + 2rs + 4r²
    
  4. Calculate the area of the inner rectangle (the painting):

    Area_inner = p × s = ps
    
  5. Find the area of the border: Subtract the inner area from the outer area.

    Area_border = (ps + 2pr + 2rs + 4r²) – ps
    
  6. Simplify by cancelling the ps terms.

    = 2pr + 2rs + 4r²
    

Method 2: Addition (Sum of Component Rectangles)

  1. Strategy: Divide the border into four rectangular strips: two vertical and two horizontal.

  2. Area of the two vertical strips: Each has dimensions s by r. Their combined area is 2 × (s × r) = 2rs.

  3. Area of the two horizontal strips: Each has dimensions (p + 2r) by r. Their combined area is 2 × (p + 2r)r = 2(pr + 2r²) = 2pr + 4r².

  4. Find the area of the border: Add the areas of the vertical and horizontal strips. Wait, this is double-counting the corners! Let's try a different division.

    Let's correct the strategy. Divide the frame into two horizontal strips of size (p+2r) × r and two vertical strips of size s × r.

  5. Area of top and bottom strips: Each has dimensions p × r. Total area = 2pr.

  6. Area of left and right strips: Each has dimensions s × r. But we also have four corner squares, each of area . So the side strips are (s+2r) × r. This is getting complicated.

  7. A better addition strategy: Let's take two horizontal strips of length p and width r, and two vertical strips of length (s+2r) and width r.

    • Area of top/bottom strips: 2 × (p × r) = 2pr.
    • Area of side strips: 2 × ((s+2r) × r) = 2(sr + 2r²) = 2sr + 4r².
    • Total Area: 2pr + 2sr + 4r². This doesn't seem right.

Let's stick to the simplest decomposition:

  1. Two horizontal strips of size (p+2r) × r
  2. Two vertical strips of size s × r
    • Area of horizontal strips: 2r(p+2r) = 2pr + 4r²
    • Area of vertical strips: 2rs
    • Total Area: 2pr + 4r² + 2rs.

This matches the result from Method 1. The key is to correctly visualize the component parts.

Equivalence Check:

  • Method 1 Result: 2pr + 2rs + 4r²
  • Method 2 Result: 2pr + 2rs + 4r² Both methods yield the same expression, confirming our calculations are correct.

Final Answer: The area of the border is 2pr + 2rs + 4r². Both the subtraction and addition methods produce this same result.

Example 4: Sum of Squares (Tricky)

Given: The sum of the squares of two consecutive positive integers is 221.

To Find: The two integers.

Solution:

  1. Translate the problem into algebra: Let the first integer be n. Since the integers are consecutive, the next integer is n + 1.

  2. Set up the equation: The problem states "the sum of the squares" of these two numbers is 221.

    n² + (n + 1)² = 221
    
  3. Expand the expression (n + 1)²: Use Identity I, (a + b)² = a² + 2ab + b², where a = n and b = 1.

    (n + 1)² = n² + 2(n)(1) + 1² = n² + 2n + 1
    
  4. Substitute the expanded form back into the main equation:

    n² + (n² + 2n + 1) = 221
    
  5. Simplify the equation: Combine like terms (n² + n² = 2n²) and move the constant term to one side.

    2n² + 2n + 1 = 221
    2n² + 2n = 220
    
  6. Solve for n: Divide the entire equation by 2 to simplify it.

    n² + n = 110
    n(n + 1) = 110
    
  7. Find the integers: We are looking for two consecutive numbers whose product is 110. We can guess and check with numbers around √110 (which is a bit more than 10).

    • If n = 9, then n(n+1) = 9 × 10 = 90 (too small).
    • If n = 10, then n(n+1) = 10 × 11 = 110 (correct!).
  8. So, the first integer n is 10. The second integer, n + 1, is 11.

Final Answer: The two consecutive integers are 10 and 11.


Tips & Tricks

TechniqueDescriptionExample
Visualize as AreaWhen multiplying binomials like (x+a)(x+b), imagine a rectangle with sides (x+a) and (x+b). The total area is the sum of the four smaller areas: , ax, bx, and ab.(x+2)(x+5) is a rectangle broken into areas , 5x, 2x, and 10. Sum = x²+7x+10.
Pick the Right IdentityFor quick calculations, match the numbers to the nearest "easy" number (like 10, 100, 1000). Use (a+b)² or (a-b)² for squares, and (a+b)(a-b) for products of numbers equidistant from an easy number.To calculate 103 × 97, recognize it as (100+3)(100-3). Use a²-b² for a quick 100² - 3² = 10000 - 9 = 9991.
Simplify FirstBefore blindly expanding a complex expression, look for common factors or recognizable patterns. Sometimes, simplifying parts of the expression first makes the overall calculation much easier.In (2x+4)(x+1), notice (2x+4) can be factored as 2(x+2). The expression becomes 2(x+2)(x+1), which can be easier to manage.

Common Mistakes

It's easy to make small errors when applying these properties. Here are some of the most common pitfalls to avoid.

❌ Wrong Method & Result✅ Right Method & ResultWhy it's Wrong
(5m + 6n)² = 25m² + 36n²(5m + 6n)² = (5m)² + 2(5m)(6n) + (6n)² = 25m² + 60mn + 36n²The middle term 2ab is missing. The square of a sum is not the sum of the squares.
(a + 2)(b + 4) = ab + 8(a + 2)(b + 4) = a(b+4) + 2(b+4) = ab + 4a + 2b + 8This is a failure to distribute completely. Each term in the first binomial must multiply each term in the second.
-(2y + 5)(3y + 4) = (-2y + 5)(3y + 4)-( (2y+5)(3y+4) ) = -(6y² + 8y + 15y + 20) = -6y² - 23y - 20The negative sign applies to the entire product, not just the first term. Multiply the binomials first, then distribute the negative.
5w² + 6w = 11w³ or 11w²5w² + 6w (Cannot be simplified further)These are not like terms. You can only add or subtract terms that have the exact same variable part (e.g., and ).

{{KEY: type=concept | title=Equivalence is Key | text=The most important takeaway is that different algebraic expressions can represent the same value or geometric reality. Simplifying expressions using identities is the primary tool to prove that two different-looking paths lead to the same destination.}}

Brain-Teaser Questions

  1. A square garden plot has an area of x² + 14x + 49 square meters. What is the length of one side of the garden?

    💡 Answer: The expression x² + 14x + 49 is a perfect square trinomial. It fits the pattern a² + 2ab + b² where a = x and b = 7, since 2ab = 2(x)(7) = 14x. Therefore, x² + 14x + 49 = (x + 7)². Since the area of a square is side², the length of one side is (x + 7) meters.

  2. If x + (1/x) = 6, what is the value of x² + (1/x²)? (Hint: Square the first equation).

    💡 Answer: Start with the given equation: x + (1/x) = 6. Square both sides: (x + 1/x)² = 6². Now, expand the left side using (a+b)² = a² + 2ab + b², where a = x and b = 1/x. x² + 2(x)(1/x) + (1/x)² = 36 x² + 2 + 1/x² = 36 Now, subtract 2 from both sides to isolate x² + 1/x². x² + 1/x² = 34.

  3. Consider the pattern of circles from the textbook where the number of circles in Step k is given by the expression k² + 2k. Another student claims the formula is (k+3)(k-1) + 3. Are they correct? Verify algebraically.

    💡 Answer: Let's simplify the student's expression: (k+3)(k-1) + 3. First, multiply the binomials: k(k-1) + 3(k-1) + 3. k² – k + 3k – 3 + 3 Combine like terms: k² + 2k. The student's expression simplifies to k² + 2k, which is the same as the original formula. So, yes, they are correct! It's just another way of describing the same pattern.

Mini Cheatsheet

Here's a quick summary of the essential tools from this chapter. Screenshot this for your last-minute revision!

NameFormula / MethodUse Case
Distributive Propertya(b + c) = ab + acThe fundamental rule for multiplying a monomial by a polynomial.
Binomial Multiplication (FOIL)(a+b)(c+d) = ac + ad + bc + bdA systematic way to multiply any two binomials.
Identity I: Square of a Sum(a + b)² = a² + 2ab + b²Squaring binomials, factoring perfect square trinomials, mental math.
Identity II: Square of a Difference(a – b)² = a² – 2ab + b²Squaring binomials, factoring perfect square trinomials, mental math.
Identity III: Difference of Squares(a + b)(a – b) = a² – b²Factoring, simplifying expressions, and very fast mental multiplication.

In this chapter

  • 1.Some Properties of Multiplication — Part 1
  • 2.Some Properties of Multiplication — Part 2
  • 3.Special Cases of the Distributive Property
  • 4.Mind the Mistake, Mend the Mistake & This Way or That Way, All Ways Lead to the Bay — Part 1
  • 5.This Way or That Way, All Ways Lead to the Bay — Part 2 & Summary

Frequently asked questions

What is Some Properties of Multiplication — Part 1?

Welcome to the fascinating world of algebraic multiplication! Have you ever wondered if there's a pattern when you change numbers in a multiplication problem? For example, if you're buying tiles for a floor and decide to make the room a little longer *and* a little wider, how does the total number of tiles you need cha

What is Some Properties of Multiplication — Part 2?

Welcome back! In the previous section, we saw how the **distributive property** helps us understand what happens when we change one of the numbers in a multiplication problem. We saw that increasing one number by 1 increases the product in a predictable way. Now, let's take this powerful idea one step further.

What is Special Cases of the Distributive Property?

Welcome to the next level of algebraic multiplication! While the distributive property is a powerful tool for any multiplication, certain special cases appear so often that they deserve their own shortcuts. These shortcuts are called **algebraic identities**.

What is Mind the Mistake, Mend the Mistake & This Way or That Way, All Ways Lead to the Bay — Part 1?

Welcome back! In our journey through algebra, we've seen how a simple rule—the distributive property—helps us understand how products change and grow. But with great power comes great responsibility! A tiny slip, like a misplaced minus sign, can lead to a completely wrong answer.

What is This Way or That Way, All Ways Lead to the Bay — Part 2 & Summary?

Welcome to the final part of our journey into algebraic expressions! So far, we've learned how to multiply expressions and use powerful identities. Now, we'll see how these tools can solve the same problem in many different, creative ways. This demonstrates a beautiful aspect of mathematics: often, there isn't just one

More chapters in CBSE Class 8 Mathematics

Want the full CBSE Class 8 Mathematics experience?

Every chapter. Interactive lessons. AI teacher on tap. Study Lab for any photo or PDF. 3-day free trial — no credit card.

1000s of students
100% NCERT-aligned
Powered by AI

Install Learn Skill

Add to home screen for the best experience