Algebraic expressions are mathematical phrases that combine variables, constants, and operations. Adding and subtracting them is the foundation of manipulating equations and solving problems—but unlike arithmetic, we can only combine like terms .
Intuition Why Can't We Just Add Everything?
Imagine you have3 apples and 5 oranges. You can't say you have "8 aples" or "8 oranges"—you have 3 apples AND 5 oranges. In algebra, 3 x 3x 3 x and 5 y 5y 5 y are like aples and oranges. We can only combine terms with the same variable part .
The rule: Only like terms (same variables with same powers) can be combined. Everything else stays separate.
Let's derive why we can add like terms using the distributive property .
Starting point: The distributive property states a ( b + c ) = a b + a c a(b + c) = ab + ac a ( b + c ) = ab + a c
Forward direction (why we CAN combine):
3 x + 5 x 3x + 5x 3 x + 5 x
What is this really? Each term means "some number of x x x 's":
3 x 3x 3 x means x + x + x x + x + x x + x + x
5 x 5x 5 x means x + x + x + x x + x + x + x x + x + x + x
So: 3 x + 5 x = x + x + x ⏟ 3 times + x + x + x + x ⏟ 5 times = x + x + x + x + x + x ⏟ 8 times = 8 x 3x + 5x = \underbrace{x + x + x}_{3 \text{ times}} + \underbrace{x + x + x + x}_{5 \text{ times}} = \underbrace{x + x + x + x + x + x}_{8 \text{ times}} = 8x 3 x + 5 x = 3 times x + x + x + 5 times x + x + x + x = 8 times x + x + x + x + x + x = 8 x
Using distributive property (reverse):
3 x + 5 x = ( 3 + 5 ) x = 8 x 3x + 5x = (3 + 5)x = 8x 3 x + 5 x = ( 3 + 5 ) x = 8 x
Why this step? We're "factoring out" the common x x x , then adding the coefficients.
Backward direction (why we CAN'T combine unlike terms):
3 x + 5 y 3x + 5y 3 x + 5 y
Try to factor: We'd need a common factor, but x x x and y y y are different variables.
3 x + 5 y = ( 3 ⋅ x ) + ( 5 ⋅ y ) 3x + 5y = (3 \cdot x) + (5 \cdot y) 3 x + 5 y = ( 3 ⋅ x ) + ( 5 ⋅ y )
There's no common factor to pull out, so it stays as 3 x + 5 y 3x + 5y 3 x + 5 y . We can't simplify further.
Worked example Example 1: Simple Addition
Problem: Add ( 7 x + 3 y ) + ( 2 x + 5 y ) (7x + 3y) + (2x + 5y) ( 7 x + 3 y ) + ( 2 x + 5 y )
Solution:
Step 1:** Remove parentheses (addition doesn't change signs)
7 x + 3 y + 2 x + 5 y 7x + 3y + 2x + 5y 7 x + 3 y + 2 x + 5 y
Why this step? Parentheses with a + + + in front mean "add everything inside as-is."
Step 2: Identify like terms
x x x terms: 7 x 7x 7 x and 2 x 2x 2 x
y y y terms: 3 y 3y 3 y and 5 y 5y 5 y
Step 3: Combine like terms
= ( 7 x + 2 x ) + ( 3 y + 5 y ) = (7x + 2x) + (3y + 5y) = ( 7 x + 2 x ) + ( 3 y + 5 y )
Why this step? We're regrouping using the commutative and associative properties: a + b + c + d = ( a + c ) + ( b + d ) a+b+c+d = (a+c)+(b+d) a + b + c + d = ( a + c ) + ( b + d )
= 9 x + 8 y = 9x + 8y = 9 x + 8 y
Why this step? 7 + 2 = 9 7 + 2 = 9 7 + 2 = 9 (for the x x x terms) and 3 + 5 = 8 3 + 5 = 8 3 + 5 = 8 (for the y y y terms). The variables just "come along for the ride."
Answer: 9 x + 8 y 9x + 8y 9 x + 8 y
Worked example Example 2: Subtraction with Sign Changes
Problem: Subtract ( 5 a 2 + 3 a − 7 ) − ( 2 a 2 − 4 a + 3 ) (5a^2 + 3a - 7) - (2a^2 - 4a + 3) ( 5 a 2 + 3 a − 7 ) − ( 2 a 2 − 4 a + 3 )
Solution:
Step 1: Distribute the negative sign
= 5 a 2 + 3 a − 7 − 2 a 2 + 4 a − 3 = 5a^2 + 3a - 7 - 2a^2 + 4a - 3 = 5 a 2 + 3 a − 7 − 2 a 2 + 4 a − 3
Why this step? The minus sign in front of the second parentheses means "multiply everything inside by − 1 -1 − 1 ":
− ( 2 a 2 − 4 a + 3 ) = − 1 ( 2 a 2 ) + ( − 1 ) ( − 4 a ) + ( − 1 ) ( 3 ) = − 2 a 2 + 4 a − 3 -(2a^2 - 4a + 3) = -1(2a^2) + (-1)(-4a) + (-1)(3) = -2a^2 + 4a - 3 − ( 2 a 2 − 4 a + 3 ) = − 1 ( 2 a 2 ) + ( − 1 ) ( − 4 a ) + ( − 1 ) ( 3 ) = − 2 a 2 + 4 a − 3
Critical: The sign of every term in the second expression flips!
Step 2: Identify like terms
a 2 a^2 a 2 terms: 5 a 2 5a^2 5 a 2 and − 2 a 2 -2a^2 − 2 a 2
a a a terms: 3 a 3a 3 a and 4 a 4a 4 a
Constants: − 7 -7 − 7 and − 3 -3 − 3
Step 3: Combine like terms
= ( 5 a 2 − 2 a 2 ) + ( 3 a + 4 a ) + ( − 7 − 3 ) = (5a^2 - 2a^2) + (3a + 4a) + (-7 - 3) = ( 5 a 2 − 2 a 2 ) + ( 3 a + 4 a ) + ( − 7 − 3 )
= 3 a 2 + 7 a − 10 = 3a^2 + 7a - 10 = 3 a 2 + 7 a − 10
Why this step?
5 − 2 = 3 5 - 2 = 3 5 − 2 = 3 for a 2 a^2 a 2 terms
3 + 4 = 7 3 + 4 = 7 3 + 4 = 7 for a a a terms
− 7 − 3 = − 10 -7 - 3 = -10 − 7 − 3 = − 10 for constants
Answer: 3 a 2 + 7 a − 10 3a^2 + 7a - 10 3 a 2 + 7 a − 10
Worked example Example 3: Multiple Variables and Powers
Problem: Simplify ( 6 x 2 y − 3 x y 2 + 2 x ) + ( 4 x y 2 − 2 x 2 y + 5 y ) − ( x 2 y − x y 2 + 3 x ) (6x^2y - 3xy^2 + 2x) + (4xy^2 - 2x^2y + 5y) - (x^2y - xy^2 + 3x) ( 6 x 2 y − 3 x y 2 + 2 x ) + ( 4 x y 2 − 2 x 2 y + 5 y ) − ( x 2 y − x y 2 + 3 x )
Solution:
Step 1: Remove all parentheses (watch signs!)
= 6 x 2 y − 3 x y 2 + 2 x + 4 x y 2 − 2 x 2 y + 5 y − x 2 y + x y 2 − 3 x = 6x^2y - 3xy^2 + 2x + 4xy^2 - 2x^2y + 5y - x^2y + xy^2 - 3x = 6 x 2 y − 3 x y 2 + 2 x + 4 x y 2 − 2 x 2 y + 5 y − x 2 y + x y 2 − 3 x
Why this step? First two sets have + + + , so signs stay. Last set has − - − , so all signs flip.
Step 2: Identify all like terms
x 2 y x^2y x 2 y terms: 6 x 2 y 6x^2y 6 x 2 y , − 2 x 2 y -2x^2y − 2 x 2 y , − 2 y -^2y − 2 y
x y 2 xy^2 x y 2 terms: − 3 x y 2 -3xy^2 − 3 x y 2 , 4 x y 2 4xy^2 4 x y 2 , x y 2 xy^2 x y 2
x x x terms: 2 x 2x 2 x , − 3 x -3x − 3 x
y y y terms: 5 y 5y 5 y
Step 3: Combine each group
x^2y \text{ terms:} &\quad 6x^2y - 2x^2y - x^2y = (6-2-1)x^2y = 3x^2y \\
xy^2 \text{ terms:} &\quad -3xy^2 + 4xy^2 + xy^2 = (-3+4+1)xy^2 = 2xy^2 \\
x \text{ terms:} &\quad 2x - 3x = (2-3)x = -x \\
y \text{ terms:} &\quad 5y \text{ (no other } y \text{ terms)}
\end{align}$$
**Step 4:** Write the final expression
$$= 3x^2y + 2xy^2 - x + 5y$$
**Answer:** $3x^2y + 2xy^2 - x + 5y$
Common mistake Mistake 1: Combining Unlike Terms
Wrong approach: 3 x + 5 y = 8 x y 3x + 5y = 8xy 3 x + 5 y = 8 x y
Why it feels right: "I'm adding 3 and 5, so I get 8, and I have both x x x and y y y , so... 8 x y 8xy 8 x y ?"
Steel-man: This makes intuitive sense if you think of algebra like basic arithmetic—just add all the numbers and gather all the letters. The student sees "add" and tries to add everything.
The fix: Variables are not labels , they're multipliers representing unknown numbers. 3 x 3x 3 x means "3 3 3 times some number x x x " and 5 y 5y 5 y means "5 5 5 times a different number y y y ." You can't combine them any more than you can add3 meters to5 kilograms—different units!
Correct: 3 x + 5 y 3x + 5y 3 x + 5 y stays as 3 x + 5 y 3x + 5y 3 x + 5 y
Common mistake Mistake 2: Forgetting to Distribute the Negative
Wrong approach: ( 5 x + 3 ) − ( 2 x + 7 ) = 5 x + 3 − 2 x + 7 = 3 x + 10 (5x + 3) - (2x + 7) = 5x + 3 - 2x + 7 = 3x + 10 ( 5 x + 3 ) − ( 2 x + 7 ) = 5 x + 3 − 2 x + 7 = 3 x + 10
Why it feels right: Students often think the minus sign only applies to the first term after it, like in 5 − 2 5 - 2 5 − 2 , where only the 2 2 2 is negative.
Steel-man: In arithmetic, we write 5 − 2 5 - 2 5 − 2 , not 5 − ( + 2 ) 5 - (+2) 5 − ( + 2 ) . So when we see − ( 2 x + 7 ) -(2x + 7) − ( 2 x + 7 ) , it's natural to think "minus 2 x 2x 2 x ... and then + 7 +7 + 7 after it." The parentheses seem decorative rather than functional.
The fix: The negative sign is actually multiplication by − 1 -1 − 1 applied to the entire expression:
− ( 2 x + 7 ) = − 1 ⋅ ( 2 x + 7 ) = − 1 ⋅ 2 x + ( − 1 ) ⋅ 7 = − 2 x − 7 -(2x + 7) = -1 \cdot (2x + 7) = -1 \cdot 2x + (-1) \cdot 7 = -2x - 7 − ( 2 x + 7 ) = − 1 ⋅ ( 2 x + 7 ) = − 1 ⋅ 2 x + ( − 1 ) ⋅ 7 = − 2 x − 7
Correct: ( 5 x + 3 ) − ( 2 x + 7 ) = 5 x + 3 − 2 x − 7 = 3 x − 4 (5x + 3) - (2x + 7) = 5x + 3 - 2x - 7 = 3x - 4 ( 5 x + 3 ) − ( 2 x + 7 ) = 5 x + 3 − 2 x − 7 = 3 x − 4
Pro tip: Rewrite subtraction as "adding the opposite": A − B = A + ( − B ) A - B = A + (-B) A − B = A + ( − B )
Common mistake Mistake 3: Adding Exponents Instead of Coefficients
Wrong approach: 2 x 3 + 5 x 3 = 7 x 6 2x^3 + 5x^3 = 7x^6 2 x 3 + 5 x 3 = 7 x 6
Why it feels right: When multiplying, we DO add exponents: x 3 ⋅ x 3 = x 6 x^3 \cdot x^3 = x^6 x 3 ⋅ x 3 = x 6 . Students mix up the rules.
Steel-man: There ARE situations where exponents add (multiplication) and where coefficients multiply (also multiplication: 2 x ⋅ 3 x = 6 x 2 2x \cdot 3x = 6x^2 2 x ⋅ 3 x = 6 x 2 ). It's genuinely confusing which rule applies when.
The fix:
Addition/subtraction: Only coefficients combine. Exponents stay the same.
2 x 3 + 5 x 3 = ( 2 + 5 ) x 3 = 7 x 3 2x^3 + 5x^3 = (2+5)x^3 = 7x^3 2 x 3 + 5 x 3 = ( 2 + 5 ) x 3 = 7 x 3
Multiplication: Coefficients multiply, exponents add.
2 x 3 ⋅ 5 x 3 = ( 2 ⋅ 5 ) x 3 + 3 = 10 x 6 2x^3 \cdot 5x^3 = (2 \cdot 5)x^{3+3} = 10x^6 2 x 3 ⋅ 5 x 3 = ( 2 ⋅ 5 ) x 3 + 3 = 10 x 6
Memory aid: Addition is "counting more of the same thing." If you have2 boxes of x 3 x^3 x 3 and add 5 boxes of x 3 x^3 x 3 , you have 7 boxes of x 3 x^3 x 3 —not a different power!
Mnemonic OLIVE — The Like Terms Rule
O nly
L ike (same variables)
I n
V alue (same powers)
E ver combine
Visualize an olive tree: each type of olive (green, black Kalamata) grows on separate branches. You can count more green olives, but you can't turn green olives into black ones by adding them together!
Recall Feynman Explanation (Explain to a 12-year-old)
Imagine you're organizing your toy collection. You have:
3 red cars
5 blue cars
2 red planes
If I ask "How many red cars do you have after your friend gives you 4 more red cars ?", you'd say 3 + 4 = 7 3 + 4 = 7 3 + 4 = 7 red cars. Easy!
But what if I ask "How many toys do you have if you combine3 red cars and 5 blue cars?" You can't say "8 red-blue cars"—that doesn't make sense! You have 3 red cars AND 5 blue cars. They stay separate because they're different types.
Algebra is the same:
3 x + 4 x = 7 x 3x + 4x = 7x 3 x + 4 x = 7 x ✓ (same type: both are "x x x " things)
3 x + 5 y 3x + 5y 3 x + 5 y stays 3 x + 5 y 3x + 5y 3 x + 5 y ✗ (different types: "x x x " things and "y y y " things)
The letter (x x x , y y y ) tells you what "type" of thing you have. The number in front (coefficient) tells you how many. You can only add the "how many" part when the "type" is exactly the same!
Why does subtraction flip signs? Imagine your friend asks for toys back. If they want you to remove "2 red cars and 3 blue cars," you're taking away both types: − 2 -2 − 2 red cars and − 3 -3 − 3 blue cars. The minus applies to everything they're taking!
Simplify: ( 8 m + 5 n − 3 ) + ( 2 m − 7 n + 9 ) (8m + 5n - 3) + (2m - 7n + 9) ( 8 m + 5 n − 3 ) + ( 2 m − 7 n + 9 )
Simplify: ( 10 p 2 − 4 p + 6 ) − ( 3 p 2 + 2 p − 5 ) (10p^2 - 4p + 6) - (3p^2 + 2p - 5) ( 10 p 2 − 4 p + 6 ) − ( 3 p 2 + 2 p − 5 )
Simplify: ( 4 a 2 b − 3 a b + 7 ) + ( − 2 a 2 b + a b − 2 ) − ( a 2 b − 5 a b + 3 ) (4a^2b - 3ab + 7) + (-2a^2b + ab - 2) - (a^2b - 5ab + 3) ( 4 a 2 b − 3 ab + 7 ) + ( − 2 a 2 b + ab − 2 ) − ( a 2 b − 5 ab + 3 )
Error analysis: A student wrote ( 6 x − 4 ) − ( 2 x − 1 ) = 4 x − 5 (6x - 4) - (2x - 1) = 4x - 5 ( 6 x − 4 ) − ( 2 x − 1 ) = 4 x − 5 . Find and explain their mistake.
What are like terms? :: Terms with the same variables raised to the same powers. Example: 5 x 2 5x^2 5 x 2 and − 3 x 2 -3x^2 − 3 x 2 are like terms; 5 x 2 5x^2 5 x 2 and 5 x 5x 5 x are NOT.
Why can we only add/subtract like terms? Because of the distributive property.
3 x + 5 x = ( 3 + 5 ) x = 8 x 3x + 5x = (3+5)x = 8x 3 x + 5 x = ( 3 + 5 ) x = 8 x by factoring out the common
x x x . Unlike terms have no common factor to pull out.
What happens to signs when subtracting an expression in parentheses? Every term inside the parentheses has its sign flipped.
( a − b + c ) − ( d − e + f ) = a − b + c − d + e − f (a - b + c) - (d - e + f) = a - b + c - d + e - f ( a − b + c ) − ( d − e + f ) = a − b + c − d + e − f . The minus distributes as multiplication by
− 1 -1 − 1 .
Can 2 x 2 + 3 x 2 2x^2 + 3x^2 2 x 2 + 3 x 2 be simplified, and if so, to what? Yes. Both terms have
x 2 x^2 x 2 , so they're like terms.
2 x 2 + 3 x 2 = ( 2 + 3 ) x 2 = 5 x 2 2x^2 + 3x^2 = (2+3)x^2 = 5x^2 2 x 2 + 3 x 2 = ( 2 + 3 ) x 2 = 5 x 2 .
Can 4 x + 7 y 4x + 7y 4 x + 7 y be simplified further? No.
x x x and
y y y are different variables, so these are unlike terms. The expression stays as
4 x + 7 y 4x + 7y 4 x + 7 y .
What is the error in 5 x + 3 y = 8 x y 5x + 3y = 8xy 5 x + 3 y = 8 x y ? You cannot combine unlike terms.
5 x 5x 5 x (five
x x x 's) and
3 y 3y 3 y (three
y y y 's) are different types, like aples and oranges. The expression remains
5 x + 3 y 5x + 3y 5 x + 3 y .
Simplify ( 9 a − 4 ) − ( 3 a + 2 ) (9a - 4) - (3a + 2) ( 9 a − 4 ) − ( 3 a + 2 ) Distribute the negative:
9 a − 4 − 3 a − 2 9a - 4 - 3a - 2 9 a − 4 − 3 a − 2 . Combine like terms:
( 9 a − 3 a ) + ( − 4 − 2 ) = 6 a − 6 (9a - 3a) + (-4 - 2) = 6a - 6 ( 9 a − 3 a ) + ( − 4 − 2 ) = 6 a − 6 .
When adding/subtracting terms with exponents, what combines: coefficients or exponents? Coefficients combine. Exponents stay the same.
4 x 5 + 7 x 5 = ( 4 + 7 ) x 5 = 11 x 5 4x^5 + 7x^5 = (4+7)x^5 = 11x^5 4 x 5 + 7 x 5 = ( 4 + 7 ) x 5 = 11 x 5 , NOT
11 x 10 11x^{10} 11 x 10 .
ax^n plus bx^n equals a+b x^n
Intuition Hinglish mein samjho
Algebraic expressions ko addur subtract karna simple hai, lekin ek important rule yad rakhna padega—sirf like terms ko combine kar sakte ho. Like terms matlab woh terms jinke pas same variables ho aur same powers ho. Jaise 3x aur 5x like terms hain, toh inhe add karke 8x mil jayega. Lekin 3x aur 5y different hain (ek mein x hai, dosre mein y), toh yeh combine nahi ho sakte—answer 3x + 5y hi rahega.
Subtract karte waqt sabse bada dhyaan dena hai negative sign ka. Jab tumhare pas brackets ke bad minus sign ho, toh brackets ke andar har term ka sign flip ho jata hai. Example: (5x + 3) - (2x + 7) ko solve karte waqt, pehle brackets hatao aur negative distribute karo: 5x + 3 - 2x - 7. Dekho, +7 ban gaya -7! Yeh bohot common mistake hai, isliye isse sambhal ke karna.
Real-life mein sochlo: agar tumhare paas 3 laal gaadiyan aur 5 neli gaadiyan hain, toh tum yeh nahi keh sakte ki tumhare paas "8 laal-neeli gaadiyan" hain. Tum kahoge "3 laal aur 5 neeli." Algebra mein bhi yahi logic hai—different types (variables) ko mix nahi kar sakte, sirf same type ke items (like terms) ko count kar sakte ho. Isko samajhne ke bad algebra ki equations solve karna bahut asan ho jayegi.
Yeh skill bohot zaroori hai kyunki iske bina tum equations solve nahi kar paoge, polynomials simplify nahi kar paoge, aur age calculus mein bhi problem hogi. Toh practice karo, mistakes seekho (especially woh negative sign wala), aur confidence build karo!