>
Home About Online Training Services Hackathons Careers Contact Us
KPSC LAND SURVEYOR RECRUITMENT 2026

Multiplication Of Algebraic Expressions

Quick Recap for Aspirants (40 MCQs) | Brought to you by NRCODEAI

MULTIPLICATION OF ALGEBRAIC EXPRESSIONS

Introduction

Multiplying algebraic expressions involves multiplying both the numerical coefficients and the variables. A solid understanding of the laws of exponents (specifically $x^a \times x^b = x^{a+b}$) is required to perform these operations correctly.

Brief Overview

graph TD; Mult[Multiplication] --> Mono[Monomial x Monomial]; Mult --> Bi[Binomial x Binomial]; Bi --> FOIL[FOIL Method]; Mono --> Exponents[Add Exponents];

1. Multiplying Monomials

  • Rule: To multiply monomials, multiply the numerical coefficients together, and multiply the variables together by adding the exponents of identical bases.
  • Law of Exponents: $a^m \times a^n = a^{m+n}$.

Numerical Example:
Multiply $(3x^2y)$ by $(-4xy^3)$.
Coefficients: $3 \times -4 = -12$.
Variables ($x$): $x^2 \times x^1 = x^{2+1} = x^3$.
Variables ($y$): $y^1 \times y^3 = y^{1+3} = y^4$.
Result: $-12x^3y^4$.

MCQs - Multiplying Monomials

  1. When multiplying variables with the same base, you should:
    a) Multiply the exponents
    b) Add the exponents
    c) Subtract the exponents
    d) Divide the exponents
    Answer: b
  2. Multiply $5a$ and $3a$.
    a) $15a$
    b) $8a$
    c) $15a^2$
    d) $8a^2$
    Answer: c
  3. What is the product of $(-2x^2)$ and $(-5x^3)$?
    a) $-10x^5$
    b) $10x^5$
    c) $-10x^6$
    d) $10x^6$
    Answer: b
  4. $(2x) \times (3y) \times (4z) =$
    a) $24xyz$
    b) $9xyz$
    c) $24(x+y+z)$
    d) $24x^3$
    Answer: a
  5. Multiply $x^2$ by $x^3$:
    a) $x^6$
    b) $x^5$
    c) $2x^5$
    d) $x$
    Answer: b
  6. What is the product of $4x^2y$ and $2xy^2$?
    a) $8x^2y^2$
    b) $6x^3y^3$
    c) $8x^3y^3$
    d) $8x^2y^3$
    Answer: c
  7. Multiply $(-3a^4b)$ by $(5ab^2)$:
    a) $-15a^5b^3$
    b) $-15a^4b^2$
    c) $15a^5b^3$
    d) $-8a^5b^3$
    Answer: a
  8. When multiplying three monomials, $-x$, $2y$, and $-3z$, the result is:
    a) $6xyz$
    b) $-6xyz$
    c) $5xyz$
    d) $-5xyz$
    Answer: a
  9. Evaluate $(m^3n)(m^2n^4)$:
    a) $m^5n^5$
    b) $m^6n^4$
    c) $m^5n^4$
    d) $m^6n^5$
    Answer: a
  10. What is $(7p^2q^3) \times (-p^3q)$?
    a) $-7p^5q^4$
    b) $-7p^6q^3$
    c) $7p^5q^4$
    d) $-7p^5q^3$
    Answer: a

2. Multiplying a Monomial by a Polynomial

  • Rule (Distributive Property): To multiply a polynomial by a monomial, multiply every term inside the polynomial by the monomial outside.
  • $a(b + c) = a \cdot b + a \cdot c$.

Numerical Example:
Multiply $2x$ by $(3x^2 - 5x + 4)$.
$= (2x)(3x^2) - (2x)(5x) + (2x)(4)$
$= 6x^3 - 10x^2 + 8x$.

MCQs - Multiplying a Monomial by a Polynomial

  1. The property used to multiply a monomial by a polynomial is the:
    a) Commutative property
    b) Associative property
    c) Distributive property
    d) Transitive property
    Answer: c
  2. Expand: $3(x + 4)$.
    a) $3x + 4$
    b) $x + 12$
    c) $3x + 12$
    d) $12x$
    Answer: c
  3. Multiply $-x(x^2 - x)$.
    a) $-x^3 - x^2$
    b) $-x^3 + x^2$
    c) $x^3 - x^2$
    d) $x^3 + x^2$
    Answer: b
  4. $5y(2y^2 + 3) =$
    a) $10y^3 + 3$
    b) $10y^2 + 15y$
    c) $10y^3 + 15y$
    d) $7y^3 + 8y$
    Answer: c
  5. If the area of a rectangle is length $\times$ width, find the area if length is $2x$ and width is $(x+3)$.
    a) $3x+3$
    b) $2x^2 + 6x$
    c) $2x^2 + 3$
    d) $2x^2 + 5x$
    Answer: b
  6. Multiply $-2a(3a - 4b)$:
    a) $-6a^2 - 8ab$
    b) $-6a^2 + 8ab$
    c) $6a^2 - 8ab$
    d) $-6a^2 - 4b$
    Answer: b
  7. Expand $4xy(x - y + 2)$:
    a) $4x^2y - 4xy^2 + 8xy$
    b) $4x^2y - 4xy^2 + 2$
    c) $4x^2y - xy + 2$
    d) $4xy^2 - 4x^2y + 8xy$
    Answer: a
  8. The product of $5m^2$ and $(2m^2 - 3m + 1)$ is:
    a) $10m^4 - 15m^3 + 5m^2$
    b) $10m^4 - 15m^2 + 1$
    c) $10m^2 - 15m + 5$
    d) $10m^4 - 3m + 1$
    Answer: a
  9. Multiply $\frac{1}{2}x(4x^2 - 6x)$:
    a) $2x^3 - 3x^2$
    b) $2x^3 - 6x$
    c) $4x^3 - 3x^2$
    d) $2x^2 - 3x$
    Answer: a
  10. Find the product: $-p^2(p^3 - 2p + 5)$:
    a) $-p^5 + 2p^3 - 5p^2$
    b) $-p^6 + 2p^2 - 5$
    c) $-p^5 - 2p^3 + 5p^2$
    d) $p^5 - 2p^3 + 5p^2$
    Answer: a

3. Multiplying a Polynomial by a Polynomial

  • Rule: Multiply each term of the first polynomial by each term of the second polynomial, then combine like terms.
  • FOIL Method (for Binomial $\times$ Binomial): First, Outside, Inside, Last.
    $(a+b)(c+d) = ac + ad + bc + bd$.

Numerical Example:
Multiply $(2x + 3)(x - 4)$.
First: $(2x)(x) = 2x^2$
Outside: $(2x)(-4) = -8x$
Inside: $(3)(x) = 3x$
Last: $(3)(-4) = -12$
Combine: $2x^2 - 8x + 3x - 12 = 2x^2 - 5x - 12$.

MCQs - Multiplying a Polynomial by a Polynomial

  1. The FOIL method is a mnemonic for multiplying:
    a) Two monomials
    b) A monomial and a binomial
    c) Two binomials
    d) Three polynomials
    Answer: c
  2. Expand $(x+2)(x+3)$.
    a) $x^2 + 5x + 6$
    b) $x^2 + 6x + 5$
    c) $2x + 5$
    d) $x^2 + 6$
    Answer: a
  3. Multiply $(2x - 1)(x + 5)$.
    a) $2x^2 - 5$
    b) $2x^2 + 9x - 5$
    c) $2x^2 + 11x - 5$
    d) $2x^2 + 10x - 5$
    Answer: b ($2x^2 + 10x - 1x - 5$)
  4. When multiplying a binomial (2 terms) by a trinomial (3 terms) before simplifying, you will generate how many terms?
    a) 5
    b) 6
    c) 9
    d) 2
    Answer: b ($2 \times 3 = 6$)
  5. Expand $(x-y)(x-y)$.
    a) $x^2 - y^2$
    b) $x^2 + y^2$
    c) $x^2 - 2xy + y^2$
    d) $x^2 + 2xy + y^2$
    Answer: c
  6. Multiply $(3a + 2)(a - 4)$:
    a) $3a^2 - 10a - 8$
    b) $3a^2 - 12a - 8$
    c) $3a^2 + 10a - 8$
    d) $3a^2 - 8$
    Answer: a
  7. Expand $(m - 5)(m + 5)$:
    a) $m^2 - 25$
    b) $m^2 + 25$
    c) $m^2 - 10m + 25$
    d) $m^2 - 10m - 25$
    Answer: a
  8. What is the product of $(x + 4)(x^2 - 3x + 2)$?
    a) $x^3 + x^2 - 10x + 8$
    b) $x^3 - 3x^2 + 8$
    c) $x^3 + 4x^2 - 12x + 8$
    d) $x^3 + x^2 - 12x + 8$
    Answer: a
  9. Multiply $(2y - 1)(3y^2 + 2y - 5)$:
    a) $6y^3 + y^2 - 12y + 5$
    b) $6y^3 - y^2 - 12y + 5$
    c) $6y^3 + y^2 + 12y - 5$
    d) $6y^3 + 4y^2 - 10y + 5$
    Answer: a
  10. Using FOIL on $(5x - 2)(2x - 3)$ gives:
    a) $10x^2 - 19x + 6$
    b) $10x^2 - 15x - 6$
    c) $10x^2 - 19x - 6$
    d) $10x^2 - 4x + 6$
    Answer: a

4. Standard Algebraic Identities

  • Identities are equations that are true for all values of the variables. They act as shortcuts for multiplication.
  • Identity 1 (Square of a sum): $(a+b)^2 = a^2 + 2ab + b^2$
  • Identity 2 (Square of a difference): $(a-b)^2 = a^2 - 2ab + b^2$
  • Identity 3 (Difference of squares): $(a+b)(a-b) = a^2 - b^2$
  • Identity 4: $(x+a)(x+b) = x^2 + (a+b)x + ab$

Numerical Example:
Expand $(3x - 5y)^2$ using Identity 2.
$a = 3x$, $b = 5y$.
$= (3x)^2 - 2(3x)(5y) + (5y)^2$
$= 9x^2 - 30xy + 25y^2$.

MCQs - Standard Algebraic Identities

  1. Which identity represents the difference of squares?
    a) $(a+b)^2$
    b) $(a-b)^2$
    c) $(a+b)(a-b)$
    d) $(x+a)(x+b)$
    Answer: c
  2. Expand $(x+5)^2$ using the standard identity.
    a) $x^2 + 25$
    b) $x^2 + 5x + 25$
    c) $x^2 + 10x + 25$
    d) $2x + 10$
    Answer: c
  3. Calculate $(102) \times (98)$ rapidly using an identity.
    a) $(100+2)^2$
    b) $(100-2)^2$
    c) $(100+2)(100-2) = 100^2 - 2^2 = 10000 - 4 = 9996$
    d) $10200 - 98$
    Answer: c
  4. The expansion of $(2a - 3b)^2$ results in:
    a) $4a^2 - 9b^2$
    b) $4a^2 - 12ab + 9b^2$
    c) $4a^2 + 12ab + 9b^2$
    d) $2a^2 - 6ab + 3b^2$
    Answer: b
  5. Using $(x+a)(x+b)$, expand $(x+4)(x+7)$.
    a) $x^2 + 28$
    b) $x^2 + 11x + 28$
    c) $2x + 11$
    d) $x^2 + 3x + 28$
    Answer: b
  6. Expand $(5x + 2y)^2$ using the square of a sum identity:
    a) $25x^2 + 4y^2$
    b) $25x^2 + 20xy + 4y^2$
    c) $25x^2 + 10xy + 4y^2$
    d) $10x^2 + 4xy + 4y^2$
    Answer: b
  7. Which expression is equivalent to $(7m - 3n)^2$?
    a) $49m^2 - 21mn + 9n^2$
    b) $49m^2 - 9n^2$
    c) $49m^2 - 42mn + 9n^2$
    d) $49m^2 + 42mn + 9n^2$
    Answer: c
  8. Evaluate $99^2$ using the identity $(a-b)^2$:
    a) $9801$
    b) $9901$
    c) $9891$
    d) $10001$
    Answer: a
  9. What is the expanded form of $(4p + 5q)(4p - 5q)$?
    a) $16p^2 + 25q^2$
    b) $16p^2 - 40pq + 25q^2$
    c) $16p^2 - 25q^2$
    d) $8p - 10q$
    Answer: c
  10. Use an identity to evaluate $105 \times 95$:
    a) $9975$
    b) $9925$
    c) $10025$
    d) $9875$
    Answer: a

Fun Facts about Algebraic Expressions!

  • FOIL Origin: The "FOIL" method was first explicitly named in a 1924 algebra textbook by William Betz, making it a 100-year-old teaching trick!
  • Pascal's Triangle: The coefficients for expanding powers of binomials like $(a+b)^n$ follow a beautiful pattern known as Pascal's Triangle.
  • Identity Power: Algebraic identities were heavily used by engineers in the pre-calculator era to do massive multiplications rapidly in their heads!

Want to master technology and secure your future?

Explore NRCODEAI Programs