Skip to content
MathAnvil
§ Expressions & Algebra

Manipulate Expressions

§ Expressions & Algebra

Manipulate Expressions

CCSS.6.EECCSS.7.EECCSS.HSA.REI3 min read

Manipulating expressions involves rewriting mathematical expressions in different but equivalent forms using algebraic properties. This process includes expanding brackets, factoring terms, and isolating variables through inverse operations. The fundamental principle maintains that whatever operation is performed on one side of an equation must also be performed on the other side.

§ 01

Why it matters

Expression manipulation forms the foundation for solving real-world problems across multiple fields. Engineers use these techniques to rearrange formulas like P = IV (power equals current times voltage) to find unknown values in electrical circuits. Financial analysts manipulate compound interest formulas to determine investment growth over time periods of 5, 10, or 20 years. In physics, manipulating F = ma allows scientists to calculate acceleration when force and mass are known. Medical dosage calculations require manipulating expressions to determine proper medication amounts based on patient weight and treatment duration. These skills appear throughout algebra coursework and are essential for success in calculus, where expression manipulation becomes increasingly complex with derivatives and integrals.

§ 02

How to solve manipulate expressions

Expanding & Factoring

  • Expand single bracket: a(b + c) = ab + ac.
  • Expand double brackets: (a+b)(c+d) = ac + ad + bc + bd (FOIL).
  • Factorise: find the HCF of all terms and write outside the bracket.
  • Factorise quadratics: find two numbers that multiply to c and add to b.

Example: Expand 3(x + 4) = 3x + 12. Factor 6x + 9 = 3(2x + 3).

§ 03

Worked examples

Beginner§ 01

Make x the subject: x + 8 = 12

Answer: x = 4

  1. Subtract 8 from both sides x = 12 − 8 To isolate x, subtract 8 from both sides.
  2. Calculate x = 4 12 − 8 = 4.
Easy§ 02

Make x the subject: 6x = 60

Answer: x = 10

  1. Divide both sides by 6 x = 606 To isolate x, divide both sides by the coefficient 6.
  2. Calculate x = 10 60 ÷ 6 = 10.
Medium§ 03

Make y the subject: 2y − 12 = 6

Answer: y = 9

  1. Add 12 to both sides 2y = 18 Undo the subtraction by adding 12.
  2. Divide both sides by 2 y = 9 18 ÷ 2 = 9.
§ 04

Common mistakes

  • When expanding 3(x + 4), writing 3x + 4 instead of 3x + 12 by forgetting to multiply both terms inside the bracket.
  • In factoring 6x + 9, incorrectly writing 2(3x + 3) instead of 3(2x + 3) by choosing the wrong common factor.
  • When isolating x from 2x + 5 = 11, subtracting 5 from only the right side to get 2x = 6 instead of properly subtracting from both sides to get 2x = 6.
§ 05

Frequently asked questions

What is the difference between expanding and factoring expressions?
Expanding removes brackets by distributing multiplication, like changing 3(x + 4) to 3x + 12. Factoring does the reverse, taking common factors outside brackets, like changing 6x + 9 to 3(2x + 3). These are inverse operations that create equivalent expressions.
How do you check if two expressions are equivalent?
Substitute the same number for all variables in both expressions and calculate the results. If the expressions produce identical values for multiple test numbers, they are likely equivalent. For example, testing x = 2 in both 3(x + 4) and 3x + 12 gives 18 in both cases.
Why must you perform the same operation on both sides of an equation?
Equations represent balance between two equal quantities. Performing different operations on each side breaks this balance, creating an inequality instead of maintaining equality. This principle ensures that solutions remain valid throughout the manipulation process.
What does it mean to make a variable the subject of a formula?
Making a variable the subject means isolating it on one side of the equation so it equals everything else. For example, from 2x + 3 = 11, making x the subject gives x = 4. This allows direct calculation of the variable's value.
When should you expand brackets versus factor expressions?
Expand brackets when solving equations or simplifying complex expressions for calculation. Factor expressions when finding common terms, solving quadratic equations, or simplifying fractions. The choice depends on the goal: expansion for computation, factoring for analysis and simplification.
§ 06

See also

§ 06

Where to next?

Share this article