📚 StudyOS CBSE Class 5–12 AI Tutor

Expressions Using Letter-Numbers

NCERT Class 7 · Mathematics Based on NCERT Class 7 Mathematics textbook · Free CBSE study kit

Chapter Notes

CHAPTER 4: EXPRESSIONS USING LETTER-NUMBERS

4.1 The Notion of Letter-Numbers

What are Letter-Numbers?

**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.

  • If Aftab's age = a years
  • Then Shahnam's age = a + 3 years
  • If a = 23, then Shahnam's age = 23 + 3 = 26 years
  • This is much shorter than writing "Shahnam's age is Aftab's age plus 3 years" every time!

    What are Algebraic Expressions?

    **Algebraic expressions** are mathematical phrases that contain letter-numbers (variables), numbers, and operations like +, −, ×, ÷.

    **Examples:**

  • a + 3 (3 more than a number)
  • 2n (2 times a number)
  • 5x + 7y (5 times one number plus 7 times another)
  • **Key Point:** The letter-numbers are placeholders — they can take any value we assign to them.

    Real-Life Application: Matchstick Patterns

    Parthiv makes L-shaped patterns with matchsticks. Each L needs 2 matchsticks.

  • For 5 Ls: 5 × 2 = 10 matchsticks
  • For 7 Ls: 7 × 2 = 14 matchsticks
  • For n Ls: 2 × n = 2n matchsticks (general formula)
  • **General pattern:** Number of matchsticks = 2 × (Number of Ls) or **2n** where n is any number

    Real-Life Application: Shopping Problem

    Ketaki buys coconuts (₹35 each) and jaggery (₹60 per kg).

  • If she buys c coconuts and j kg jaggery:
  • **Total cost = 35c + 60j**
  • For 10 coconuts and 5 kg jaggery: Cost = 35(10) + 60(5) = 350 + 300 = ₹650
  • For 7 coconuts and 4 kg jaggery: Cost = 35(7) + 60(4) = 245 + 240 = ₹485
  • Writing Formulas for Perimeters

    A **formula** is a mathematical rule expressed using letter-numbers.

    **Square:**

  • Perimeter = 4 × side = **4q** (where q = side length)
  • For side = 7 cm: Perimeter = 4(7) = 28 cm
  • **Triangle with all equal sides:**

  • Perimeter = **3t** (where t = side length)
  • **Regular Pentagon (5 equal sides):**

  • Perimeter = **5p** (where p = side length)
  • **Regular Hexagon (6 equal sides):**

  • Perimeter = **6h** (where h = side length)
  • Key Concept: Different Operations Give Different Results

  • "3 more than a number n" = n + 3
  • "3 times a number n" = 3n (or 3 × n)
  • "3 less than a number n" = n − 3
  • These are completely different operations and give different answers!

    ---

    4.2 Revisiting Arithmetic Expressions

    Order of Operations (BODMAS/PEMDAS)

    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)

    Step-by-Step Evaluation

    **Example 1: 23 − 10 × 2**

  • Step 1: Do multiplication first: 10 × 2 = 20
  • Step 2: Then subtraction: 23 − 20 = 3
  • **Answer: 3**
  • **Example 2: 83 + 28 − 13 + 32**

  • We can rearrange (swap) terms because addition is commutative
  • Rearrange: 83 + 32 + 28 − 13 = (83 + 32) + (28 − 13) = 115 + 15
  • **Answer: 130**
  • **Example 3: 68 − (18 + 13)**

  • Method 1 (Solve bracket first): 68 − (31) = 37
  • Method 2 (Remove bracket, distribute minus sign): 68 − 18 − 13 = 37
  • **Answer: 37**
  • Important Rules for Brackets with Negative Signs

    When a negative sign is outside brackets:

  • **(a + b) = a + b** (no change)
  • **−(a + b) = −a − b** (flip all signs inside)
  • **−(a − b) = −a + b** (flip all signs inside)
  • **Example:** −(5 + 3) = −5 − 3 = −8 ✓

    Swapping and Grouping

    **Swapping (Commutative Property):** a + b = b + a

  • 5 + 7 = 7 + 5 = 12
  • **Grouping (Associative Property):** (a + b) + c = a + (b + c)

  • (5 + 7) + 3 = 5 + (7 + 3) = 15
  • **These operations do NOT change the final answer!**

    ---

    4.3 Omission of the Multiplication Symbol in Algebraic Expressions

    The Shorthand Notation

    In algebra, we omit the × symbol to keep expressions short and clean.

    **Standard Rule:** Write the **number first, then the letter(s)**

  • Instead of: 4 × n
  • We write: **4n**
  • Instead of: a × b
  • We write: **ab**
  • Number Sequences Using Algebraic Expressions

    **Example: Multiples of 4**

  • Sequence: 4, 8, 12, 16, 20, 24, 28, ...
  • Pattern: These are 4 × 1, 4 × 2, 4 × 3, 4 × 4, ..., 4 × n
  • **General term (nth term) = 4n** (where n = position)
  • 3rd term = 4(3) = 12 ✓
  • 29th term = 4(29) = 116 ✓
  • Evaluating Expressions with Omitted Multiplication

    **Example 1: Find value of 7k when k = 4**

  • 7k means 7 × k
  • 7k = 7 × 4 = **28**
  • **Example 2: Find value of 5m + 3 when m = 2**

  • 5m means 5 × m
  • 5m + 3 = 5(2) + 3 = 10 + 3 = **13**
  • **Example 3: Find value of 3ab when a = 2, b = 5**

  • 3ab means 3 × a × b
  • 3ab = 3 × 2 × 5 = **30**
  • Common Mistakes to Avoid

    | 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 |

    ---

    4.4 Simplification of Algebraic Expressions

    Understanding Like Terms and Unlike Terms

    **Like Terms:** Terms that have the same letter-numbers (variables)

  • Examples: 5c, 3c, 10c (all have 'c')
  • Examples: 7p, 8p, 6p (all have 'p')
  • Examples: 12n, −4n (both have 'n')
  • **Unlike Terms:** Terms that have different letter-numbers

  • Examples: 18c and 11d (have 'c' and 'd')
  • Examples: 5x and 3y
  • Examples: 2a, 3b, 4c
  • **Key Rule: Like terms can be combined. Unlike terms cannot be combined.**

    Simplifying Expressions with Like Terms

    **Example 1: Simplify 5c + 3c + 10c**

  • All terms have the same variable 'c'
  • Add the numbers: 5 + 3 + 10 = 18
  • **Simplified form: 18c**
  • Check: If c = 10, then 5(10) + 3(10) + 10(10) = 50 + 30 + 100 = 180, and 18(10) = 180 ✓
  • **Example 2: Simplify 12n − 4n**

  • Both terms have 'n'
  • Subtract the numbers: 12 − 4 = 8
  • **Simplified form: 8n**
  • **Example 3: Simplify 4y + 3y − y**

  • All terms have 'y'
  • 4 + 3 − 1 = 6
  • **Simplified form: 6y**
  • Simplifying Mixed Expressions

    **Example 1: Simplify 7p + 8p + 6p − 3q − 4q − 2q**

  • Group like terms: (7p + 8p + 6p) + (−3q − 4q − 2q)
  • Simplify: (7 + 8 + 6)p + (−3 − 4 − 2)q
  • **Simplified form: 21p − 9q**
  • **Real-Life Example: Quiz Scores**

    Charu's scores in three rounds:

  • Round 1: 7p − 3q (where p = correct answer points, q = penalty)
  • Round 2: 8p − 4q
  • Round 3: 6p − 2q
  • 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:

  • Total score = 21(4) − 9(1) = 84 − 9 = **75 points**
  • Perimeter of a Rectangle

    **Formula Derivation:**

  • Rectangle has 2 lengths and 2 widths
  • Perimeter = l + b + l + b = l + l + b + b = **2l + 2b**
  • If l = 8 cm and b = 5 cm: P = 2(8) + 2(5) = 16 + 10 = 26 cm ✓
  • Removing Brackets and Simplifying

    **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!

    Using the Distributive Property

    **Formula:** a(b + c) = ab + ac

    **Example 1: Simplify 4(x + y) − y**

  • Step 1: Distribute the 4: 4x + 4y − y
  • Step 2: Group like y terms: 4x + (4y − y)
  • Step 3: Simplify: 4x + 3y
  • **Example 2: Simplify 5(2a + 3b) + 2a**

  • Step 1: Distribute the 5: 10a + 15b + 2a
  • Step 2: Group like a terms: (10a + 2a) + 15b
  • Step 3: Simplify: 12a + 15b
  • Important Note: Some Expressions Cannot Be Simplified

    **Example: 18c + 11d**

  • These are unlike terms (different variables)
  • **This is already in simplest form**
  • We cannot combine them further
  • ---

    Key Differences Between Similar-Looking Expressions

    Comparing 5u vs. 5 + u

    **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

    Comparing 10y − 3 vs. 10(y − 3)

    **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!

    ---

    Summary of Important Rules

    1. Writing Algebraic Expressions

    ✓ 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.

    2. Evaluating Expressions

    ✓ Replace letter-numbers with given values

    ✓ Follow order of operations (BODMAS)

    ✓ Multiply/divide before add/subtract

    ✓ Do brackets first

    3. Simplifying Expressions

    ✓ Combine like terms only

    ✓ Like terms have same variables

    ✓ Add/subtract the numerical coefficients

    ✓ Keep different variables separate

    4. Working with Brackets

    ✓ When removing brackets with + sign: no change

    ✓ When removing brackets with − sign: flip all signs

    ✓ Use distributive property: a(b + c) = ab + ac

    5. Common Mistakes to Avoid

    ✗ 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

    ---

    Real-Life Applications Summary

    1. Age Relationships

  • Shabnam = Aftab + 3 (if Aftab = a, then Shabnam = a + 3)
  • 2. Shopping and Money

  • Total cost = (price per unit) × (quantity) for each item
  • Ketaki's cost = 35c + 60j (c coconuts, j kg jaggery)
  • 3. Geometric Shapes

  • Square perimeter = 4s
  • Rectangle perimeter = 2l + 2b
  • Triangle perimeter = 3t (if equilateral)
  • 4. Patterns and Sequences

  • Multiples of 4: nth term = 4n
  • Matchstick patterns: 2n sticks for n Ls
  • 5. Quiz/Sports Scoring

  • Total score = (points per correct answer) × correct − (penalty) × wrong
  • If p = 4, q = 1: Score = 7p − 3q = 7(4) − 3(1) = 25 points
  • ---

    Essential Practice Problems

    Writing Expressions

    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

    Simplifying Expressions

    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

    Evaluating Expressions

    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

    ---

    Calendar Pattern Example

    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!

    MCQs — 10 Questions with Answers

    Q1. Which letter-number expression represents 'twice a number'?

    • A. 2n ✓
    • B. n + 2
    • C. n - 2
    • D. n/2

    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:

    • A. 6q ✓
    • B. q + 6
    • C. 6 + q
    • D. q^6

    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?

    • A. 13 ✓
    • B. 15
    • C. 10
    • D. 17

    Answer: A — 3a - 2 = 3(5) - 2 = 15 - 2 = 13.

    Q4. Simplify: l + l + b + b

    • A. 2l + 2b ✓
    • B. l² + b²
    • C. 2lb
    • D. (l + b) × 2

    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?

    • A. 25x + 5y ✓
    • B. 25 + 5xy
    • C. (25 + 5)(x + y)
    • D. 30xy

    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:

    • A. 10 + k ✓
    • B. 10k
    • C. 10 - k
    • D. 10/k

    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:

    • A. 5n ✓
    • B. 5 + n
    • C. n + 5
    • D. n - 5

    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:

    • A. 2(12) + 2b
    • B. 12 + b
    • C. 12b
    • D. 24 + 2b ✓

    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?

    • A. 100x + 50y + 20z ✓
    • B. 100 + 50 + 20 + x + y + z
    • C. 100 × 50 × 20 × xyz
    • D. (100 + 50 + 20)(x + y + z)

    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?

    • A. 26 seconds ✓
    • B. 24 seconds
    • C. 14 seconds
    • D. 36 seconds

    Answer: A — Time = 8 + 3m = 8 + 3(6) = 8 + 18 = 26 seconds.

    Flashcards

    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.

    Important Board Questions

    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.

    Next chapterParallel and Intersecting Lines →

    Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly

    Try StudyOS Free →