Printable · GCSE Foundation · ages 14-16
Rearranging formulae worksheet — GCSE Foundation
Fifteen questions on "rearranging formulae" — DfE statement A5. Print it, or print three versions so neighbours cannot copy by letter; the key gives the letter for each version.
Non-calculator
Rearranging formulae worksheet — GCSE Foundation
MathsUKwww.geekhero.co.uk
- 1.Make x the subject of the formula y = 5x + 3.y = 5x + 3
- 2.The simple interest, £I, earned on a savings account is given by the formula I = PRT/100, where P is the amount invested in pounds, R is the interest rate per year and T is the time in years. Rearrange the formula to make P the subject.
- 3.Make x the subject of the formula y = 3(x + 2).
- 4.The perimeter of a rectangle is given by the formula P = 2(l + w), where l is the length and w is the width. A rectangular garden has a perimeter of 46 m and a length of 14 m. Rearrange the formula to make w the subject, then work out the width of the garden.
- 5.Make x the subject of the formula y = (x − 4)/5.
- 6.Make x the subject of the formula y = 4x − 3.y = 4x − 3
- 7.Make a the subject of the formula b = 20 − a.
- 8.A rectangular sheep pen has perimeter P, length l and width w, connected by the formula P = 2l + 2w. A farmer has 60 m of fencing for the perimeter and sets the width at 8 m. Work out the length of the pen.
- 9.Make b the subject of the formula a = 5b.
- 10.Make x the subject of the formula y = 2x − 9.y = 2x − 9
- 11.The area of a circle is given by the formula A = πr², where r is the radius. Rearrange the formula to make r the subject.
- 12.Make c the subject of the formula k = 6c.
- 13.Make m the subject of the formula w = m − 8.
- 14.The formula connecting distance (d), speed (s) and time (t) is d = st. Make s the subject of the formula.
- 15.Make x the subject of the formula y = 4(x − 6).
Answer key
- (b) x = (y − 3)/5 — To make x the subject of y = 5x + 3, first subtract 3 from both sides to get y − 3 = 5x, then divide both sides by 5: x = (y − 3)/5. Writing x = (y + 3)/5 keeps the division correct but does not change the sign of the 3 when moving it across. Writing x = y/5 − 3 divides only the y term by 5 and leaves the 3 as a separate subtraction, instead of subtracting first and dividing the whole expression. Writing x = 5(y − 3) applies the correct order of subtracting 3 first, but then multiplies by 5 instead of dividing — the inverse of 5x is division, not multiplication. The correct rearrangement is x = (y − 3)/5.
- (a) P = 100I / (RT) — Method: undo the operations done to P in reverse order — multiply by 100, then divide by R and by T. Working: I = PRT/100, so 100I = PRT, so P = 100I / (RT). Answer: P = 100I / (RT). P = IRT/100 comes from leaving R and T in the numerator instead of moving them to the denominator. P = 100RT/I comes from swapping P and I when rearranging. P = 100I/R comes from dividing by R only and forgetting to also divide by T.
- (b) x = y/3 − 2 — The bracket containing x has been multiplied by 3, so divide both sides by 3 first, which gives y/3 = x + 2. Subtracting 2 from both sides then leaves y/3 − 2 = x, so x = y/3 − 2. Taking the 2 away before dividing gives (y − 2)/3, which divides the 2 by 3 as well, although the 2 was never divided in the original formula. Adding 2 rather than subtracting it gives y/3 + 2, and multiplying by 3 instead of dividing gives 3y − 2.
- (a) 9 m — Undo the multiplication by the bracket first: dividing both sides by 2 gives P/2 = l + w. Subtracting the length from both sides gives w = P/2 − l. Substituting the measurements, 46 ÷ 2 = 23, and 23 − 14 = 9, so the width is 9 m. Taking the length off before halving gives (46 − 14) ÷ 2 = 16, which halves the length as well; expanding to P = 2l + 2w and then forgetting to divide by 2 gives 46 − 28 = 18; subtracting the length in the wrong direction gives 23 + 14 = 37.
- (d) x = 5y + 4 — To make x the subject of y = (x − 4)/5, first multiply both sides by 5 to clear the fraction: 5y = x − 4, then add 4 to both sides: x = 5y + 4. Writing x = 5y − 4 multiplies correctly but keeps the minus sign on the 4 instead of changing it to a plus when moving it across. Writing x = y/5 + 4 divides by 5 instead of multiplying, the wrong inverse of the fraction. Writing x = 5(y + 4) adds 4 before multiplying by 5, reversing the correct order of the two steps. The correct rearrangement is x = 5y + 4.
- (d) x = (y + 3)/4 — Two operations have been applied to x: it has been multiplied by 4 and then 3 has been subtracted. Undo them in the opposite order. Adding 3 to both sides gives y + 3 = 4x. Dividing both sides by 4 then gives (y + 3)/4 = x, so x = (y + 3)/4. The bracket matters: writing y/4 + 3 divides only the y by 4 and leaves the 3 untouched. Writing (y − 3)/4 subtracts the 3 instead of adding it, and writing 4(y + 3) multiplies by 4 rather than dividing.
- (a) a = 20 − b — Method: get a on its own by adding a to both sides, then subtracting b from both sides. Working: b = 20 − a, so b + a = 20, so a = 20 − b. Answer: a = 20 − b. a = b − 20 comes from treating the formula as if it read b = 20 + a and then subtracting 20 from both sides. a = 20 + b comes from moving b across from b + a = 20 without changing its sign. a = −20 − b comes from a double sign error, changing the sign of the 20 as well as of b when rearranging.
- (c) 22 m — Rearranging P = 2l + 2w for l gives l = (P − 2w)/2. Substituting P = 60 and w = 8: l = (60 − 16)/2 = 44/2 = 22 m. Answering 30 m comes from ignoring the width altogether and working out l = P/2, which only holds when w = 0. Answering 38 m comes from adding 2w instead of subtracting it: (60 + 16)/2 = 38. Answering 11 m comes from dividing by 4 instead of 2, as if the formula were P = 4l + 4w. The pen's length is 22 m.
- (b) b = a/5 — Writing 5b means 5 × b, so b has been multiplied by 5. The inverse of multiplying by 5 is dividing by 5, and dividing both sides by 5 gives a/5 = b, which is written b = a/5. Multiplying both sides by 5 instead gives 5a, which applies the operation a second time; treating the 5 as though it were added gives a − 5; writing 5/a turns the fraction upside down.
- (a) x = (y + 9) / 2 — Method: undo the subtraction of 9 first, then undo the multiplication by 2. Working: y = 2x − 9, so adding 9 to both sides gives y + 9 = 2x, then dividing both sides by 2 gives x = (y + 9) / 2. The value x = (y − 9) / 2 comes from a sign error, keeping the −9 instead of moving it to +9. The value x = 2(y + 9) comes from multiplying by 2 instead of dividing. The value x = y / 2 + 9 comes from dividing by 2 before adding 9, the wrong order of operations, instead of dividing the whole bracket.
- (c) r = √(A/π) — A = πr² means r has been squared and then multiplied by π. To make r the subject, first divide both sides by π to get A/π = r², then take the square root of both sides: r = √(A/π). Writing r = A/π stops after dividing by π and forgets that r is still squared — it never undoes the square. Writing r = √A/π takes the square root before dividing by π, which square-roots only the A and not the whole of A/π. Writing r = (A/π)² squares A/π instead of taking its square root — the opposite of what is needed to undo r². The correct rearrangement is r = √(A/π).
- (b) c = k/6 — k = 6c means c has been multiplied by 6, so to make c the subject, divide both sides by 6: c = k/6. Writing c = 6k multiplies by 6 again instead of undoing the multiplication. Writing c = k − 6 mistakes multiplying for adding, and subtracts 6 rather than dividing. Writing c = 6 − k reverses the order as well as the operation. The correct rearrangement is c = k/6.
- (b) m = w + 8 — To make m the subject of w = m − 8, add 8 to both sides so the subtraction is undone: m = w + 8. Writing m = w − 8 forgets to change the operation at all — it just relabels the equation without moving the 8 across. Writing m = 8 − w swaps the order and puts the wrong sign on w, as if the equation had been w = 8 − m instead. Writing m = w/8 mistakes subtraction for a scaling relationship and divides by 8 instead of adding it. The correct rearrangement is m = w + 8.
- (b) s = d / t — Method: undo the multiplication by t by dividing both sides by t. Working: d = st, so dividing both sides by t gives s = d / t. The value s = dt comes from multiplying by t instead of dividing. The value s = t / d comes from inverting the fraction, dividing t by d instead of d by t. The value s = d − t comes from subtracting t instead of dividing by it.
- (c) x = (y + 24)/4 — Method: expand the bracket first, then undo the operations done to x in reverse order. Working: y = 4(x − 6) = 4x − 24, so y + 24 = 4x, so x = (y + 24)/4. Answer: x = (y + 24)/4. x = (y + 6)/4 comes from expanding the bracket incorrectly, treating 4(x − 6) as 4x − 6 instead of 4x − 24. x = 4y + 96 comes from multiplying by 4 instead of dividing by 4 to undo the multiplication, giving 4(y + 24) = 4y + 96. x = y/4 − 6 comes from dividing by 4 first without expanding the bracket, then subtracting 6 as if the bracket's operation still applied afterwards.
Build your own mix at the worksheet builder.