Year 9: Integer indices
This cheat-sheet covers integer indices. Indices represent how many times a number (the base) is multiplied by itself.
Key concepts
- Positive integer index: xn means x multiplied by itself n times (e.g., 23 = 2 * 2 * 2 = 8).
- Negative integer index: x-n is the reciprocal of xn. (e.g., 2-2 = 1 / 22 = 1 / 4 = 0.25).
- Zero Index: (for any non-zero number x).
Rules
- (Indices with the same base add)
- (Indices with the same base subtract)
- (Indices multiply)
Examples
Example 1: Simplify
Example 2: Simplify
Example 3: Calculate
Remember: Always simplify before calculating!