Chapter 6 · Class 8 CBSE · MCQ Test

Algebraic Expressions & Identities MCQ Test — Class 8 CBSE

Practice 10 multiple-choice questions with instant answer reveal and explanations.

Algebraic Expressions & Identities — MCQ Questions

1Ravi identified the terms in the expression 5xy - 3y + 7xz as 5xy, 3y, and 7xz. He stated that the coefficient of y in -3y is 3. What error did Ravi make?

A.He incorrectly identified the terms.
B.He incorrectly identified the coefficient of y.
C.Both A and B are incorrect.
D.Ravi made no error.
Show Answer+

Answer: He incorrectly identified the coefficient of y.

Hint: Remember that the coefficient includes the sign associated with the variable term.

Solution:

The terms in the expression 5xy - 3y + 7xz are 5xy, -3y, and 7xz. Ravi correctly identified these terms (ignoring the sign for 3y in his list, but implicitly including it in the original expression).

The coefficient is the numerical factor of a term. For the term -3y, the numerical factor is -3, not 3. Ravi made an error in identifying the coefficient of y.

2Which of the following statements about algebraic expressions is TRUE?

A.4x - 5y + 3 is a monomial.
B.7p²q is a binomial.
C.x² + y² is a binomial.
D.A polynomial can have terms with negative exponents.
Show Answer+

Answer: x² + y² is a binomial.

Hint: Recall the definitions of monomial, binomial, and polynomial based on the number of terms and the nature of exponents.

Solution:

A monomial has one term. 4x - 5y + 3 has three terms, so it's a trinomial, not a monomial.

A binomial has two terms. 7p²q has only one term, so it's a monomial, not a binomial.

x² + y² has two terms (x² and y²), making it a binomial. This statement is TRUE.

A polynomial cannot have terms with negative exponents or fractional exponents. These would make it not a polynomial.

3A student simplified (7x - 4y) - (3x - 2y) as 7x - 4y - 3x - 2y. What mistake did the student make?

A.Incorrectly combining x terms.
B.Incorrectly combining y terms.
C.Incorrectly distributing the negative sign.
D.There is no mistake.
Show Answer+

Answer: Incorrectly distributing the negative sign.

Hint: When removing parentheses preceded by a minus sign, remember to change the sign of every term inside the parentheses.

Solution:

The original expression is (7x - 4y) - (3x - 2y).

When removing the parentheses from the second expression, the negative sign must be distributed to both terms inside: -(3x - 2y) becomes -3x + 2y.

The student wrote 7x - 4y - 3x - 2y, which shows that they incorrectly changed -2y to -2y instead of +2y. This is an incorrect distribution of the negative sign.

The correct simplification would be 7x - 4y - 3x + 2y = (7x - 3x) + (-4y + 2y) = 4x - 2y.

4When multiplying a monomial by a polynomial, which property is primarily used?

A.Commutative property
B.Associative property
C.Distributive property
D.Identity property
Show Answer+

Answer: Distributive property

Hint: Consider how a term outside a parenthesis multiplies each term inside the parenthesis.

Solution:

The Distributive Property states that a × (b + c) = (a × b) + (a × c).

When multiplying a monomial (like 'a') by a polynomial (like 'b + c'), the monomial is distributed to each term of the polynomial.

For example, 2x(3x + 5) = (2x × 3x) + (2x × 5) = 6x² + 10x. This demonstrates the distributive property.

5To multiply (a + b) by (c + d), which expression correctly shows the first step of the multiplication process?

A.a(c + d) + b(c + d)
B.(a × c) + b + d
C.(a + b)c + d
D.a × c + b × d
Show Answer+

Answer: a(c + d) + b(c + d)

Hint: Remember that each term of the first binomial must multiply the entire second binomial.

Solution:

When multiplying two binomials, (a + b) and (c + d), you take each term from the first binomial and multiply it by the entire second binomial.

So, the term 'a' from the first binomial multiplies (c + d), giving a(c + d).

And the term 'b' from the first binomial also multiplies (c + d), giving b(c + d).

These two results are then added together: a(c + d) + b(c + d).

6An algebraic identity is a statement that is true for:

A.Only specific values of the variables.
B.All real values of the variables.
C.No values of the variables.
D.Only integer values of the variables.
Show Answer+

Answer: All real values of the variables.

Hint: Think about how an identity differs from a typical equation where you solve for specific values.

Solution:

An equation is a statement of equality between two expressions that holds true for some specific values of the variables.

An identity, on the other hand, is an equality that is true for all possible values of the variables involved, as long as both sides of the equality are defined.

For example, (x + y)² = x² + 2xy + y² is an identity because it holds true no matter what real numbers you substitute for x and y.

7A student tried to expand (2x + 3y)². They wrote it as (2x)² + (3y)². What crucial term did they miss or incorrectly apply?

A.The product term 2ab.
B.The square of the first term.
C.The square of the second term.
D.They should have subtracted the terms.
Show Answer+

Answer: The product term 2ab.

Hint: Recall the standard algebraic identity for (a + b)².

Solution:

The algebraic identity for (a + b)² is a² + 2ab + b².

In the given expression (2x + 3y)², 'a' is 2x and 'b' is 3y.

Applying the identity, it should be (2x)² + 2(2x)(3y) + (3y)².

The student only wrote (2x)² + (3y)², completely missing the middle term, which is 2ab or 2(2x)(3y) = 12xy.

8Which of the following expressions correctly represents the expansion of (5p - 2q)² using the identity (a - b)² = a² - 2ab + b²?

A.25p² - 4q²
B.25p² + 4q²
C.25p² - 20pq + 4q²
D.25p² + 20pq + 4q²
Show Answer+

Answer: 25p² - 20pq + 4q²

Hint: Carefully substitute 'a' and 'b' from the given expression into the identity (a - b)² = a² - 2ab + b².

Solution:

Given the expression (5p - 2q)² and the identity (a - b)² = a² - 2ab + b².

Here, a = 5p and b = 2q.

Substitute these values into the identity: (5p)² - 2(5p)(2q) + (2q)².

Calculate each part: (5p)² = 25p², 2(5p)(2q) = 20pq, and (2q)² = 4q². So the expansion is 25p² - 20pq + 4q².

9The expression x² + 10x + 25 is the expansion of which of the following binomials?

A.(x + 5)²
B.(x - 5)²
C.(x + 10)²
D.(x + 5)(x + 2)
Show Answer+

Answer: (x + 5)²

Hint: Look for a pattern that matches one of the standard identities like (a + b)² or (a - b)².

Solution:

The given expression is x² + 10x + 25. This looks like a perfect square trinomial, which follows the identity a² + 2ab + b².

Compare x² + 10x + 25 with a² + 2ab + b²:

We can see that a² = x², so a = x.

We can see that b² = 25, so b = 5.

Now check the middle term: 2ab = 2(x)(5) = 10x. This matches the middle term of the given expression.

Therefore, x² + 10x + 25 is the expansion of (x + 5)².

10A rectangular garden has a length of (3x + 2) units and a width of (2x - 1) units. What is the expression for its perimeter?

A.(6x² + x - 2) units
B.(5x + 1) units
C.(10x + 2) units
D.(10x + 6) units
Show Answer+

Answer: (10x + 2) units

Hint: Remember the formula for the perimeter of a rectangle: P = 2 × (length + width).

Solution:

The formula for the perimeter of a rectangle is P = 2 × (length + width).

Given length (L) = (3x + 2) units and width (W) = (2x - 1) units.

First, find the sum of length and width: L + W = (3x + 2) + (2x - 1).

Combine like terms: (3x + 2x) + (2 - 1) = 5x + 1.

Now, multiply the sum by 2 for the perimeter: P = 2 × (5x + 1) = 10x + 2.

Want more questions?

Practice 60+ questions with AI-powered doubt clearing and step-by-step solutions.

Practice More

Tips for Algebraic Expressions & Identities MCQs

  • 1Read each question carefully and identify what is being asked before looking at the options.
  • 2Try to solve the problem mentally or on paper first, then match your answer with the options.
  • 3Use elimination — rule out clearly wrong options to improve your chances even when unsure.
  • 4Check units, signs, and edge cases — these are common traps in Algebraic Expressions & Identities MCQs.
  • 5Review your mistakes after completing the test to build lasting understanding.

Master Algebraic Expressions & Identities on SparkEd

Go beyond MCQs. Practice at three difficulty levels with instant feedback, solutions, and an AI coach to clear every doubt.

Start Practising

SparkEd Maths offers free MCQ tests for Class 1-10 across 7 education boards. All questions are aligned to the 2025-26 syllabus with step-by-step solutions and AI-powered doubt clearing.