For­mu­las are every­where: the perime­ter of a rec­tan­gle, the cost of sev­eral note­books, the dis­tance trav­elled in a given time. Each for­mula is writ­ten with let­ters so that it works for every case. The moment you have an actual rec­tan­gle or an actual jour­ney, you put its num­bers in place of the let­ters and work out the answer. That step is called sub­sti­tu­tion, and it is one of the most used skills in all of alge­bra.

A let­ter in alge­bra stands for a num­ber. Sub­sti­tu­tion means you put that num­ber back in.

The chap­ter says it in older words: replac­ing numer­i­cal val­ues in the place of lit­eral num­bers. Lit­eral num­bers is an old name for the let­ters.

A let­ter used this way is a vari­able. You met vari­ables in the Early Years course "Intro­duc­tion to Alge­bra".

Remem­ber. To sub­sti­tute is to swap each let­ter for the num­ber it stands for.

Why this mat­ters

An expres­sion is let­ters and num­bers joined by signs like ++, - and ×\times. An expres­sion has no equals sign in it.

An expres­sion like 5x5x is not an answer. It is a rule for find­ing one. It says: take xx and mul­ti­ply it by 55.

You can­not do that while xx is still a let­ter. Give xx a value and the rule can run. The expres­sion turns into one plain num­ber.

Write 5x5x once. It works for x=3x = 3. It works for x=50x = 50. It works for any value you choose.

One let­ter, one step

Find the value of 5x5x when x=3x = 3

5x=5×3=15\begin{aligned}&5x \\ &= 5 \times 3 \\ &= 15\end{aligned}

You wrote 33 where xx used to be. Then you did the mul­ti­ply­ing.

The mul­ti­pli­ca­tion sign is hid­den in 5x5x. Writ­ing 5×35 \times 3 brings it back into view. Miss it and you might write 5353 by mis­take.

One let­ter, two steps

Find the value of 3a+23a + 2 when a=4a = 4

3a+2=3×4+2=12+2=14\begin{aligned}&3a + 2 \\ &= 3 \times 4 + 2 \\ &= 12 + 2 \\ &= 14\end{aligned}

Here aa became 44. Then 3×43 \times 4 gave 1212. Then 12+212 + 2 gave 1414.

Mul­ti­ply­ing is always done before adding. That order is fixed. Every­one read­ing your work­ing then gets the same answer.

Sup­pose you added first. 4+24 + 2 is 66, and 3×63 \times 6 is 1818. That answer is wrong.

The trap: x2x^{2} is not 2x2x

x2x^{2} means x×xx \times x. It does not mean 2×x2 \times x. The small 22 counts how many xx val­ues are mul­ti­plied together.

x2x^{2} is called a power. The small raised num­ber is what makes it one.

Find the value of x2x^{2} when x=5x = 5

x2=5×5=25\begin{aligned}&x^{2} \\ &= 5 \times 5 \\ &= 25\end{aligned}

Find the value of 2x2x when x=5x = 5

2x=2×5=10\begin{aligned}&2x \\ &= 2 \times 5 \\ &= 10\end{aligned}

Same let­ter, same value, two very dif­fer­ent answers.

Expres­sionWhat it meansValue when x=5x = 5
x2x^{2}x×xx \times x2525
2x2x2×x2 \times x1010
Bar chart comparing 2x and x squared for x = 1 to 6: 2 and 1, 4 and 4, 6 and 9, 8 and 16, 10 and 25, 12 and 36.
The two expres­sions agree only at x = 2; after that x² races ahead of 2x.

The chart shows why the two must never be con­fused. At x=2x = 2 they hap­pen to agree, because 2×22 \times 2 and 2+22 + 2 are both 44. For every larger value, x2x^{2} is big­ger, and the gap keeps grow­ing.

Remem­ber. A small raised num­ber tells you how many of the let­ter are mul­ti­plied together. A num­ber in front tells you what to mul­ti­ply the let­ter by.

A power sit­ting inside a longer expres­sion is worked out first.

Find the value of x2+1x^{2} + 1 when x=3x = 3

x2+1=3×3+1=9+1=10\begin{aligned}&x^{2} + 1 \\ &= 3 \times 3 + 1 \\ &= 9 + 1 \\ &= 10\end{aligned}

The power came first.

Find the value of 2x22x^{2} when x=3x = 3

2x2=2×3×3=2×9=18\begin{aligned}&2x^{2} \\ &= 2 \times 3 \times 3 \\ &= 2 \times 9 \\ &= 18\end{aligned}

Only the xx is squared, not the 22. If the whole of 2x2x were meant to be squared, it would be writ­ten (2x)2(2x)^{2}, and that is 6×6=366 \times 6 = 36.

3×33 \times 3 gave 99. Only then did the 11 go on.

More than one let­ter

Find the value of 2a+3b2a + 3b when a=1a = 1 and b=2b = 2

2a+3b=2×1+3×2=2+6=8\begin{aligned}&2a + 3b \\ &= 2 \times 1 + 3 \times 2 \\ &= 2 + 6 \\ &= 8\end{aligned}

Both mul­ti­pli­ca­tions came first. Then the two results were added.

An expres­sion can hold two let­ters or more. Each let­ter has its own value. Swap them all, then sim­plify. To sim­plify is to work it out until one num­ber is left.

Find the value of 4pq4p - q when p=3p = 3 and q=5q = 5

4pq=4×35=125=7\begin{aligned}&4p - q \\ &= 4 \times 3 - 5 \\ &= 12 - 5 \\ &= 7\end{aligned}

A for­mula: the perime­ter of a rec­tan­gle

The perime­ter of a rec­tan­gle is P=2(l+b)P = 2(l + b), where ll is the length and bb is the breadth. Find PP when l=7l = 7 cm and b=4b = 4 cm.

P=2(l+b)=2×(7+4)=2×11=22\begin{aligned}P &= 2(l + b) \\ &= 2 \times (7 + 4) \\ &= 2 \times 11 \\ &= 22\end{aligned}

The perime­ter is 22 cm. The bracket is worked out first, then the mul­ti­ply­ing.

When the value is neg­a­tive

When the value is neg­a­tive, the minus sign is easy to lose. Brack­ets keep it where it belongs.

Find the value of 5x5 - x when x=2x = -2

5x=5(2)=5+2=7\begin{aligned}&5 - x \\ &= 5 - (-2) \\ &= 5 + 2 \\ &= 7\end{aligned}

Write (2)(-2) in the place of xx, brack­ets and all. The expres­sion takes xx away from 55.

Tak­ing away means mov­ing down the num­ber line. Adding means mov­ing up. Now 2-2 sits two steps below zero. Tak­ing away some­thing below zero pushes you back up. That is why 5(2)5 - (-2) is 77 and not 33.

With­out brack­ets you would write two minus signs side by side. That is easy to mis­read. The brack­ets hold the minus sign onto its own num­ber.

Number line from −3 to 8. An arrow shows −2 as two steps below 0, and a green jump goes up from 5 to 7, showing 5 − (−2) = 5 + 2 = 7.
Tak­ing away a neg­a­tive num­ber moves you up the num­ber line.

Find the value of 3(a+b)3(a + b) when a=2a = 2 and b=5b = -5

3(a+b)=3×(2+(5))=3×(3)=9\begin{aligned}&3(a + b) \\ &= 3 \times (2 + (-5)) \\ &= 3 \times (-3) \\ &= -9\end{aligned}

Find the value of a2ba^{2} - b when a=3a = -3 and b=4b = 4

a2b=(3)×(3)4=94=5\begin{aligned}&a^{2} - b \\ &= (-3) \times (-3) - 4 \\ &= 9 - 4 \\ &= 5\end{aligned}

A neg­a­tive num­ber times a neg­a­tive num­ber is pos­i­tive, so (3)2=9(-3)^{2} = 9. With­out the brack­ets, 32-3^{2} would be read as (3×3)=9-(3 \times 3) = -9, which is a dif­fer­ent num­ber.

Remem­ber. Always put brack­ets round a neg­a­tive value when you sub­sti­tute it.

The safe order

Sub­sti­tute first. Sim­plify sec­ond. Doing both at once is how the hid­den mul­ti­pli­ca­tion sign gets lost, and 2×32 \times 3 becomes 2323.

  1. Copy the expres­sion out.
  2. Replace each let­ter with its value. Use brack­ets round any neg­a­tive value.
  3. Put back the mul­ti­pli­ca­tion signs that were hid­den.
  4. Sim­plify: brack­ets first, then pow­ers, then mul­ti­ply­ing, then adding and tak­ing away.
  5. Check that no let­ter is left. A let­ter left behind means you missed one.

Step five is worth the few sec­onds. A let­ter is easy to miss in a long expres­sion.

Prac­tice

  1. Find the value of 4x4x when x=2x = 2.
  2. Find the value of 2a+52a + 5 when a=3a = 3.
  3. Find the value of x2x^{2} when x=4x = 4.
  4. Find the value of 3m+2n3m + 2n when m=2m = 2 and n=5n = 5.
  5. Find the value of 10y10 - y when y=3y = -3.
  6. Find the value of x2+5x^{2} + 5 when x=6x = 6.
Ques­tionAnswerQues­tionAnswer
4x4x when x=2x = 2883m+2n3m + 2n when m=2m = 2, n=5n = 51616
2a+52a + 5 when a=3a = 3111110y10 - y when y=3y = -31313
x2x^{2} when x=4x = 41616x2+5x^{2} + 5 when x=6x = 64141

Com­mon mis­takes

  • Writ­ing the dig­its side by side. 5x5x with x=3x = 3 is 5×3=155 \times 3 = 15, not 5353.
  • Read­ing x2x^{2} as 2x2x. With x=5x = 5, x2=25x^{2} = 25 but 2x=102x = 10.
  • Adding before mul­ti­ply­ing. 3a+23a + 2 with a=4a = 4 is 12+2=1412 + 2 = 14, not 3×6=183 \times 6 = 18.
  • Drop­ping the brack­ets round a neg­a­tive value. 10y10 - y with y=3y = -3 is 10(3)=1310 - (-3) = 13, not 77.
  • Squar­ing the num­ber in front. 2x22x^{2} with x=3x = 3 is 1818, not 3636.
  • Leav­ing a let­ter behind. In 3m+2n3m + 2n both let­ters need their val­ues before you sim­plify.

Key terms

Vari­able
A let­ter that stands for a num­ber, such as xx.
Lit­eral num­ber
An older name for a let­ter used in place of a num­ber.
Expres­sion
Let­ters and num­bers joined by signs such as ++ and ×\times, with no equals sign.
Sub­sti­tute
Swap each let­ter for the num­ber it stands for.
Sim­plify
Work the expres­sion out until one num­ber is left.
Power
A num­ber or let­ter with a small raised num­ber, such as x2x^{2}, mean­ing x×xx \times x.
For­mula
A rule writ­ten with let­ters, such as P=2(l+b)P = 2(l + b), that works for every value.

Answers

  1. 4x=4×2=84x = 4 \times 2 = 8
  2. 2a+5=2×3+5=6+5=112a + 5 = 2 \times 3 + 5 = 6 + 5 = 11
  3. x2=4×4=16x^{2} = 4 \times 4 = 16
  4. 3m+2n=3×2+2×5=6+10=163m + 2n = 3 \times 2 + 2 \times 5 = 6 + 10 = 16
  5. 10y=10(3)=10+3=1310 - y = 10 - (-3) = 10 + 3 = 13
  6. x2+5=6×6+5=36+5=41x^{2} + 5 = 6 \times 6 + 5 = 36 + 5 = 41