MathMastery.Beta
Formula Bank
Showing: CBE Grades 6-9

Quick reference for mathematical rules and equations.

Algebraic Expressions

Algebra Grade 7
1. Structure of an Algebraic Term
An algebraic term is built from a numerical multiplier (coefficient) and an unknown value (variable) raised to a power.
Term=coefficient×variablepower\text{Term} = \text{coefficient} \times \text{variable}^{\text{power}}
Example: In 5x35x^3: 55 is the coefficient, xx is the variable, 33 is the power.
Note: xx alone means 1x11x^1.
2. Expanding Brackets (Distributive Property)
To expand brackets, multiply the outer number by every term inside the brackets.
a(b+c)=ab+aca(b + c) = ab + ac
Example: 3(x+4)=(3×x)+(3×4)=3x+123(x + 4) = (3 \times x) + (3 \times 4) = 3x + 12
3. Combining Like Terms
Add or subtract terms with the exact same variable and power. Combine the coefficients and keep the variable part unchanged.
k1x+k2x=(k1+k2)xk_1x + k_2x = (k_1 + k_2)x
Example: 4x+7x=(4+7)x=11x4x + 7x = (4 + 7)x = 11x
💡 Tip: Only like terms combine: 3x+2y3x + 2y cannot be simplified.
4. Multiplying Variables (Index Law 1)
When multiplying terms with the same base, keep the base and add the exponents.
xm×xn=xm+nx^m \times x^n = x^{m+n}
Example: x3×x2=x3+2=x5x^3 \times x^2 = x^{3+2} = x^5
5. Substitution and Evaluation
Replace each variable with its numeric value, then compute following BODMAS order.
Example: Evaluate 2x+52x + 5 when x=3x = 3:
2(3)+5=6+5=112(3) + 5 = 6 + 5 = 11.
💡 Tip: Always substitute with brackets: 2x2x at x=3x = -3 means 2(3)2(-3), not 232-3.
View Full Lesson

Linear Equations

Algebra Grade 7
1. Standard Form of a Linear Equation
A linear equation in one variable balances an unknown value xx with given numbers.
ax+b=cax + b = c
Example: In 2x+4=102x + 4 = 10: 22 is the coefficient aa, 44 is the constant bb, and 1010 is the result cc.
2. Isolating the Variable Term
Move the constant term to the opposite side by performing the inverse operation (subtracting bb).
ax=cbax = c - b
Example: For 2x+4=102x + 4 = 10:
Subtract 44 from both sides: 2x=104    2x=62x = 10 - 4 \implies 2x = 6.
3. Solving for $x$
Divide both sides by the coefficient aa to isolate xx completely.
x=cbax = \frac{c - b}{a}
Example: From 2x=62x = 6:
Divide by 22: x=62=3x = \frac{6}{2} = 3.
4. Variables on Both Sides
When xx appears on both sides, collect all variable terms on one side and constant terms on the other.
ax+b=cx+d    (ac)x=dbax + b = cx + d \implies (a - c)x = d - b
Example: Solve 5x+2=2x+115x + 2 = 2x + 11:
Subtract 2x2x from both sides: 3x+2=113x + 2 = 11
Subtract 22: 3x=9    x=33x = 9 \implies x = 3.
💡 Tip: Move the smaller variable term to avoid negative coefficients.
5. Verifying Your Solution
Substitute your answer back into the original equation to confirm both sides balance.
Check: a(solution)+b=c\text{Check: } a(\text{solution}) + b = c
Example: Check x=3x = 3 in 2x+4=102x + 4 = 10:
2(3)+4=6+4=102(3) + 4 = 6 + 4 = 10. The solution is correct!
💡 Tip: If Left Hand Side equals Right Hand Side, your answer is guaranteed correct.
View Full Lesson

Linear Inequalities

Algebra Grade 7
1. Solving a Linear Inequality
Isolate xx using the same operations as a normal equation.
ax+b<c    x<cbaax + b < c \implies x < \frac{c - b}{a}
Example: 3x2<103x - 2 < 10
Add 22: 3x<123x < 12
Divide by 33: x<4x < 4.
2. The Negative Division Rule
Multiplying or dividing both sides by a negative number flips the inequality direction.
If a<0:ax<b    x>ba\text{If } a < 0: \quad ax < b \implies x > \frac{b}{a}
Example: Solve 2x<8-2x < 8:
Divide by 2-2 and flip the sign: x>4x > -4.
💡 Tip: This is the most-tested trap in inequalities. ALWAYS ask: did I divide by a negative?
3. Compound Inequalities
When xx is bounded between two numbers, perform the exact same operation on all three parts at once.
p<ax+bq    pba<xqbap < ax + b \le q \implies \frac{p - b}{a} < x \le \frac{q - b}{a}
Example: Solve 5<2x+195 < 2x + 1 \le 9:
Subtract 11 everywhere: 4<2x84 < 2x \le 8
Divide everywhere by 22: 2<x42 < x \le 4.
4. Number Line and Interval Notation
Solution sets are drawn on a number line or written as intervals. The circle type tells you whether the end value is included.
Strict (<,><, >)Open circle \circ, interval (k)(k)
Inclusive (,\le, \ge)Closed circle \bullet, interval [k][k]
Example: x<3x < 3 in interval notation is (,3)(-\infty, 3).
x5x \ge 5 in interval notation is [5,)[5, \infty).
View Full Lesson

Algebraic Expressions

Algebra Grade 8
1. Expanding Brackets
To expand an expression, multiply the single outer factor by every term inside the bracket.
a(b+c)=ab+aca(b + c) = ab + ac
Example: 4(2x+3)=(4×2x)+(4×3)=8x+124(2x + 3) = (4 \times 2x) + (4 \times 3) = 8x + 12
💡 Tip: Pay close attention to negative signs when expanding: 2(x3)=2x+6-2(x - 3) = -2x + 6.
2. Factorising Expressions
Factorising is the reverse of expanding. Identify and pull out the highest common factor shared by all terms.
ab+ac=a(b+c)ab + ac = a(b + c)
Example: Factorise 6x+96x + 9:
The highest common factor of 6x6x and 99 is 33.
6x+9=3(2x+3)6x + 9 = 3(2x + 3).
💡 Tip: Test your factorised answer by expanding it back out in your head.
3. Simplifying Expressions with Common Variables
When terms share the same variable part, simplify by adding or subtracting their coefficients.
ax+bx=(a+b)xax + bx = (a + b)x
Example: Simplify 5x+3x2x5x + 3x - 2x:
(5+32)x=6x(5 + 3 - 2)x = 6x
4. Multiplying Scalar and Binomial Terms
A constant multiplier outside the bracket affects both the variable term and the constant term inside.
k(ax+b)=kax+kbk(ax + b) = kax + kb
Example: Expand 5(3x4)5(3x - 4):
(5×3x)+(5×4)=15x20(5 \times 3x) + (5 \times -4) = 15x - 20
View Full Lesson

Linear Equations

Algebra Grade 8
1. Equations with Brackets
When an equation contains a bracketed expression multiplied by a number, expand the bracket first or divide both sides by the multiplier.
a(x+b)=c    ax+ab=ca(x + b) = c \implies ax + ab = c
Example: Solve 3(x+2)=153(x + 2) = 15:
Expand the bracket: 3x+6=153x + 6 = 15
Subtract 66: 3x=93x = 9
Divide by 33: x=3x = 3.
💡 Tip: Alternatively, divide by aa first: x+b=cax + b = \frac{c}{a} if cc is divisible by aa.
2. Isolating the Variable Term
Collect all constant terms on the opposite side of the variable by applying inverse operations.
ax=cabax = c - ab
Example: From 3x+6=153x + 6 = 15:
Subtract 66 from both sides: 3x=156=93x = 15 - 6 = 9.
3. Solving for the Unknown
Divide the remaining total by the variable's coefficient to find the final value.
x=cabax = \frac{c - ab}{a}
Example: From 3x=93x = 9:
x=93=3x = \frac{9}{3} = 3.
4. Clearing Fractional Equations
To eliminate a denominator, multiply every term on both sides by that denominator.
ax+bc=d    ax+b=cd\frac{ax + b}{c} = d \implies ax + b = cd
Example: Solve 2x+43=6\frac{2x + 4}{3} = 6:
Multiply both sides by 33: 2x+4=182x + 4 = 18
Subtract 44: 2x=142x = 14
Divide by 22: x=7x = 7.
💡 Tip: Multiplying by the denominator clears the fraction in one single step.
View Full Lesson

Equation of a Straight Line

Algebra Grade 9
1. Gradient (Slope) of a Line
The gradient (mm) measures steepness, calculated as the vertical change (rise) divided by the horizontal change (run) between two points.
m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}
Example: Find the gradient passing through (1,2)(1, 2) and (3,8)(3, 8):
m=8231=62=3m = \frac{8 - 2}{3 - 1} = \frac{6}{2} = 3.
💡 Tip: Always subtract coordinates in the same order: (y2y1)(y_2 - y_1) over (x2x1)(x_2 - x_1).
2. Slope-Intercept Form
A linear equation written in slope-intercept form directly reveals its gradient (mm) and yy-intercept (bb).
y=mx+by = mx + b
Example: For the line y=2x+5y = 2x + 5:
The gradient m=2m = 2, and the line crosses the yy-axis at (0,5)(0, 5).
💡 Tip: The yy-intercept bb is the point where x=0x = 0.
3. Point-Slope Form
Use this formula to find the equation of a straight line when you know one point (x1,y1)(x_1, y_1) and the gradient mm.
yy1=m(xx1)y - y_1 = m(x - x_1)
Example: Find the line with gradient m=4m = 4 through point (2,3)(2, 3):
y3=4(x2)y - 3 = 4(x - 2)
y3=4x8    y=4x5y - 3 = 4x - 8 \implies y = 4x - 5.
4. General Form of a Line
Rearrange all terms to one side so the equation equals zero, keeping coefficients as whole numbers.
Ax+By+C=0Ax + By + C = 0
Example: Convert y=3x4y = 3x - 4 into general form:
Subtract yy from both sides: 3xy4=03x - y - 4 = 0.
💡 Tip: Conventionally, AA should be positive.
5. Finding the $y$-Intercept from a Point
If you know the gradient mm and any point (x1,y1)(x_1, y_1), solve for bb by rearranging y=mx+by = mx + b.
b=y1mx1b = y_1 - mx_1
Example: A line has m=3m = 3 and passes through (2,7)(2, 7):
b=73(2)=76=1b = 7 - 3(2) = 7 - 6 = 1.
Equation: y=3x+1y = 3x + 1.
View Full Lesson

Linear Inequalities

Algebra Grade 9
1. One-Step Inequalities
Divide or multiply both sides by a positive number without changing the inequality sign.
ax<b    x<ba(a>0)ax < b \implies x < \frac{b}{a} \quad (a > 0)
Example: Solve 4x<124x < 12:
Divide by 44: x<3x < 3.
2. Two-Step Inequalities
Undo additions or subtractions first, then divide by the coefficient.
ax+c<d    x<dcaax + c < d \implies x < \frac{d - c}{a}
Example: Solve 2x+5<132x + 5 < 13:
Subtract 55: 2x<82x < 8
Divide by 22: x<4x < 4.
3. Reversing the Sign (Negative Rule)
Multiplying or dividing both sides by a negative number reverses the inequality symbol.
kx<m    x>mk-kx < m \implies x > -\frac{m}{k}
Example: Solve 3x<12-3x < 12:
Divide by 3-3 and reverse sign: x>4x > -4.
💡 Tip: Always reverse <>< \to > or \le \to \ge when dividing by a negative number.
4. Compound Intervals
Express solutions bounded between two endpoints using interval notation.
a<xb    (a,b]a < x \le b \implies (a, b]
Example: Convert 2<x72 < x \le 7 to interval notation:
Written as (2,7](2, 7].
💡 Tip: Parentheses ()( ) exclude the endpoint; square brackets [][ ] include it.
5. Graphing Two-Variable Inequalities
Graph the line y=mx+cy = mx + c, then shade the region containing satisfying coordinate pairs.
Strict (<,><, >)Use a dashed boundary line
Inclusive (,\le, \ge)Use a solid boundary line
Example: Graph y2x+1y \ge 2x + 1:
1. Draw solid line y=2x+1y = 2x + 1.
2. Test (0,0)(0,0): 02(0)+1    010 \ge 2(0) + 1 \implies 0 \ge 1 (False).
3. Shade the half-plane above the line.
💡 Tip: Test point (0,0)(0,0) is the fastest way to confirm which side of the line to shade.
View Full Lesson

Matrices

Algebra Grade 9
1. Matrix Dimensions (Order)
A matrix is a rectangular grid of numbers described by its number of rows (mm) and columns (nn).
Am×nA_{m \times n}
Example: A matrix with 22 rows and 33 columns has dimensions 2×32 \times 3.
(123456)2×3\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{pmatrix}_{2 \times 3}
💡 Tip: Remember: Rows first, Columns second (RC = 'Remote Control').
2. Matrix Addition
Add corresponding elements in matrices that have the exact same dimensions.
C=A+B    cij=aij+bijC = A + B \implies c_{ij} = a_{ij} + b_{ij}
Example: (1324)+(5102)=(1+53+12+04+2)=(6426)\begin{pmatrix} 1 & 3 \\ 2 & 4 \end{pmatrix} + \begin{pmatrix} 5 & 1 \\ 0 & 2 \end{pmatrix} = \begin{pmatrix} 1+5 & 3+1 \\ 2+0 & 4+2 \end{pmatrix} = \begin{pmatrix} 6 & 4 \\ 2 & 6 \end{pmatrix}
💡 Tip: Addition is impossible if dimensions do not match.
3. Matrix Subtraction
Subtract corresponding elements in matrices with matching dimensions.
C=AB    cij=aijbijC = A - B \implies c_{ij} = a_{ij} - b_{ij}
Example: (5834)(2314)=(52833144)=(3520)\begin{pmatrix} 5 & 8 \\ 3 & 4 \end{pmatrix} - \begin{pmatrix} 2 & 3 \\ 1 & 4 \end{pmatrix} = \begin{pmatrix} 5-2 & 8-3 \\ 3-1 & 4-4 \end{pmatrix} = \begin{pmatrix} 3 & 5 \\ 2 & 0 \end{pmatrix}
💡 Tip: Subtract element by element in the exact same positions.
View Full Lesson