By the end of this chapter you'll be able to…

  • 1Identify terms, coefficients, and factors of an algebraic expression
  • 2Distinguish like terms from unlike terms
  • 3Classify expressions as monomial, binomial, or trinomial
  • 4Add and subtract algebraic expressions by combining like terms
  • 5Find the value of an expression by substituting given values
💡
Why this chapter matters
Algebraic expressions are the language of mathematics. From simple formulas to complex equations, understanding how to manipulate expressions is essential. This chapter is the foundation for Class 8 factorisation, algebraic identities, and all later algebra.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Algebraic Expressions - Class 7 Mathematics (CBSE)

Based on the 2025-26 NCERT syllabus for Class 7 Mathematics. This chapter introduces the formal language of algebra including terms, coefficients, operations on expressions, and evaluating expressions.


1. Why this chapter matters

Algebraic expressions are the language of mathematics. From simple formulas to complex equations, understanding how to manipulate expressions is essential. In CBSE exams, this chapter contributes 6-8 marks and is the foundation for Class 8 Factorisation and algebraic identities.

2. Variables and constants

Variable

A variable is a symbol (usually a letter) that can take different values. Examples: x, y, a, b, p, q.

Constant

A constant has a fixed value. Examples: 5, -3, 2/5, 0.7.

3. Terms of an algebraic expression

A term is a product of constants and variables separated by + or - signs.

Expression: 3x + 5y - 7z + 2 has four terms: 3x, 5y, -7z, 2.

Coefficient

The numerical factor of a term is called its coefficient.

  • In 3x, coefficient of x is 3.
  • In -7y, coefficient of y is -7.
  • In z, coefficient of z is 1 (understood).
  • In -xy, coefficient of xy is -1.

Factors of a term

Each term is a product of its factors. Term 5xy has factors: 5, x, and y.

4. Like and unlike terms

Like terms

Terms having the same variable factors (same variables with same exponents). Example: 3x and -7x are like terms. 4xy and 9xy are like terms.

Unlike terms

Terms with different variable factors. Example: 3x and 4y are unlike. 5x and 5x-squared are unlike.

Why it matters

Only like terms can be added or subtracted.

5. Types of algebraic expressions

TypeDefinitionExample
MonomialOne term5x, -3y, 7
BinomialTwo terms2x + 3, 5a - 4b
TrinomialThree termsx + y + z, a - 2b + 3c
PolynomialOne or more termsAny of the above

6. Addition and subtraction of expressions

Adding algebraic expressions

Add the coefficients of like terms. Keep unlike terms as they are.

(3x + 5y - 2) + (7x - 3y + 8) = (3x + 7x) + (5y - 3y) + (-2 + 8) = 10x + 2y + 6

Subtracting algebraic expressions

Subtract the coefficients of like terms.

(8x + 3y - 5) - (3x - 2y + 7) = 8x + 3y - 5 - 3x + 2y - 7 = (8x - 3x) + (3y + 2y) + (-5 - 7) = 5x + 5y - 12

Important rule

When subtracting, change the sign of each term of the expression being subtracted, then add.

7. Finding the value of an expression

To find the value of an expression, substitute the given values for the variables, then simplify using BODMAS.

Example: Evaluate 3x + 5y - 2 when x = 2 and y = -1.

3(2) + 5(-1) - 2 = 6 - 5 - 2 = -1.

Example: Evaluate a-squared + 2ab + b-squared when a = 3 and b = -2.

(3)squared + 2(3)(-2) + (-2)squared = 9 - 12 + 4 = 1.

8. Worked examples

Example 1: Identify the terms and coefficients in 2x-squared - 3xy + 7y - 5.

TermCoefficientVariable part
2x-squared2x-squared
-3xy-3xy
7y7y
-5-5(constant)

Example 2: Add 4a - 3b + 7 and -2a + 5b - 3.

(4a - 2a) + (-3b + 5b) + (7 - 3) = 2a + 2b + 4.

Example 3: Subtract 2x - 4y + 5 from 7x - y - 3.

(7x - y - 3) - (2x - 4y + 5) = 7x - y - 3 - 2x + 4y - 5 = (7x - 2x) + (-y + 4y) + (-3 - 5) = 5x + 3y - 8.

Example 4: Find the value of 2x-squared - 3x + 5 when x = -2.

2(-2)squared - 3(-2) + 5 = 2(4) + 6 + 5 = 8 + 6 + 5 = 19.

9. Common mistakes and how to fix them

MistakeFix
Adding unlike terms (e.g., 3x + 2y = 5xy)Only add coefficients of LIKE terms
Forgetting sign change during subtractionChange every sign in the subtracted expression
Confusing term and coefficientCoefficient is the number multiplied by the variable part
Considering 5x and 5x-squared as likeThey have different exponents; they are unlike
Substituting without bracketsUse brackets when substituting negative values

10. CBSE exam focus

Question typeMarksFrequency
Identify terms and coefficients2 marks1 question
Like/unlike terms identification2 marks1 question
Addition of expressions2-3 marks1 question
Subtraction of expressions2-3 marks1 question
Find value of expression3 marks1 question

11. Self-test

  1. Write the terms and coefficients of: 3x-squared - 5xy + 2y - 8.
  2. Add: (5m - 3n + 2) + (-2m + 7n - 5).
  3. Subtract: (9p - 4q + 6) - (3p + 2q - 5).
  4. Find the value of 2a + 3b - 4c when a = 5, b = -2, c = 1.
  5. Evaluate: x-squared - 3x + 2 when x = -1.
  6. Simplify: (3x + 2y - z) - (5x - 3y + 2z) + (x + y + z).

12. Answer key

  1. Terms: 3x-squared (coeff 3), -5xy (coeff -5), 2y (coeff 2), -8 (constant).
  2. (5m - 2m) + (-3n + 7n) + (2 - 5) = 3m + 4n - 3.
  3. 9p - 4q + 6 - 3p - 2q + 5 = (9p - 3p) + (-4q - 2q) + (6 + 5) = 6p - 6q + 11.
  4. 2(5) + 3(-2) - 4(1) = 10 - 6 - 4 = 0.
  5. (-1)squared - 3(-1) + 2 = 1 + 3 + 2 = 6.
  6. 3x + 2y - z - 5x + 3y - 2z + x + y + z = (3x - 5x + x) + (2y + 3y + y) + (-z - 2z + z) = -x + 6y - 2z.

13. Quick revision

  • Term = constant x (product of variables).
  • Coefficient = the numerical factor of a term.
  • Like terms have identical variable parts.
  • Only like terms can be added or subtracted.
  • Subtraction: change all signs of the subtracted expression.
  • To find value, substitute and apply BODMAS.
  • Monomial = 1 term, binomial = 2 terms, trinomial = 3 terms.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Term and coefficient
A term is a product of constants and variables; the coefficient is its numerical factor.
In -7y, the coefficient of y is -7; in z, the coefficient is 1.
Combining like terms
Only like terms (same variable part) can be added or subtracted by adding their coefficients.
3x + 7x = 10x, but 3x + 2y stays as 3x + 2y.
Subtraction rule
Change the sign of every term being subtracted, then add.
(7x - y) - (2x - 4y) = 7x - y - 2x + 4y = 5x + 3y.
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Adding unlike terms (e.g. 3x + 2y = 5xy)
Only the coefficients of LIKE terms can be added. Unlike terms stay separate.
WATCH OUT
Forgetting the sign change during subtraction
Change the sign of EVERY term in the expression being subtracted before adding.
WATCH OUT
Treating 5x and 5x-squared as like terms
They have different exponents, so they are unlike terms and cannot be combined.
WATCH OUT
Substituting negative values without brackets
Always use brackets when substituting negatives, e.g. 2(-2)^2 = 2 x 4 = 8.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Identify
Write the terms and coefficients of: 3x^2 - 5xy + 2y - 8.
Show solution
Terms: 3x^2 (coefficient 3), -5xy (coefficient -5), 2y (coefficient 2), -8 (constant).
Q2EASY· Add
Add: (5m - 3n + 2) + (-2m + 7n - 5).
Show solution
(5m - 2m) + (-3n + 7n) + (2 - 5) = 3m + 4n - 3.
Q3MEDIUM· Subtract
Subtract: (9p - 4q + 6) - (3p + 2q - 5).
Show solution
9p - 4q + 6 - 3p - 2q + 5 = (9p - 3p) + (-4q - 2q) + (6 + 5) = 6p - 6q + 11.
Q4MEDIUM· Evaluate
Find the value of 2a + 3b - 4c when a = 5, b = -2, c = 1.
Show solution
2(5) + 3(-2) - 4(1) = 10 - 6 - 4 = 0.
Q5HARD· Simplify
Simplify: (3x + 2y - z) - (5x - 3y + 2z) + (x + y + z).
Show solution
3x + 2y - z - 5x + 3y - 2z + x + y + z = (3x - 5x + x) + (2y + 3y + y) + (-z - 2z + z) = -x + 6y - 2z.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • A term is a constant times a product of variables; the coefficient is its numerical factor.
  • Like terms have identical variable parts; only like terms can be combined.
  • Subtraction: change all signs of the subtracted expression, then add.
  • Monomial = 1 term, binomial = 2 terms, trinomial = 3 terms.
  • To find the value, substitute and apply BODMAS.
  • 5x and 5x-squared are unlike because their exponents differ.

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 6-8 marks depending on school paper design

Question typeMarks eachTypical countWhat it tests
Terms and coefficients21Identifying parts of an expression
Add/subtract expressions2-31-2Combining like terms
Find value31Substitution and BODMAS
Prep strategy
  • Group like terms before adding or subtracting
  • Change all signs carefully when subtracting an expression
  • Use brackets when substituting negative values
  • Apply BODMAS after substitution

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Formulas in science

Physics and chemistry formulas (like speed = distance/time) are algebraic expressions that you evaluate by substitution.

Spreadsheets and coding

Cell formulas and program variables work exactly like algebraic expressions with substituted values.

Budgeting

Total cost expressions (e.g. 50x + 30y for x items at 50 and y at 30) model real spending.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. Write like terms together before simplifying
  2. Show the sign change explicitly in subtraction questions
  3. Use brackets for negative substitutions
  4. Keep the final expression in simplest form

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • Explore how the distributive property is used to expand products like (x + 2)(x + 3).
  • Investigate patterns in expressions such as the difference of consecutive squares.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 7 School ExamHigh
International Mathematics Olympiad (IMO) Level 1Medium
NTSE foundation (algebra)Low now, useful as foundation

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

A term is a whole part of an expression separated by + or - (like -3xy). The coefficient is just the numerical factor of that term (here, -3). The variable part is xy.

They are unlike terms with different variable parts, so they cannot be combined into a single term. The sum simply stays as 3x + 4y.
Verified by the tuition.in editorial team
Last reviewed on 29 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo