Distributivity and Algebra | FIO

Question 14

Verify which of the following statements are true.

(i) (k+1)(k+2)(k+3)(k + 1) (k + 2) - (k + 3) is always 2.

(ii) (2q+1)(2q3)(2q + 1) (2q - 3) is a multiple of 4.

(iii) Squares of even numbers are multiples of 4, and squares of odd numbers are 1 more than multiples of 8.

(iv) (6n+2)2(4n+3)2(6n + 2)^2 - (4n + 3)^2 is 5 less than a square number.

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution

We will simplify each algebraic expression. Then we will check if the simplified form matches the given condition.

Step 1 — Checking statement (i)

Statement (i) is about an algebraic expression. Let us expand the given expression. The expression is (k+1)(k+2)(k+3)(k + 1) (k + 2) - (k + 3).

(k+1)(k+2)(k+3)(k + 1) (k + 2) - (k + 3)

=(k2+2k+k+2)(k+3)= (k^2 + 2k + k + 2) - (k + 3)

=(k2+3k+2)k3= (k^2 + 3k + 2) - k - 3

=k2+3k+2k3= k^2 + 3k + 2 - k - 3

=k2+2k1= k^2 + 2k - 1

This expression is k2+2k1k^2 + 2k - 1. The statement says it is always 2. Let us test with a value for kk. If k=0k = 0, the expression is 02+2(0)1=10^2 + 2(0) - 1 = \mathbf{-1}. Since 1\mathbf{-1} is not equal to 2, the statement is false.

Statement (i) is False\boxed{\text{Statement (i) is False}}

Step 2 — Checking statement (ii)

Statement (ii) is about a multiple of 4. Let us expand the given expression. The expression is (2q+1)(2q3)(2q + 1) (2q - 3).

(2q+1)(2q3)(2q + 1) (2q - 3)

=(2q)(2q)+(2q)(3)+(1)(2q)+(1)(3)= (2q)(2q) + (2q)(-3) + (1)(2q) + (1)(-3)

=4q26q+2q3= 4q^2 - 6q + 2q - 3

=4q24q3= 4q^2 - 4q - 3

We can factor out 4 from the first two terms. =4(q2q)3= 4(q^2 - q) - 3

Let m=q2qm = q^2 - q. mm is an integer if qq is an integer. The expression is 4m34m - 3. This means the expression is 3 less than a multiple of 4. A multiple of 4 must be of the form 4m4m. Since 4m34m - 3 is not of the form 4m4m, it is never a multiple of 4. Let us test with a value for qq. If q=1q = 1, the expression is (2(1)+1)(2(1)3)=(3)(1)=3(2(1) + 1)(2(1) - 3) = (3)(-1) = \mathbf{-3}. 3\mathbf{-3} is not a multiple of 4. So, the statement is false.

Statement (ii) is False\boxed{\text{Statement (ii) is False}}

Step 3 — Checking statement (iii)

Statement (iii) has two parts. Part 1: Squares of even numbers are multiples of 4. Let an even number be 2n2n. Here, nn is an integer. Let us find its square.

(2n)2(2n)^2

=4n2= 4n^2

Since n2n^2 is an integer, 4n24n^2 is a multiple of 4. So, the first part of the statement is true.

Part 2: Squares of odd numbers are 1 more than multiples of 8. Let an odd number be 2n+12n + 1. Here, nn is an integer. Let us find its square.

(2n+1)2(2n + 1)^2

=(2n)2+2(2n)(1)+12= (2n)^2 + 2(2n)(1) + 1^2

=4n2+4n+1= 4n^2 + 4n + 1

We can factor out 4n4n from the first two terms. =4n(n+1)+1= 4n(n + 1) + 1

Now, consider the term n(n+1)n(n + 1). This is the product of two consecutive integers. One of these integers must be even. So, n(n+1)n(n + 1) is always an even number. Let n(n+1)=2mn(n + 1) = 2m. Here, mm is an integer. Substitute 2m2m into the expression.

4n(n+1)+14n(n + 1) + 1

=4(2m)+1= 4(2m) + 1

=8m+1= 8m + 1

This means the square of an odd number is 1 more than a multiple of 8. So, the second part of the statement is also true. Since both parts are true, the entire statement (iii) is true.

Statement (iii) is True\boxed{\text{Statement (iii) is True}}

Step 4 — Checking statement (iv)

Statement (iv) compares an expression to a square number. Let us simplify the given expression. The expression is (6n+2)2(4n+3)2(6n + 2)^2 - (4n + 3)^2. We use the identity a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b). Let a=6n+2a = 6n + 2 and b=4n+3b = 4n + 3.

(6n+2)2(4n+3)2(6n + 2)^2 - (4n + 3)^2

=((6n+2)(4n+3))((6n+2)+(4n+3))= ((6n + 2) - (4n + 3)) ((6n + 2) + (4n + 3))

=(6n+24n3)(6n+2+4n+3)= (6n + 2 - 4n - 3) (6n + 2 + 4n + 3)

=(2n1)(10n+5)= (2n - 1) (10n + 5)

We can factor out 5 from the second bracket. =(2n1)5(2n+1)= (2n - 1) \cdot 5(2n + 1)

=5(2n1)(2n+1)= 5 (2n - 1)(2n + 1)

Now, we use the identity (xy)(x+y)=x2y2(x - y)(x + y) = x^2 - y^2. Here, x=2nx = 2n and y=1y = 1. =5((2n)212)= 5 ((2n)^2 - 1^2)

=5(4n21)= 5 (4n^2 - 1)

=20n25= 20n^2 - 5

The statement says this expression is 5 less than a square number. This means 20n25=X2520n^2 - 5 = X^2 - 5 for some integer XX. If this is true, then 20n2=X220n^2 = X^2. For X2X^2 to be equal to 20n220n^2, 20n220n^2 must be a perfect square. 20n2=(4×5)n2=4×5×n220n^2 = (4 \times 5)n^2 = 4 \times 5 \times n^2. For this to be a perfect square, 5×n25 \times n^2 must be a perfect square. This is only true if nn is a multiple of 5\sqrt{5} (not an integer) or if n=0n = 0. Let us test with n=1n = 1. The expression is 20(1)25=1520(1)^2 - 5 = \mathbf{15}. Is 15\mathbf{15} five less than a square number? If X25=15X^2 - 5 = 15, then X2=20X^2 = 20. 20\mathbf{20} is not a perfect square. So, the statement is not always true. It is false.

Statement (iv) is False\boxed{\text{Statement (iv) is False}}

Answer

(i) False (ii) False (iii) True (iv) False

More questions in FIO

Q1

Observe the multiplication grid below. Each number inside the grid is formed by multiplying two numbers. If the middle number of a 3×33 \times 3 frame is given by the expression pqpq, as shown in the figure, write the expressions for the other numbers in the grid.

Q2

Expand the following products.

(i) (3+u)(v3)(3 + u) (v - 3)

(ii) 23(15+6a)\frac{2}{3} (15 + 6a)

(iii) (10a+b)(10c+d)(10a + b) (10c + d)

(iv) (3x)(x6)(3 - x) (x - 6)

(v) (5a+b)(c+d)(-5a + b) (c + d)

(vi) (5+z)(y+9)(5 + z) (y + 9)

Q3

Find 3 examples where the product of two numbers remains unchanged when one of them is increased by 2 and the other is decreased by 4.

Q4

Expand:

(i) (a+ab3b2)(4+b)(a + ab - 3b^2) (4 + b)

(ii) (4y+7)(y+11z3)(4y + 7) (y + 11z - 3)

Q5

Expand:

(i) (ab)(a+b)(a - b) (a + b)

(ii) (ab)(a2+ab+b2)(a - b) (a^2 + ab + b^2)

(iii) (ab)(a3+a2b+ab2+b3)(a - b)(a^3 + a^2b + ab^2 + b^3)

Do you see a pattern? What would be the next identity in the pattern that you see? Can you check it by expanding?

Q6

Which is greater: (ab)2(a - b)^2 or (ba)2(b - a)^2? Justify your answer.

Q7

Express 100 as the difference of two squares.

Q8

Find 4062406^2, 72272^2, 1452145^2, 109721097^2, and 1242124^2 using the identities you have learnt so far.

Q9

Do Patterns 1 and 2 hold only for counting numbers? Do they hold for negative integers as well? What about fractions? Justify your answer.

Q10

Compute these products using the suggested identity.

(i) 46246^2 using Identity 1A for (a+b)2(a + b)^2

(ii) 397×403397 \times 403 using Identity 1C for (a+b)(ab)(a + b)(a - b)

(iii) 91291^2 using Identity 1B for (ab)2(a - b)^2

(iv) 43×4543 \times 45 using Identity 1C for (a+b)(ab)(a + b)(a - b)

Q11

Use either a suitable identity or the distributive property to find each of the following products.

(i) (p1)(p+11)(p - 1)(p + 11)

(ii) (3a9b)(3a+9b)(3a - 9b)(3a + 9b)

(iii) (2y+5)(3y+4)-(2y + 5)(3y + 4)

(iv) (6x+5y)2(6x + 5y)^2

(v) (2x12)2(2x - \frac{1}{2})^2

(vi) (7p)×(3r)×(p+2)(7p) \times (3r) \times (p + 2)

Q12

For each statement identify the appropriate algebraic expression(s).

(i) Two more than a square number.

2+s(s+2)2s2+2s2+42s222s2 + s \qquad (s + 2)^2 \qquad s^2 + 2 \qquad s^2 + 4 \qquad 2s^2 \qquad 2^2s

(ii) The sum of the squares of two consecutive numbers

m2+n2(m+n)2m2+1m2+(m+1)2m^2 + n^2 \qquad (m + n)^2 \qquad m^2 + 1 \qquad m^2 + (m + 1)^2 m2+(m1)2(m+(m+1))2(2m)2+(2m+1)2m^2 + (m - 1)^2 \qquad (m + (m + 1))^2 \qquad (2m)^2 + (2m + 1)^2

Q13

Consider any 2 by 2 square of numbers in a calendar, as shown in the figure.

Find products of numbers lying along each diagonal — 4×12=484 \times 12 = 48, 5×11=555 \times 11 = 55. Do this for the other 2 by 2 squares. What do you observe about the diagonal products? Explain why this happens.

Hint: Label the numbers in each 2 by 2 square as shown in the diagram.

Q14

Verify which of the following statements are true.

(i) (k+1)(k+2)(k+3)(k + 1) (k + 2) - (k + 3) is always 2.

(ii) (2q+1)(2q3)(2q + 1) (2q - 3) is a multiple of 4.

(iii) Squares of even numbers are multiples of 4, and squares of odd numbers are 1 more than multiples of 8.

(iv) (6n+2)2(4n+3)2(6n + 2)^2 - (4n + 3)^2 is 5 less than a square number.

Q15

A number leaves a remainder of 3 when divided by 7, and another number leaves a remainder of 5 when divided by 7. What is the remainder when their sum, difference, and product are divided by 7?

Q16

Choose three consecutive numbers, square the middle one, and subtract the product of the other two. Repeat the same with other sets of numbers. What pattern do you notice? How do we write this as an algebraic equation? Expand both sides of the equation to check that it is a true identity.

Q17

What is the algebraic expression describing the following steps—add any two numbers. Multiply this by half of the sum of the two numbers? Prove that this result will be half of the square of the sum of the two numbers.

Q18

Which is larger? Find out without fully computing the product.

(i) 14×2614 \times 26 or 16×2416 \times 24

(ii) 25×7525 \times 75 or 26×7426 \times 74

Q19

A tiny park is coming up in Dhauli. The plan is shown in the figure. The two square plots, each of area g2g^2 sq. ft., will have a green cover. All the remaining area is a walking path ww ft. wide that needs to be tiled. Write an expression for the area that needs to be tiled.

Q20

For each pattern shown below,

(i) Draw the next figure in the sequence. (ii) How many basic units are there in Step 10? (iii) Write an expression to describe the number of basic units in Step y.

← Back to Distributivity and Algebra