**Letter-numbers** are symbols (usually letters) used to represent unknown numbers or quantities in mathematical expressions. They help us write general mathematical relationships in a short, easy-to-understand form.
**Example from daily life:**
Shahnam is 3 years older than Aftab.
This is much shorter than writing "Shahnam's age is Aftab's age plus 3 years" every time!
**Algebraic expressions** are mathematical phrases that contain letter-numbers (variables), numbers, and operations like +, −, ×, ÷.
**Examples:**
**Key Point:** The letter-numbers are placeholders — they can take any value we assign to them.
Parthiv makes L-shaped patterns with matchsticks. Each L needs 2 matchsticks.
**General pattern:** Number of matchsticks = 2 × (Number of Ls) or **2n** where n is any number
Ketaki buys coconuts (₹35 each) and jaggery (₹60 per kg).
A **formula** is a mathematical rule expressed using letter-numbers.
**Square:**
**Triangle with all equal sides:**
**Regular Pentagon (5 equal sides):**
**Regular Hexagon (6 equal sides):**
These are completely different operations and give different answers!
---
When evaluating expressions, follow this order:
1. **B**rackets (or Parentheses)
2. **O**f (Orders/Powers)
3. **D**ivision and **M**ultiplication (left to right)
4. **A**ddition and **S**ubtraction (left to right)
**Example 1: 23 − 10 × 2**
**Example 2: 83 + 28 − 13 + 32**
**Example 3: 68 − (18 + 13)**
When a negative sign is outside brackets:
**Example:** −(5 + 3) = −5 − 3 = −8 ✓
**Swapping (Commutative Property):** a + b = b + a
**Grouping (Associative Property):** (a + b) + c = a + (b + c)
**These operations do NOT change the final answer!**
---
In algebra, we omit the × symbol to keep expressions short and clean.
**Standard Rule:** Write the **number first, then the letter(s)**
**Example: Multiples of 4**
**Example 1: Find value of 7k when k = 4**
**Example 2: Find value of 5m + 3 when m = 2**
**Example 3: Find value of 3ab when a = 2, b = 5**
| Mistake | Correct Way | Reason |
|---------|-------------|--------|
| If a = 4, then 10 − a = 6 ❌ | 10 − 4 = 6 ✓ | Subtract correctly |
| If d = 6, then 3d = 36 ❌ | 3d = 3 × 6 = 18 ✓ | 3d means 3 × d, not 3 + d |
| If s = 7, then 3s − 2 = 15 ❌ | 3s − 2 = 3(7) − 2 = 21 − 2 = 19 ✓ | Multiply first, then subtract |
| If r = 8, then 2r + 1 = 29 ❌ | 2r + 1 = 2(8) + 1 = 16 + 1 = 17 ✓ | Multiply first, then add |
| If m = −6, then 3(m + 1) = 19 ❌ | 3(m + 1) = 3(−6 + 1) = 3(−5) = −15 ✓ | Evaluate bracket first |
| If t = 4, b = 3, then 2t + b = 24 ❌ | 2t + b = 2(4) + 3 = 8 + 3 = 11 ✓ | Multiply first, then add |
---
**Like Terms:** Terms that have the same letter-numbers (variables)
**Unlike Terms:** Terms that have different letter-numbers
**Key Rule: Like terms can be combined. Unlike terms cannot be combined.**
**Example 1: Simplify 5c + 3c + 10c**
**Example 2: Simplify 12n − 4n**
**Example 3: Simplify 4y + 3y − y**
**Example 1: Simplify 7p + 8p + 6p − 3q − 4q − 2q**
**Real-Life Example: Quiz Scores**
Charu's scores in three rounds:
Total score = (7p − 3q) + (8p − 4q) + (6p − 2q)
= 7p + 8p + 6p − 3q − 4q − 2q
= **(7 + 8 + 6)p − (3 + 4 + 2)q**
= **21p − 9q**
If p = 4 and q = 1:
**Formula Derivation:**
**Example: Simplify (40x + 75y) − (6x + 10y)**
**Step 1:** Remove outer brackets (no sign change)
= 40x + 75y − (6x + 10y)
**Step 2:** Distribute the negative sign
= 40x + 75y − 6x − 10y
**Step 3:** Group like terms
= (40x − 6x) + (75y − 10y)
**Step 4:** Simplify
= 34x + 65y
**Rule:** When removing brackets with a minus sign outside, flip all signs inside!
**Formula:** a(b + c) = ab + ac
**Example 1: Simplify 4(x + y) − y**
**Example 2: Simplify 5(2a + 3b) + 2a**
**Example: 18c + 11d**
---
**5u means:** 5 × u (five times a number)
**5 + u means:** 5 more than a number
| Value of u | 5u | 5 + u | Are they equal? |
|------------|-----|---------|----------|
| u = 2 | 5(2) = 10 | 5 + 2 = 7 | NO |
| u = 5 | 5(5) = 25 | 5 + 5 = 10 | NO |
| u = 8 | 5(8) = 40 | 5 + 8 = 13 | NO |
**Conclusion:** 5u and 5 + u are NOT equal expressions
**10y − 3 means:** (10 × y) − 3 (subtract 3 from 10 times y)
**10(y − 3) means:** 10 × (y − 3) (10 times the quantity y minus 3)
| Value of y | 10y − 3 | 10(y − 3) | Are they equal? |
|------------|---------|-----------|----------|
| y = 2 | 10(2) − 3 = 17 | 10(2 − 3) = −10 | NO |
| y = 5 | 10(5) − 3 = 47 | 10(5 − 3) = 20 | NO |
**Conclusion:** 10y − 3 and 10(y − 3) are NOT equal expressions
**Key Lesson:** Order of operations and parentheses matter!
---
✓ Use letter-numbers to represent unknown quantities
✓ Write number before letter: 4n (not n4)
✓ Omit multiplication sign: 4n (instead of 4 × n)
✓ Use appropriate variables: l for length, b for breadth, etc.
✓ Replace letter-numbers with given values
✓ Follow order of operations (BODMAS)
✓ Multiply/divide before add/subtract
✓ Do brackets first
✓ Combine like terms only
✓ Like terms have same variables
✓ Add/subtract the numerical coefficients
✓ Keep different variables separate
✓ When removing brackets with + sign: no change
✓ When removing brackets with − sign: flip all signs
✓ Use distributive property: a(b + c) = ab + ac
✗ Combining unlike terms
✗ Not following order of operations
✗ Forgetting to distribute negative signs
✗ Confusing 3x (multiply) with 3 + x (add)
✗ Wrong order: writing n5 instead of 5n
---
---
1. "5 more than a number" → n + 5
2. "4 less than a number" → n − 4
3. "2 less than 13 times a number" → 13n − 2
4. "13 less than 2 times a number" → 2n − 13
1. 7x + 5x = 12x
2. 9m − 4m = 5m
3. 6p + 4p − 2p = 8p
4. 5a + 3b + 2a = 7a + 3b (a and b are unlike terms)
5. 4(x + 2) = 4x + 8
6. 3(2y − 1) = 6y − 3
1. If x = 5, find 3x + 2 = 3(5) + 2 = 17
2. If a = 3, b = 2, find 4a + 5b = 4(3) + 5(2) = 22
3. If m = −2, find 5m + 10 = 5(−2) + 10 = 0
---
If the center date of a 2×3 grid is 'w', the dates are:
**Row 1:** w − 8, w − 7, w − 6
**Row 2:** w − 1, w, w + 1
This shows how algebraic expressions help us describe patterns!
Q1. Which letter-number expression represents 'twice a number'?
Answer: A — 2n means 2 multiplied by n, which is twice a number; n+2 means 2 more than a number.
Q2. If the perimeter of a regular hexagon has side length q, the expression is:
Answer: A — A regular hexagon has 6 equal sides, so perimeter = 6 × side length = 6q.
Q3. What is the value of 3a - 2 when a = 5?
Answer: A — 3a - 2 = 3(5) - 2 = 15 - 2 = 13.
Q4. Simplify: l + l + b + b
Answer: A — Combining like terms: l + l = 2l and b + b = 2b, so the answer is 2l + 2b.
Q5. Raj buys x notebooks at ₹25 each and y pens at ₹5 each. What is the total amount he spends?
Answer: A — Cost of x notebooks at ₹25 each = 25x, cost of y pens at ₹5 each = 5y, total = 25x + 5y.
Q6. A tailor has a cloth of length 10m and adds another piece of length k metres. The total length is:
Answer: A — When combining lengths, we add them: 10 + k represents the total length in metres.
Q7. The nth term of the sequence 5, 10, 15, 20, 25, ... is:
Answer: A — These are multiples of 5, so the nth term = 5 × n = 5n (when n = 1, 5(1) = 5; when n = 2, 5(2) = 10).
Q8. If a rectangular garden has length 12m and breadth b metres, the perimeter expression is:
Answer: D — Perimeter of rectangle = 2l + 2b = 2(12) + 2b = 24 + 2b.
Q9. Three friends share money. If the first has ₹100x, the second has ₹50y, and the third has ₹20z, which expression shows the total money they have together?
Answer: A — Total money = sum of each person's share = 100x + 50y + 20z.
Q10. A mill takes 8 seconds to start and then 3 seconds for every kg of grain. If we need to grind m kg, the time taken is 8 + 3m. How long does it take to grind 6 kg?
Answer: A — Time = 8 + 3m = 8 + 3(6) = 8 + 18 = 26 seconds.
What is a letter-number?
A letter used to represent an unknown number in a mathematical expression.
If Aftab's age is a, write the expression for Shabnam's age if she is 3 years older.
Shabnam's age = a + 3
Write the expression for the perimeter of a square with side length s.
Perimeter = 4s (or 4 × s)
When we omit the multiplication sign, how do we write 5 × n?
We write it as 5n, with the number first and then the letter.
What does 'simplification' mean in algebra?
Rewriting an expression in a shorter or simpler form that has the same value.
If m = 2, find the value of 5m + 3.
5 × 2 + 3 = 10 + 3 = 13
Write an algebraic expression for the perimeter of a regular pentagon with side length p.
Perimeter = 5p (since all 5 sides are equal)
Simplify the expression l + b + l + b.
The simplified form is 2l + 2b (combining like terms).
If 10 coconuts cost ₹35 each and 5 kg jaggery costs ₹60 per kg, write the total cost expression.
Total cost = 35c + 60j (where c = number of coconuts, j = kg of jaggery)
What does the expression 10 + 8y represent for a flour mill that takes 10 seconds to start and 8 seconds per kg to grind?
Total time = 10 + 8y, where y is the number of kg of grain to grind.
Write an algebraic expression for the perimeter of a regular triangle with side length t. [1 mark]
A regular triangle has 3 equal sides; perimeter = sum of all sides. Multiply side length by number of sides.
Meena has ₹50 notes and ₹10 notes. If she has x notes of ₹50 and y notes of ₹10, write an expression for the total amount of money she has. Find the total if x = 3 and y = 5. [2 marks]
Cost = (value of each note) × (number of notes). For ₹50 notes: 50x; for ₹10 notes: 10y. Substitute x=3, y=5 and add.
The length of a rectangular park is 20 metres and the breadth is b metres. Write an expression for the perimeter and simplify it. Find the perimeter when b = 15 metres. [3 marks]
Perimeter formula: 2l + 2b where l = length. Write as 2(20) + 2b = 40 + 2b. Substitute b = 15 and calculate step-by-step.
A basket contains apples and oranges. Each apple costs ₹12 and each orange costs ₹8. If Ravi buys a apples and o oranges, write an algebraic expression for the total cost. (a) Simplify the expression if a = 5 and o = 3. (b) The cost expression can be written as 12a + 8o. If a shopkeeper has 4 baskets, each with the same items (a apples and o oranges), write an expression for the total cost of all 4 baskets and simplify. [5 marks]
Part (a): Expression = 12a + 8o. Substitute a=5, o=3 and compute 12(5) + 8(3). Part (b): Total for 4 baskets = 4(12a + 8o). Use distributive property to expand: 4×12a + 4×8o = 48a + 32o.
Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly
Try StudyOS Free →