Suppose you are building the letter L using matchsticks. For $1$ 'L', you need $2$ matchsticks. For $2$ 'L's, you need $4$ matchsticks ($2 \times 2$). For $3$ 'L's, you need $6$ matchsticks ($3 \times 2$).
Notice the universal pattern: the number of matchsticks is always $2 \times (\text{number of L's})$. If we let the letter $n$ represent the number of 'L's, then:
$$\text{Matchsticks required} = 2 \times n = 2n$$
Here, $n$ is called a letter-number or a variable. It can take any natural number value ($1, 2, 3, 4\dots$).
- Constant: A quantity with a fixed numerical value that never changes ($5, -12, 100$).
- Variable (Letter-Number): A letter (such as $x, y, n, a, b$) that stands for a quantity that can change or vary depending on the situation.
An algebraic expression combines constants and variables using addition, subtraction, multiplication, or division: $$3x + 5, \quad 2a - b, \quad \frac{y}{4} + 7$$
Example: Rohan's age is $4$ years more than twice his sister Priya's age. Write an algebraic expression for Rohan's age.
Step 1: Let Priya's age be represented by the variable $p$ years.
Step 2: "Twice Priya's age" means $2 \times p = 2p$.
Step 3: "4 years more than twice" means add $4$: $2p + 4$.
Algebraic Expression: $\mathbf{2p + 4}$ years.
Some students think that because $A$ is the 1st letter of the alphabet, $a$ must always equal $1$.
Reality: A letter in algebra is an empty box! In one problem $x$ could equal $5$, and in another problem $x$ could equal $1000$.
Computer programs that calculate electricity bills use formulas like $\text{Bill} = (\text{units} \times 7) + 50$, where $\text{units}$ is a variable that changes for every household.