Any mathematical expression which consists of numbers, variables and operations are called Algebraic Expression.

1. Terms
Every expression is separated by an operation which is called Terms. Like 7n and 2 are the two terms in the above figure.
2. Factors
Every term is formed by the product of the factors.7n is the product of 7 and n which are the factors of 7n.
3. Coefficient
The number placed before the variable or the numerical factor of the term is called Coefficient of that variable.7 is the numerical factor of 7n so 7 is coefficient here.
4. Variable
Any letter like x, y etc. are called Variables. The variable in the above figure is n.
5. Operations
Addition, subtraction etc. are the operations which separate each term.
6. Constant
The number without any variable is constant. 2 is constant here.
An expression can be represented on the number line.
Example
How to represent x + 5 and x – 5 on the number line?
Solution:
First, mark the distance x and then x + 5 will be 5 unit to the right of x.

In the case of x – 5 we will start from the right and move towards the negative side. x – 5 will be 5 units to the left of x.

| Expressions | Meaning | Example |
| Monomial | The algebraic expression having only one term. | 5x2 |
| Binomial | The algebraic expression having two terms. | 5x2 + 2y |
| Trinomial | The algebraic expression having three terms. | 5x2 + 2y + 9xy |
| Polynomial | The algebraic expression having one or more terms with the variable having non-negative integers as an exponent. | 5x2 + 2y + 9xy + 4 and all the above expressions are also polynomial. |
Terms having the same variable are called Like Terms.
The terms having different variable are called, Unlike Terms.
Steps to add or Subtract Algebraic Expression
Example
Add 15p2 – 4p + 5 and 9p – 11
Solution:
Write down the expressions in separate rows with like terms in the same column and add.

Example
Subtract 5a2 – 4b2 + 6b – 3 from 7a2 – 4ab + 8b2 + 5a – 3b.
Solution:
For subtraction also write the expressions in different rows. But to subtract we have to change their signs from negative to positive and vice versa.

While multiplying we need to take care of some points about the multiplication of like and unlike terms.
Example
Example
1. Multiplying Two Monomials
While multiplying two polynomials the resultant variable will come by
Example
25y × 3xy = 125xy2
2. Multiplying Three or More Monomials
While multiplying three or more monomial the criterion will remain the same.
Example
4xy × 5x2y2 × 6x3y3 = (4xy × 5x2y2) × 6x3y3
= 20x3y3 × 6x3y3
= 120x3y3 × x3y3
= 120 (x3 × x3) × (y3 × y3)
= 120x6 × y6
= 120x6y6
We can do it in other way also
4xy × 5x2y2 × 6x3 y3
= (4 × 5 × 6) × (x × x2 × x3) × (y × y2 × y3)
= 120 x6y6
1. Multiplying a Monomial by a Binomial
To multiply a monomial with a binomial we have to multiply the monomial with each term of the binomial.
Example
2. Multiplication of Monomial by a trinomial
This is also the same as above.
Example
1. Multiplying a Binomial by a Binomial
We use the distributive law of multiplication in this case. Multiply each term of a binomial with every term of another binomial. After multiplying the polynomials we have to look for the like terms and combine them.
Example
Simplify (3a + 4b) × (2a + 3b)
Solution:
(3a + 4b) × (2a + 3b)
= 3a × (2a + 3b) + 4b × (2a + 3b) [distributive law]
= (3a × 2a) + (3a × 3b) + (4b × 2a) + (4b × 3b)
= 6 a2 + 9ab + 8ba + 12b2
= 6 a2 + 17ab + 12b2 [Since ba = ab]
2. Multiplying a Binomial by a Trinomial
In this also we have to multiply each term of the binomial with every term of trinomial.
Example
Simplify (p + q) (2p – 3q + r) – (2p – 3q) r.
Solution:
We have a binomial (p + q) and one trinomial (2p – 3q + r)
(p + q) (2p – 3q + r)
= p(2p – 3q + r) + q (2p – 3q + r)
= 2p2 – 3pq + pr + 2pq – 3q2 + qr
= 2p2 – pq – 3q2 + qr + pr (–3pq and 2pq are like terms)
(2p – 3q) r = 2pr – 3qr
Therefore,
(p + q) (2p – 3q + r) – (2p – 3q) r
= 2p2 – pq – 3q2 + qr + pr – (2pr – 3qr)
= 2p2 – pq – 3q2 + qr + pr – 2pr + 3qr
= 2p2 – pq – 3q2 + (qr + 3qr) + (pr – 2pr)
= 2p2 – 3q2 – pq + 4qr – pr
An identity is an equality which is true for every value of the variable but an equation is true for only some of the values of the variables.
So an equation is not an identity.
Like, x2 = 1, is valid if x is 1 but is not true if x is 2.so it is an equation but not an identity.
(a + b)2 = a2 + 2ab + b2
(a – b)2 = a2 – 2ab + b2
a2 – b2 = (a + b) (a – b)
(x + a) (x + b) = x2 + (a + b)x + ab
(a + b + c)2 = a2 + b2 + c2 + 2ab + 2bc + 2ca
These identities are useful in carrying out squares and products of algebraic expressions. They give alternative methods to calculate products of numbers and so on.
Example
(4x – 3y)2
= (4x)2 – 2(4x) (3y) + (3y)2
= 16x2 – 24xy + 9y2
Example
Use the Identity (x + a) (x + b) = x2 + (a + b) x + ab to find the value of 501 × 502
Solution:
501 × 502
= (500 + 1) × (500 + 2)
= 5002 + (1 + 2) × 500 + 1 × 2
= 250000 + 1500 + 2
= 251502