Simplifying and operating on algebraic fractions, plus the rules for working with powers.
Algebraic fractions and indices are simplification tools. They help you rewrite complicated expressions into cleaner forms without changing their value.
In the CSEC exam, these skills often appear inside larger algebra questions rather than as a topic by itself. You may need to simplify before solving, factor before cancelling, or apply index laws before substituting. Each line should preserve equality, so explain what rule you are using when the step is not obvious.
Simplifying Algebraic Fractions
The safest way to simplify an algebraic fraction is to factor first, then cancel common factors. Cancelling terms that are being added is a serious algebra mistake.
Algebraic fractions work exactly like regular fractions, but with variables instead of just numbers.
The Key Principle: You can cancel something from top and bottom if it appears in BOTH places.
Rule 1: Cancel Common Variables
If the same variable appears on top and bottom, you can cross them out.
Example
Simplify 9x6x:
Method: Break into two fractions
9x6x=96×xx
Now: 96=32 and xx=1
9x6x=32
Why this works:x÷x=1, just like 5÷5=1
Rule 2: Factor the Numerator, Then Cancel
When the numerator is more complex, factor it first. Then look for common factors with the denominator.
Example
Simplify xx2+5x:
Step 1: Factor the numerator (top)
x2+5x=x(x+5)
Why? Because both terms have an x: x2=x⋅x and 5x=5⋅x
Step 2: Rewrite the fraction
xx2+5x=xx(x+5)
Step 3: Cancel the x from top and bottom
xx(x+5)=x+5
Check: If x=3: Original = 39+15=324=8, Simplified = 3+5=8 ✓
Remember
You can ONLY cancel if:
The same thing appears in BOTH numerator and denominator
The whole thing is being multiplied (not added)
Wrong:xx+2, you CANNOT cancel the x here! (The x is only in one part of a sum)
Right:xx(x+2), now you CAN cancel (the x is being multiplied)
Adding and Subtracting Algebraic Fractions
Addition and subtraction depend on matching denominators because the pieces must be the same size before they can be combined.
Just like regular fractions, you need a common denominator to add or subtract.
Case 1: Same Denominator (Easy)
If the denominators match, just combine the numerators.
Example
Add x2+x3:
Same denominator: x
x2+x3=x2+3=x5
(This is just like 52+53=55=1)
Case 2: Different Denominators (Harder)
Find the Least Common Denominator (LCD), the smallest expression both denominators divide into.
Example
Add x1+y1:
Step 1: What's the LCD? Since we have x and y, the LCD is xy
Step 2: Convert each fraction to use the LCD
x1=x×y1×y=xyy (multiply top and bottom by y)
y1=y×x1×x=xyx (multiply top and bottom by x)
Step 3: Now add them
xyy+xyx=xyy+x=xyx+y
Check: If x=2,y=3: Original = 21+31=63+62=65, Simplified = 2×32+3=65 ✓
Finding LCD Strategy
Exam Tip
To find the LCD with variable denominators:
List all the factors that appear
Use each factor the maximum number of times it appears in any denominator
Example: denominators x2,xy,y → LCD is x2y (use x twice, y once)
Laws of Indices (Exponents)
What Are Indices?
Indices are shorthand for repeated multiplication. They are not decoration; they control how many times the base is used as a factor.
Index (or exponent) is the small number that says "multiply this number by itself how many times."
x3=x×x×x (three times)24=2×2×2×2=16 (four times)
The index tells you how many times to use the base.
Rule 1: Multiply
Use this rule only when the bases are the same. x2×x3 can be combined, but x2×y3 cannot become one power because the bases are different.
When you multiply powers with the SAME base, ADD the exponents:
am×an=am+n
Why? Because:
x2×x3=(x×x)×(x×x×x)=x×x×x×x×x=x5
You're multiplying 2 of them times 3 of them = 5 of them total.
Example
x2×x3:
Same base (x), so add exponents: 2+3=5
x2×x3=x5
Example
a4×a2×a3:
Add all exponents: 4+2+3=9
a4×a2×a3=a9
Rule 2: Divide
Division removes repeated factors. Subtracting the exponents counts how many copies of the base remain after cancellation.
When you divide powers with the SAME base, SUBTRACT the exponents:
anam=am−n
Why? Because:
x2x5=x×xx×x×x×x×x=x×x×x=x3
Cancel two of them, and you have three left. 5−2=3.
Example
y2y5:
Same base (y), so subtract exponents: 5−2=3
y2y5=y3
Example
a3a8:
Subtract: 8−3=5
a3a8=a5
Rule 3: Power of a Power
A power of a power means repeated groups of repeated factors. Multiplying the indices counts the total number of factors.
When you have a power raised to another power, MULTIPLY the exponents:
(am)n=amn
Why? Because:
(x2)3=x2×x2×x2=(x×x)×(x×x)×(x×x)=x6
You have 3 groups of x2, so 2×3=6 x's total.
Example
(a2)3:
Multiply exponents: 2×3=6
(a2)3=a6
Example
(y4)2:
Multiply: 4×2=8
(y4)2=y8
Rule 4: Product Rule
When a whole product is raised to a power, every factor inside the brackets is repeated. This includes numerical coefficients, not only variables.
When you raise a product to a power, apply the power to EACH part:
The zero power rule often surprises students because it does not mean "nothing". It comes from a pattern of division where equal powers cancel completely.
Any number (except 0) raised to the power 0 equals 1:
a0=1
Why? Think about the divide rule:
anan=1 (something divided by itself)
But also:
anan=an−n=a0
So a0=1.
Example
50=1
x0=1 (for any x=0)
(7xyz)0=1
No matter how complicated the base, if the power is 0, the answer is always 1.
Rule 6: Negative Powers
A negative exponent shows position, not negativity. It moves the factor to the other side of a fraction bar and makes the exponent positive.
A negative power means "put it in a fraction":
a−n=an1
Why? Using the divide rule:
ana0=a0−n=a−n
But a0=1, so:
a−n=an1
Example
2−2:
Flip to a fraction with positive power:
2−2=221=41
Example
x−3:
Flip:
x−3=x31
Example
(2x)−1:
Flip:
(2x)−1=2x1
Remember
Negative power ≠ negative answer!
2−2=41 (positive!)
−22=−4 (this is different, the negative is NOT an exponent)
All Six Rules Summary
Rule
Formula
Example
Why
Multiply
am×an=am+n
x2×x3=x5
Counting total uses
Divide
anam=am−n
y2y5=y3
Canceling
Power of Power
(am)n=amn
(a2)3=a6
Nested multiplication
Product
(ab)n=anbn
(2x)3=8x3
Distributing power
Zero
a0=1
50=1
Self-division
Negative
a−n=an1
2−2=41
Reciprocal
Exam Tip
Strategy for index problems:
Identify which rule applies (same base? power of power? product?)