Printable · GCSE Foundation · ages 14-16
Algebraic notation worksheet — GCSE Foundation
Fifteen questions on "algebraic notation" — DfE statement A1. Print it, or print three versions so neighbours cannot copy by letter; the key gives the letter for each version.
Algebraic notation worksheet — GCSE Foundation
MathsUKwww.geekhero.co.uk
- 1.A packet contains s sweets. The sweets are shared equally between f friends. Write an expression for the number of sweets each friend receives.
- 2.Write down 0.2x with its coefficient written as a fraction in its simplest form.
- 3.Which expression means 'triple c, then add double d'?
- 4.a = 2 and b = 5. Work out the value of a²b.
- 5.p = 4. Work out the value of 2p³.
- 6.Write down the expression that means 5 more than half of n.
- 7.A rope of length L metres is cut into 6 equal pieces, and 4 metres is then removed from one piece. Write an expression, in metres, for the length of that piece after the cut.
- 8.Write down the expression that means the same as 3 × y × y.
- 9.A ribbon of length L metres is cut into 5 equal pieces, and then 3 metres is removed from one piece. Write down an expression, in metres, for the length of that piece after 3 metres is removed.
- 10.A taxi charges a £3 fixed fee plus £2 for each mile travelled. Write an expression, in pounds, for the total cost of a journey of n miles.
- 11.x = 5. Work out the value of 3x² − 4.
- 12.a = 3 and b = 5. Work out the value of a²b.
- 13.Write down the expression that means the same as m × m × m × n.
- 14.Write down the coefficient of xy in the expression 4x²y − 7xy + 2.
- 15.Simplify p + p + p.
Answer key
- (a) s/f — Sharing s sweets equally between f friends means dividing the total by the number of friends, written as a fraction: s/f. Writing f/s divides the wrong way round, sharing the number of friends between the sweets instead of the sweets between the friends. Writing s − f mistakes sharing for taking away, subtracting the number of friends from the number of sweets. Writing sf multiplies the two quantities together, which would make the total larger rather than splitting it into smaller equal parts. The number of sweets each friend receives is s/f.
- (a) x/5 — Read the decimal as a fraction first: 0.2 is 2 tenths, so the coefficient is 2/10. Dividing the numerator and the denominator by 2 cancels this to 1/5, and a coefficient of 1/5 in front of a letter is written x/5. Reading the digit 2 as 'a half' gives x/2; reading 0.2 as 1/20 gives x/20; dividing only the denominator by 2 leaves 2/5, which is the coefficient 0.4 and twice as large as it should be.
- (c) 3c + 2d — Method: 'triple c' is 3c, 'double d' is 2d, and 'add' joins the two separate terms with a plus sign. Working: 3c + 2d. Answer: 3c + 2d. 2c + 3d comes from swapping which letter gets tripled and which gets doubled. 6cd comes from multiplying the two terms together instead of adding them, and also multiplying the coefficients (3 × 2 = 6). 5(c + d) comes from adding the coefficients (3 + 2 = 5) and applying that single number to both letters together, as if c and d always came as a pair.
- (b) 20 — a²b means a² multiplied by b: a² = 2² = 4, and 4 × 5 = 20. Reading the expression as (ab)² instead of a²b gives (2 × 5)² = 100. Squaring b instead of a, 2 × 5² = 50, squares the wrong letter. Adding a² and b instead of multiplying them, 2² + 5 = 9, uses the wrong operation.
- (d) 128 — In 2p³ the index belongs to p only, so cube p first and multiply by the coefficient afterwards. Cubing gives 4 × 4 × 4 = 64, and then 2 × 64 = 128. Cubing the coefficient as well would mean working out (2 × 4)³, which is 512. Reading the index as an instruction to multiply by 3 gives 2 × 4 × 3 = 24, and ignoring the coefficient altogether leaves 64.
- (d) n/2 + 5 — Half of n is n ÷ 2, which is written as the fraction n/2. 'More than' means add, and the addition happens after the halving, so the expression is n/2 + 5. Writing (n + 5)/2 halves the 5 as well, because everything inside a bracket is divided; writing 2n + 5 doubles n instead of halving it; writing 5n/2 multiplies half of n by 5 instead of adding 5 to it.
- (d) L/6 − 4 — Method: find the length of one equal piece first (divide by 6), then apply the later change (subtract 4) to that piece. Working: one piece is L/6 metres; removing 4 metres from it gives L/6 − 4. Answer: L/6 − 4. L/6 + 4 comes from adding the 4 metres instead of removing it. (L − 4)/6 comes from removing the 4 metres from the whole rope before cutting it into pieces, the wrong order. 4 − L/6 comes from subtracting the piece length from 4 instead of the other way round.
- (a) 3y² — There is one 3 in the product and the letter y appears twice. A number that multiplies a letter is written in front of it as the coefficient, so the 3 goes at the front. The two ys multiply each other, so the letter carries an index of 2. The shortest correct way of writing the product is therefore 3y². Note that (3y)² would mean 3 × y × 3 × y, which squares the coefficient as well, while 3 + y² turns a multiplication into an addition and y³ treats the coefficient as a third factor of y.
- (c) L/5 − 3 — Each of the 5 equal pieces is L/5 metres long, and removing 3 metres from one piece gives L/5 − 3. Subtracting the 3 metres before dividing by 5, (L − 3)/5, divides the removed length between all 5 pieces instead of taking it from just one. Dividing only the 3 by 5 instead of dividing L by 5, L − 3/5, divides the wrong number. Writing 5/L − 3 inverts the fraction, swapping which number is the numerator.
- (b) 2n + 3 — Method: multiply the cost per mile by the number of miles to get an expression, then add the fixed fee as a separate term. Working: n miles at £2 each is 2n; add the £3 fixed fee: 2n + 3. Answer: 2n + 3. 3n + 2 comes from swapping the fee and the rate round, treating £3 as the rate per mile and £2 as the fixed fee. 5n comes from adding the fee and the rate together first (3 + 2 = 5) and multiplying the result by n, instead of keeping the fixed fee as its own term. 2n − 3 comes from subtracting the fixed fee instead of adding it.
- (c) 71 — Method: square x first, then multiply by 3, then subtract 4, following the order of operations. Working: x² = 5² = 25; 3 × 25 = 75; 75 − 4 = 71. Answer: 71. 221 comes from squaring (3x) as a whole first: (3 × 5)² = 225, then − 4 = 221, squaring the coefficient along with x. 75 comes from correctly working out 3x² but forgetting to subtract the 4. 3 comes from subtracting the 4 from x before squaring: (5 − 4)² × 3 = 3, doing the operations in the wrong order.
- (a) 45 — a²b means a × a × b, so the index applies to a only and b is multiplied on afterwards. Substituting the values gives 3 × 3 = 9, then 9 × 5 = 45. Reading a²b as (ab)² gives (3 × 5)², which is 15² = 225 and squares b as well. Substituting the two values the wrong way round works out 5 × 5 × 3 = 75, and reading the letters written side by side as an addition gives 9 + 5 = 14.
- (d) m³n — m × m × m × n means three m's multiplied together, then multiplied by n, which is written as m³n. Putting the power of 3 on n instead of m, mn³, puts the power on the wrong letter. Writing 3mn treats the repeated multiplication as if it were repeated addition, as if it meant 3 × m × n. Writing m³ + n adds the n instead of multiplying it in.
- (a) −7 — The coefficient of xy is the number multiplying that exact term, including its sign: in 4x²y − 7xy + 2, the term in xy is −7xy, so the coefficient is −7. Answering 7 correctly picks out the number but drops the minus sign that belongs to it. Answering 4 picks the coefficient of the x²y term instead of the xy term — x²y and xy are different terms because their powers of x differ. Answering −5 combines −7 with the constant term +2, as though the coefficient of xy included the number with no letter attached to it. The coefficient of xy is −7.
- (b) 3p — p + p + p means three lots of p added together, and repeated addition of the same term is written as a coefficient: 3p. Writing p³ mistakes the repeated addition for repeated multiplication, as if the expression had been p × p × p. Writing 3 + p adds the number of terms (3) onto p as a separate constant, instead of writing 3 as a coefficient of p. Writing just p forgets to count the terms at all, as though repeating the same letter makes no difference. The simplified expression is 3p.
Build your own mix at the worksheet builder.