We Distribute, Yet Things Multiply

One multiplier outside a bracket has to reach every term inside, and that single idea powers mental arithmetic, the expansion of algebraic expressions and factorisation. Area models make each step something you can actually see.

What distributing really means

Quick answer The distributive law says a multiplier outside a bracket must reach every term inside. A rectangle cut into two strips shows why it has to be true.

Start with a shopping bill, not with algebra. Suppose you are buying supplies for a class project: 6 notebooks at ₹40 each and 6 pens at ₹15 each. One student works out the two bills separately, 6 × 40 = 240 rupees for the notebooks and 6 × 15 = 90 rupees for the pens, and adds them to get 240 + 90 = 330 rupees. A second student says that one notebook and one pen together cost 40 + 15 = 55 rupees, and there are 6 such pairs, so the bill is 6 × 55 = 330 rupees. Both students are right, and the agreement is not luck. It is a rule of arithmetic called the distributive law.

In symbols the rule says a(b + c) = ab + ac. Read it slowly. On the left you add first and then multiply once. On the right you multiply twice and add at the end. The multiplier a is shared out, or distributed, to both terms inside the bracket, and neither term is allowed to be left out. That is exactly what the title of this chapter is pointing at: you distribute one multiplier, and the number of small products you have to work out multiplies.

The clearest reason why the law is true is a picture. Draw a rectangle whose breadth is a and whose length is b + c. Its area is a(b + c). Now cut it with a single vertical line so that the length splits into a piece of length b and a piece of length c. The two smaller rectangles have areas ab and ac. Cutting a sheet of paper does not change how much paper there is, so the whole must equal the sum of the parts. A picture is made of lengths, so what it settles is the law for positive numbers; the rule is then taken to hold for negative numbers as well, and every check in this chapter agrees with that.

        b      +      c
   +---------+----------+
 a |    ab   |    ac    |
   +---------+----------+
   whole area = a(b + c) = ab + ac

Plain numbers behave the same way, because every number can be split. Take 4 × 13. Since 13 = 10 + 3, the law gives 4 × 13 = 4 × 10 + 4 × 3 = 40 + 12 = 52, which is the answer you already know. Subtraction is covered too, because trimming a strip off the rectangle trims away its area: a(b - c) = ab - ac. So 8 × 19 = 8 × (20 - 1) = 160 - 8 = 152.

One warning before you go any further. Multiplication distributes over addition, but addition does not distribute over multiplication. Test that claim rather than believing it. On one side, 2 + (3 × 4) = 2 + 12 = 14. On the other side, (2 + 3) × (2 + 4) = 5 × 6 = 30. The two answers disagree, so no such law exists. The distributive law runs in one direction only, and you should be able to say which direction without stopping to think.

a(b + c) = ab + ac The distributive law. The multiplier a outside multiplies each term inside, and the two products are then added.
a(b - c) = ab - ac The same law over subtraction. The minus sign stays attached to the product ac.
Area of a rectangle = length × breadth Splitting the length into b + c splits the area into ab and ac, which is why the law must hold.
Remember
  • The distributive law is a(b + c) = ab + ac: the multiplier outside reaches every term inside the bracket.
  • It holds over subtraction as well, a(b - c) = ab - ac, with the sign carried along.
  • A rectangle cut into two strips shows why the law must hold for positive lengths, so it is a reason and not just a picture.
  • Adding does not distribute over multiplying: 2 + (3 × 4) is 14 while (2 + 3) × (2 + 4) is 30.
  • Both routes give the same answer, so the law is a free way of checking your own arithmetic.

Multiplying awkward numbers in your head

Quick answer Split one factor into a round part and a small correction, and hard multiplications such as 7 × 98 or 99 × 45 become two easy ones.

Once you trust the law, a surprising number of multiplications stop needing paper at all. The method never changes: split one factor into a friendly part and a small correction, multiply twice, then add or subtract.

Take 7 × 98. The number 98 is uncomfortable, but 100 is easy and 98 = 100 - 2. So 7 × 98 = 7 × (100 - 2) = 700 - 14 = 686. Multiplying by 100 is instant, multiplying by 2 is instant, and a single subtraction finishes the job. You could instead have split 98 as 90 + 8, giving 630 + 56 = 686. The answer is the same, which is reassuring, but the arithmetic was harder. Any split is allowed, so choose the one that leaves you the least work.

Numbers just above a round figure are handled the same way, with a plus instead of a minus. For 25 × 104, write 104 = 100 + 4, so 25 × 104 = 25 × 100 + 25 × 4 = 2500 + 100 = 2600.

Money questions are where this pays off. Twelve bus tickets at ₹35 each cost 35 × 12 = 35 × 10 + 35 × 2 = 350 + 70 = 420 rupees. Forty-five chairs at ₹99 each cost 99 × 45 = 45 × (100 - 1) = 4500 - 45 = 4455 rupees. Eighteen sets of stickers at ₹25 each cost 18 × 25 = 25 × (20 - 2) = 500 - 50 = 450 rupees.

Here is something worth noticing. The column method you learned in earlier classes is the distributive law wearing a uniform. When you multiply 47 by 6 in a column, taking the 7 first and then the 4 tens, you are really computing 6 × (40 + 7) = 240 + 42 = 282. The place value split is done for you by the way the digits are arranged.

You may also split both factors. Then every part of the first factor must meet every part of the second, so two pieces times two pieces give four products. For 23 × 14, split 23 into 20 + 3 and 14 into 10 + 4.

          10     +     4
     +--------+---------+
  20 |   200  |    80   |
     +--------+---------+
   3 |    30  |    12   |
     +--------+---------+
   200 + 80 + 30 + 12 = 322

So 23 × 14 = 322. Keep that four cell grid in your mind, because the algebra later in this chapter is the very same grid with letters written in the margins instead of numbers.

n × (100 - k) = 100n - nk Use when a factor sits just below a round number, as with 98 = 100 - 2 or 99 = 100 - 1.
n × (100 + k) = 100n + nk Use when a factor sits just above a round number, as with 104 = 100 + 4.
n × (a + b + c) = na + nb + nc The multiplier reaches every term however many there are, which is what place value splitting relies on.
Remember
  • Round the awkward factor to 10, 100 or 1000 and then correct with the small leftover piece.
  • 7 × 98 = 700 - 14 = 686, and 25 × 104 = 2500 + 100 = 2600.
  • The column method taught in earlier classes is the distributive law applied to place value: 6 × 47 = 240 + 42 = 282.
  • Splitting both factors gives four small products, as in 23 × 14 = 200 + 80 + 30 + 12 = 322.
  • Every split gives the same answer, so pick the split that leaves the easiest arithmetic.

A monomial times a binomial

Quick answer Multiplying a single term into a bracket, such as 3x(2x + 5), needs the same sharing out, plus the rule that powers of the same letter add.

Two words first, because they name what you are about to multiply. A monomial is a single term, such as 3x or 2xy or plain 7. A binomial is two terms joined by a plus or a minus sign, such as 2x + 5 or 3a - 7.

Letters change nothing about the rule. In 3x(2x + 5), the monomial 3x sits outside the bracket and must reach both terms inside it. Work through the two products separately, and handle numbers with numbers and letters with letters.

First product: 3x × 2x. The numbers give 3 × 2 = 6, and the letters give x × x = x2, so the product is 6x2. Second product: 3x × 5 = 15x. Putting them together, 3x(2x + 5) = 6x2 + 15x. Those two terms cannot be joined into one, because x2 and x are unlike terms. An expanded answer with two terms is a finished answer.

The reason x × x = x2 is the index rule xm × xn = xm+n: multiplying powers of the same letter adds the indices. So x2 × x3 = x5, and a plain x counts as x1.

The area picture still works, and it is worth drawing once. A rectangle of breadth 3x whose length is split into 2x and 5 has two parts.

         2x        +      5
   +------------+-----------+
3x |    6x²     |    15x    |
   +------------+-----------+
   total = 6x² + 15x

Signs need care. In 4a(3a - 7) the minus travels with the 7, so the answer is 12a2 - 28a. When the monomial itself is negative, every term inside flips sign: -5m(2m + 3) = -10m2 - 15m. Notice that the second term became negative even though it was positive inside the bracket. A negative multiplied by a positive is negative, and there is no exception for algebra.

Two letters are no harder. For 2xy(3x + 4y), the first product is 2xy × 3x = 6x2y and the second is 2xy × 4y = 8xy2, so the expansion is 6x2y + 8xy2.

Always check. Put x = 2 into the original 3x(2x + 5): the monomial becomes 6, the bracket becomes 4 + 5 = 9, and the value is 6 × 9 = 54. Now put x = 2 into the expansion 6x2 + 15x: that is 6 × 4 + 15 × 2 = 24 + 30 = 54. The two values agree, so the expansion has survived a real test. This check takes about ten seconds and catches almost every sign slip.

m(a + b) = ma + mb The monomial m multiplies each term of the binomial, giving two products.
x^m × x^n = x^(m+n) Multiplying powers of the same letter adds the indices, so x × x = x² and x² × x³ = x⁵.
-m(a + b) = -ma - mb A negative multiplier changes the sign of every term that was inside the bracket.
Remember
  • A monomial multiplies every term of the bracket: numbers with numbers, letters with letters.
  • Powers of the same letter add, so x × x = x² and 3x × 2x = 6x².
  • 3x(2x + 5) = 6x² + 15x, and the two terms cannot be joined because they are unlike.
  • A negative monomial flips the sign of every product: -5m(2m + 3) = -10m² - 15m.
  • Substituting a number such as x = 2 into both forms checks the expansion in seconds.

A binomial times a binomial

Quick answer Two brackets give four products, one for each cell of a two by two area grid, and the like terms in the middle are then collected.

Now both factors are brackets, as in (x + 3)(x + 5). The move is to treat the whole second bracket as a single object for one step. Distribute it over x + 3, and then distribute again inside each piece.

Step one: (x + 3)(x + 5) = x(x + 5) + 3(x + 5). Step two: x(x + 5) = x2 + 5x and 3(x + 5) = 3x + 15. Step three, collect: x2 + 5x + 3x + 15 = x2 + 8x + 15, because 5x and 3x are like terms.

The same four products appear as the four cells of a two by two grid, which is why the area model is worth keeping.

          x      +      5
    +---------+----------+
  x |   x²    |    5x    |
    +---------+----------+
  3 |   3x    |    15    |
    +---------+----------+
   x² + 5x + 3x + 15 = x² + 8x + 15

Check it with x = 2. The original gives (2 + 3)(2 + 5) = 5 × 7 = 35. The expansion gives 4 + 16 + 15 = 35. Agreed.

Minus signs simply travel with their numbers. For (x + 7)(x - 4), the four products are x2, -4x, +7x and -28, and collecting the middle two gives x2 + 3x - 28. Test at x = 2: the original is 9 × (-2) = -18, and the expansion is 4 + 6 - 28 = -18.

A coefficient in front of a letter changes nothing about the method. For (2a + 3)(a + 5), the products are 2a2, 10a, 3a and 15, giving 2a2 + 13a + 15. At a = 2 the original is 7 × 7 = 49 and the expansion is 8 + 26 + 15 = 49. When both brackets carry minus signs, as in (3p - 2)(2p - 5), the four products are 6p2, -15p, -4p and +10, since a negative times a negative is positive. The answer is 6p2 - 19p + 10. At p = 2 the original is 4 × (-1) = -4 and the expansion is 24 - 38 + 10 = -4.

One shortcut is worth memorising because it appears so often. When each bracket starts with the same letter standing alone, with no number written in front of it, (x + p)(x + q) = x2 + (p + q)x + pq. Add the two numbers for the middle coefficient and multiply them for the last term. For (x + 3)(x + 5) that is 3 + 5 = 8 and 3 × 5 = 15, which matches what you found the long way. That condition about the number in front really matters. In (2a + 3)(a + 5) both brackets do start with the same letter, but the 2 in front of the first a puts the shortcut out of action: adding and multiplying the numbers would give a2 + 8a + 15, while the true answer worked out above is 2a2 + 13a + 15. With a number in front, go back to the four products. Also keep count of those products: two terms times two terms always give four, and three terms times two terms give six. If you write down fewer than four before you start collecting like terms, one has been skipped.

(a + b)(c + d) = ac + ad + bc + bd Four partial products, one for each cell of a two by two grid; nothing may be skipped.
(x + p)(x + q) = x² + (p + q)x + pq A shortcut for the case where each bracket starts with a plain x, with no number in front of it: add the numbers for the middle term, multiply them for the last.
(x + p)(x - q) = x² + (p - q)x - pq The same shortcut with a minus sign, and under the same condition of a plain x in front; keep the minus attached to q throughout.
Remember
  • Distribute the whole second bracket first, then distribute again inside each piece.
  • (x + 3)(x + 5) = x² + 5x + 3x + 15 = x² + 8x + 15 after collecting like terms.
  • Two terms times two terms always give four products, matching the four cells of an area grid.
  • Minus signs travel with their numbers, so (x + 7)(x - 4) = x² + 3x - 28.
  • When each bracket starts with a plain x and no number in front, use (x + p)(x + q) = x² + (p + q)x + pq; a coefficient such as the 2 in (2a + 3) rules the shortcut out.

Patterns that come out of expanding

Quick answer Squaring a sum, squaring a difference and multiplying a sum by a difference give three results worth remembering, all from the same four products.

Some products turn up so often that it is worth expanding them once and remembering the shape of the answer. Every one of them comes from the same four cell expansion you have just practised, so none of them has to be learned blindly.

Start with a square. (a + b)2 means (a + b)(a + b). The four products are a2, ab, ab and b2. The two middle terms are like terms, so they combine into 2ab and the result is (a + b)2 = a2 + 2ab + b2. Test it with a = 3 and b = 4: the left side is 72 = 49, and the right side is 9 + 24 + 16 = 49.

That test also settles a very frequent slip. It is tempting to write that (a + b)2 equals a2 + b2, but with a = 3 and b = 4 that would give 9 + 16 = 25, and the true value is 49. The middle term 2ab is not optional, and it is the whole reason squaring a sum is interesting.

With a minus sign, (a - b)2 = a2 - 2ab + b2. The last term is positive because -b × -b = +b2. Test with a = 7 and b = 2: the left side is 52 = 25 and the right side is 49 - 28 + 4 = 25.

The third pattern is the prettiest. (a + b)(a - b) gives the products a2, -ab, +ab and -b2. The middle two cancel exactly, leaving (a + b)(a - b) = a2 - b2. Test with a = 9 and b = 4: the left side is 13 × 5 = 65 and the right side is 81 - 16 = 65.

These three make mental arithmetic even faster. To square 102, write it as 100 + 2, so 1022 = 10000 + 2 × 100 × 2 + 4 = 10000 + 400 + 4 = 10404. To square 98, write it as 100 - 2, so 982 = 10000 - 400 + 4 = 9604. For a product of two numbers sitting equally far on either side of a round number, use the third pattern: 53 × 47 = (50 + 3)(50 - 3) = 2500 - 9 = 2491, and 41 × 39 = (40 + 1)(40 - 1) = 1600 - 1 = 1599.

They work with letters too. (x + 4)2 = x2 + 8x + 16, and (2y - 3)2 = 4y2 - 12y + 9, where the first term is 2y × 2y = 4y2 and the middle term is twice the product 2y × 3. That product is 6y, so twice it is 12y, and the minus sign in the bracket makes it -12y. Check the second one at y = 1: the left side is (-1)2 = 1 and the right side is 4 - 12 + 9 = 1.

(a + b)² = a² + 2ab + b² Square of a sum. Square each part and add twice their product; check with a = 3, b = 4 giving 49.
(a - b)² = a² - 2ab + b² Square of a difference. Only the middle term carries a minus sign; check with a = 7, b = 2 giving 25.
(a + b)(a - b) = a² - b² Sum times difference. Useful for products such as 53 × 47 = 50² - 3² = 2491.
(100 + k)² = 10000 + 200k + k² The square of a sum applied to mental arithmetic, so 102² = 10000 + 400 + 4 = 10404.
Remember
  • (a + b)² = a² + 2ab + b², because the two middle products are like terms and combine.
  • (a - b)² = a² - 2ab + b², and the last term is positive since -b × -b = +b².
  • (a + b)(a - b) = a² - b², because the two middle products cancel exactly.
  • (a + b)² is not a² + b²: with a = 3 and b = 4 the true value is 49, not 25.
  • These patterns give quick answers such as 102² = 10404, 98² = 9604 and 53 × 47 = 2491.

Running the law backwards: factorising

Quick answer Read ma + mb = m(a + b) from right to left and you can pull a common factor out in front, which is usually the first move when an expression has to be simplified.

Everything so far has been the law read from left to right, turning one bracket into several terms. Read it from right to left and it becomes just as useful: ma + mb = m(a + b). Spotting a shared multiplier and pulling it out in front is called factorising by taking out a common factor.

Look at 6x + 9. Both terms can be divided by 3, since 6x = 3 × 2x and 9 = 3 × 3. So 6x + 9 = 3(2x + 3). Check by expanding back: 3 × 2x = 6x and 3 × 3 = 9, which returns the expression you started with. Expanding your own answer costs a few seconds and proves that you have not changed the expression. It does not on its own prove that you have taken out everything you could, so after expanding, look at the bracket once more and ask whether its terms still share anything.

To take out as much as possible in one go, find the highest common factor of all the terms. Take the HCF of the number parts, then take each letter that appears in every term, raised to its lowest power. For 12a2 + 18a, the HCF of 12 and 18 is 6, and the letter a appears in both terms with lowest power 1, so the common factor is 6a. Dividing gives 12a2 ÷ 6a = 2a and 18a ÷ 6a = 3, so 12a2 + 18a = 6a(2a + 3).

Notice that 3a(4a + 6) is also equal to the same expression, but it is only half done, because 4a and 6 still share a factor of 2. A fully factorised answer leaves a bracket with nothing left to take out.

Two more of the same kind. For 4a2b + 8ab2, the numbers give HCF 4, the letter a has lowest power 1 and so does b, so the common factor is 4ab. Dividing, 4a2b ÷ 4ab = a and 8ab2 ÷ 4ab = 2b, giving 4ab(a + 2b). For 15x2y - 25xy2, the common factor is 5xy and the answer is 5xy(3x - 5y).

One trap deserves its own line. In 5x + 5, the whole of the second term is the common factor, so what stays behind is 1, not nothing: 5x + 5 = 5(x + 1). Writing 5(x) would lose a whole term, and expanding back would catch it at once.

Sometimes no single factor divides all four terms, yet the expression still factorises in pairs. In 2x + 2y + ax + ay, the first pair gives 2(x + y) and the second pair gives a(x + y). Now (x + y) is itself the common factor, so 2x + 2y + ax + ay = (x + y)(2 + a). This is called factorising by grouping. Another one to try: pq - pr + q - r becomes p(q - r) + 1(q - r), which is (q - r)(p + 1).

ma + mb = m(a + b) Taking out a common factor. The bracket that remains must have nothing left to take out.
HCF of terms = HCF of coefficients × each common letter at its lowest power The HCF of 8x²y and 20xy² is 4xy, so 8x²y + 20xy² = 4xy(2x + 5y).
ax + ay + bx + by = (x + y)(a + b) Factorising by grouping. Take a from the first pair and b from the second, then take out the shared bracket.
Remember
  • Factorising is the distributive law read backwards: ma + mb = m(a + b).
  • Take the HCF of the number parts and each letter present in every term at its lowest power.
  • 12a² + 18a = 6a(2a + 3), while 3a(4a + 6) is only half factorised.
  • In 5x + 5 the leftover term is 1, so the answer is 5(x + 1) and not 5(x).
  • When no single factor divides all the terms, group them in pairs: 2x + 2y + ax + ay = (x + y)(2 + a).
  • Expanding your factorised answer confirms the expression is unchanged, but you must still check the bracket for a factor left behind.

Using it, and checking every answer

Quick answer Bills, areas and border paths all turn into expressions through distribution, and substituting a number back is a quick way to catch a slip.

Distribution is not a classroom trick. It is how a real situation turns into an expression, and how an expression turns back into a number when you finally know the value of the letter.

Shopping first. If one book costs ₹(3y + 20), then 15 books cost 15(3y + 20) = 45y + 300 rupees. Suppose y turns out to be 12. Using the expression, the cost is 45 × 12 + 300 = 540 + 300 = 840 rupees. Working directly, one book costs 3 × 12 + 20 = 56 rupees and 15 books cost 15 × 56 = 840 rupees. The agreement is the point: the expression is a machine that stores the answer for every possible price.

Now shapes. A rectangle of breadth 3 and length (x + 5) has area 3x + 15 square units. A rectangle of length (x + 2) and breadth (x + 6) has area x2 + 8x + 12 square units. Check at x = 4: the sides are 6 and 10, giving 60, and the expression gives 16 + 32 + 12 = 60.

A borders question uses the square pattern nicely. A square lawn has side x metres, and a path 1 metre wide runs all around it on the outside. The outer square then has side (x + 2) metres, because the path adds 1 metre at each end, so the outer area is x2 + 4x + 4 square metres. The path alone is the outer area minus the lawn, which is 4x + 4 square metres. For a lawn of side 12 metres, the path covers 4 × 12 + 4 = 52 square metres, and you can confirm that by subtracting: 14 × 14 - 12 × 12 = 196 - 144 = 52.

Two sign traps are worth practising until they feel automatic. A minus in front of a bracket changes the sign of everything inside it. So 5 - 2(x - 3) = 5 - 2x + 6 = 11 - 2x, because -2 × -3 = +6. Check at x = 1: the original is 5 - 2(-2) = 9, and the answer is 11 - 2 = 9. Similarly 7 - (x + 4) = 7 - x - 4 = 3 - x, since the invisible multiplier in front of the bracket is -1.

Finally, build the checking habit. After expanding or factorising, substitute a number into the question and into your answer, and see whether the two values match. Avoid 0 and 1 when you can, because 0 wipes out most of the terms and 1 hides wrong coefficients, so a sign error can slip through. Numbers like 2 or 3 test far more of your working. This one habit will do more for your accuracy than any amount of rereading.

Total cost = number of items × cost of one item When the cost of one item is a binomial such as (3y + 20), distribute to get 15(3y + 20) = 45y + 300.
a - b(c - d) = a - bc + bd A minus sign in front of a bracket changes the sign of both products, so 5 - 2(x - 3) = 11 - 2x.
Area of path = (x + 2)² - x² = 4x + 4 A border 1 metre wide around a square lawn of side x metres; for x = 12 the path is 52 square metres.
Remember
  • A cost of ₹(3y + 20) per book makes 15 books cost ₹(45y + 300), which is 840 rupees when y = 12.
  • A rectangle of sides (x + 2) and (x + 6) has area x² + 8x + 12 square units.
  • A path 1 metre wide around a square lawn of side x covers 4x + 4 square metres.
  • A minus sign in front of a bracket flips the sign of every term inside: 5 - 2(x - 3) = 11 - 2x.
  • Substitute a number into the question and into your answer, and the two values must match.
  • Prefer 2 or 3 for that check, because 0 and 1 can hide sign and coefficient slips.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

a(b + c) = ab + ac
a(b - c) = ab - ac
Area of a rectangle = length × breadth
n × (100 - k) = 100n - nk
n × (100 + k) = 100n + nk
n × (a + b + c) = na + nb + nc
m(a + b) = ma + mb
x^m × x^n = x^(m+n)
-m(a + b) = -ma - mb
(a + b)(c + d) = ac + ad + bc + bd
(x + p)(x + q) = x² + (p + q)x + pq
(x + p)(x - q) = x² + (p - q)x - pq
(a + b)² = a² + 2ab + b²
(a - b)² = a² - 2ab + b²
(a + b)(a - b) = a² - b²
(100 + k)² = 10000 + 200k + k²
ma + mb = m(a + b)
HCF of terms = HCF of coefficients × each common letter at its lowest power
ax + ay + bx + by = (x + y)(a + b)
Total cost = number of items × cost of one item
a - b(c - d) = a - bc + bd
Area of path = (x + 2)² - x² = 4x + 4

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1

Which statement is the distributive law?

Q2

Using the distributive law, 6 × 97 equals:

Q3

A rectangle has breadth 4 units and length (2x + 7) units. Its area is:

Q4

Expand 4y(3y + 2).

Q5

Expand (x + 4)(x + 6).

Q6

Expand (x + 8)(x - 3).

Q7

Which is the complete factorisation of 20m² + 30m?

Q8

Expand (3m + 4)².

Q9

Using a suitable pattern, 62 × 58 equals:

Q10

The value of 103² is:

Q11

Simplify 8 - 3(x - 2).

Q12

Which is the complete factorisation of 6p²q + 9pq²?

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 8

1 Use the distributive law to find 35 × 102.

Split the awkward factor into a round part and a small extra: 102 = 100 + 2.

35 × 102 = 35 × (100 + 2) = 35 × 100 + 35 × 2

Now 35 × 100 = 3500 and 35 × 2 = 70.

Adding, 3500 + 70 = 3570.

2 Find 45 × 199 mentally, showing the split you used.

Here 199 is just below a round number, so write 199 = 200 - 1 and distribute over the subtraction.

45 × 199 = 45 × (200 - 1) = 45 × 200 - 45 × 1

That is 9000 - 45 = 8955.

A quick sense check: 199 is one less than 200, so the answer must be exactly 45 less than 9000, which it is.

3 Expand: (i) 5p(3p - 2q) (ii) 3ab(2a + 5b)

(i) The monomial 5p multiplies both terms.

5p × 3p = 15p2 and 5p × 2q = 10pq, and the minus sign stays with the second product.

So 5p(3p - 2q) = 15p2 - 10pq.

(ii) 3ab × 2a = 6a2b and 3ab × 5b = 15ab2.

So 3ab(2a + 5b) = 6a2b + 15ab2. The two terms are unlike, so the answer stops here.

4 Multiply (3m + 2) by (m + 4) and check your answer by putting m = 2.

Distribute the second bracket over the first.

(3m + 2)(m + 4) = 3m(m + 4) + 2(m + 4)

= 3m2 + 12m + 2m + 8

Collecting the like terms 12m and 2m gives 3m2 + 14m + 8.

Check with m = 2. The original is (6 + 2)(2 + 4) = 8 × 6 = 48. The expansion is 3 × 4 + 14 × 2 + 8 = 12 + 28 + 8 = 48. The values agree.

5 Simplify 3x(x + 4) - 2(x² - 5x).

Expand each part first, taking care with the minus sign in front of the second bracket.

3x(x + 4) = 3x2 + 12x

-2(x2 - 5x) = -2x2 + 10x, because -2 × -5x = +10x.

Now add the two results and collect like terms.

3x2 - 2x2 = x2 and 12x + 10x = 22x, so the answer is x2 + 22x.

Check with x = 2. The original is 6 × 6 - 2 × (4 - 10) = 36 + 12 = 48, and the answer is 4 + 44 = 48.

6 Factorise completely: (i) 18m²n - 24mn² (ii) 7a³ + 14a²

(i) The HCF of 18 and 24 is 6. The letter m appears in both terms with lowest power 1, and so does n, so the common factor is 6mn.

Dividing: 18m2n ÷ 6mn = 3m and 24mn2 ÷ 6mn = 4n.

So 18m2n - 24mn2 = 6mn(3m - 4n).

(ii) The HCF of 7 and 14 is 7, and the lowest power of a is 2, so the common factor is 7a2.

Dividing gives a and 2, so 7a3 + 14a2 = 7a2(a + 2). Expanding back returns the original expression.

7 Factorise by grouping: xy + 5x + 2y + 10

No single factor divides all four terms, so group them in pairs.

From the first pair, xy + 5x = x(y + 5).

From the second pair, 2y + 10 = 2(y + 5).

The expression is now x(y + 5) + 2(y + 5), and the bracket (y + 5) is a common factor of both parts.

Taking it out gives (y + 5)(x + 2).

Check. Expanding, (y + 5)(x + 2) = xy + 2y + 5x + 10, which is the expression you started with.

8 The length of a rectangle is (x + 7) units and its breadth is (x + 2) units. Find the area as an expression, and find its value when x = 3 in two different ways.

Area as an expression.

(x + 7)(x + 2) = x(x + 2) + 7(x + 2) = x2 + 2x + 7x + 14

Collecting like terms, the area is x2 + 9x + 14 square units.

First way for x = 3. Substitute into the expression: 9 + 27 + 14 = 50 square units.

Second way for x = 3. Find the sides first. Length = 3 + 7 = 10 units and breadth = 3 + 2 = 5 units, so the area is 10 × 5 = 50 square units.

Both routes give 50, which is what the distributive law promises.

Previous-year board questions 6

Q1 Simplify: (x + 5)(x - 3) - x(x + 2) 3 marks mark

Expand the product of the two brackets first.

(x + 5)(x - 3) = x2 - 3x + 5x - 15 = x2 + 2x - 15

Next expand the second part: x(x + 2) = x2 + 2x.

Now subtract, changing the sign of every term being taken away.

x2 + 2x - 15 - x2 - 2x = -15

The letters cancel completely, so the value is -15 whatever x is.

Check with x = 2. The original is (7)(-1) - 2(4) = -7 - 8 = -15.

Q2 Using a suitable identity, find (i) 97² (ii) 64 × 56 3 marks mark

(i) Write 97 as 100 - 3 and use (a - b)2 = a2 - 2ab + b2.

972 = 10000 - 2 × 100 × 3 + 9 = 10000 - 600 + 9

So 972 = 9409.

(ii) Both numbers are 4 away from 60, so use (a + b)(a - b) = a2 - b2.

64 × 56 = (60 + 4)(60 - 4) = 3600 - 16

So 64 × 56 = 3584.

Q3 Factorise completely: 12p²q - 18pq² 2 marks mark

Deal with the numbers and the letters separately.

The HCF of 12 and 18 is 6. The letter p appears in both terms, with lowest power 1, and q appears in both terms, with lowest power 1. So the common factor is 6pq.

Dividing each term: 12p2q ÷ 6pq = 2p and 18pq2 ÷ 6pq = 3q.

Therefore 12p2q - 18pq2 = 6pq(2p - 3q).

Nothing is left to take out of the bracket, so the factorisation is complete.

Q4 A square lawn has side x metres. A path 3 metres wide is laid all around it on the outside. (a) Write the area of the whole square including the path. (b) Write the area of the path alone. (c) Find the area of the path when x = 10 metres. 5 marks mark

(a) The path adds 3 metres at each of the two opposite ends, so the outer square has side (x + 6) metres, not (x + 3).

(x + 6)2 = x2 + 12x + 36 square metres.

(b) The path is what is left after removing the lawn.

x2 + 12x + 36 - x2 = 12x + 36 square metres.

(c) Putting x = 10 gives 12 × 10 + 36 = 120 + 36 = 156 square metres.

Check. The outer square is 16 × 16 = 256 square metres and the lawn is 10 × 10 = 100 square metres, and 256 - 100 = 156 square metres.

Q5 The cost of one pen is ₹(2y + 15). Find the cost of 12 such pens, and find that cost when y = 10. 3 marks mark

Cost of 12 pens = 12 × cost of one pen.

12(2y + 15) = 12 × 2y + 12 × 15 = 24y + 180

So the cost of 12 pens is ₹(24y + 180).

When y = 10. Substituting, 24 × 10 + 180 = 240 + 180 = 420 rupees.

Check. One pen costs 2 × 10 + 15 = 35 rupees, and 12 × 35 = 420 rupees, which matches.

Q6 Show that (a + b)² - (a - b)² = 4ab, and verify it for a = 5 and b = 3. 3 marks mark

Expand each square separately.

(a + b)2 = a2 + 2ab + b2

(a - b)2 = a2 - 2ab + b2

Now subtract the second from the first, changing the sign of each term being taken away.

a2 + 2ab + b2 - a2 + 2ab - b2 = 4ab

The squared terms cancel and the two middle terms add, leaving 4ab.

Verification for a = 5, b = 3. The left side is 82 - 22 = 64 - 4 = 60, and the right side is 4 × 5 × 3 = 60.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI