Year 9 Mathematics: Number Skills and Index Laws Study Guide

Unit Overview: Number Skills and Index Laws

  • Subject: Year 9 Mathematics, Semester One Term One.

  • Objective: Students will review and expand their study of number skills, specifically learning to solve problems involving:

    • All real numbers (rational and irrational).

    • Exponents (Index Laws).

    • Very large or small measurements expressed in scientific notation.

  • Resources: LearnON Exercise 1.1 Pre-Test.

Integer Operations (Component 1)

  • Integer Definition: An integer is any number from the set of numbers that includes positive whole numbers, negative whole numbers, and zero.

  • Rules for Multiplying and Dividing Integers:

    • Multiplying or dividing a positive and a negative number results in a negative number.

    • Multiplying or dividing two positive or two negative numbers results in a positive number.

  • BIDMAS (Order of Operations):

    • B: Brackets.

    • I: Indices (including radicals/roots).

    • D: Division.

    • M: Multiplication.

    • A: Addition.

    • S: Subtraction.

BIDMAS Flowchart and Evaluation Process

  • Step-by-Step Logic:

    1. Check for Brackets: If present, inspect context. If there are nested brackets, evaluate the innermost first. Return to the start of BIDMAS for the internal terms.

    2. Evaluate Indices and Radicals: Process these from left to right as they appear.

    3. Evaluate Multiplication and Division: Process from left to right as they appear.

    4. Evaluate Addition and Subtraction: Process from left to right as they appear.

  • Example 1: Evaluate 72÷16+(98)(33)5272 \div \sqrt{16} + (9-8)(3^3) - 5^2

    • Step 1 (Brackets): (98)=1(9-8) = 1 and (33)=27(3^3) = 27. Expression becomes: 72÷16+(1)(27)5272 \div \sqrt{16} + (1)(27) - 5^2.

    • Step 2 (Indices/Radicals): 16=4\sqrt{16} = 4 and 52=255^2 = 25. Expression becomes: 72÷4+(1)(27)2572 \div 4 + (1)(27) - 25.

    • Step 3 (Division/Multiplication): 72÷4=1872 \div 4 = 18 and (1)(27)=27(1)(27) = 27. Expression becomes: 18+272518 + 27 - 25.

    • Step 4 (Addition/Subtraction): 18+2725=2018 + 27 - 25 = 20.

Multiples, Factors, and Prime Numbers

  • Multiples: A multiple of a given number is the product of that number and an integer. They are the results of skip counting or multiplication tables.

    • Example: First six multiples of 33 are 3,6,9,12,15,183, 6, 9, 12, 15, 18.

  • Lowest Common Multiple (LCM): The smallest multiple shared between two or more numbers.

    • Method 1 (Listing): List multiples until the first common value is found.

    • Method 2 (Prime Factorisation):

      1. Express all numbers in prime factor form.

      2. Multiply all distinct primes. For common primes, use the highest power found.

      3. Example: Find LCM of 2424 and 6060.

        • 24=23×324 = 2^3 \times 3

        • 60=22×3×560 = 2^2 \times 3 \times 5

        • LCM=23×3×5=120LCM = 2^3 \times 3 \times 5 = 120.

  • Factors: A natural number that divides exactly into another natural number.

    • Example: Factors of 1515 are 1,3,5,151, 3, 5, 15.

  • Highest Common Factor (HCF): The largest factor shared between at least two numbers.

    • Method (Prime Factorisation): The HCF is the product of all common prime factors, using their lowest index.

    • Example: HCF of 532532 and 114114.

  • Prime Numbers: A prime number is any number for which its only factors are 11 and itself. A prime number must have exactly two factors.

Real Numbers and Classification

  • Real Numbers (R\mathbb{R}): The group of numbers normally encountered in measurement/quantifying, comprised of rational and irrational numbers.

  • Rational Numbers (Q\mathbb{Q}): Any number that can be written as a fraction ab\frac{a}{b} where aa and bb are integers.

    • Includes Integers (Z\mathbb{Z}): Positive whole numbers, negative whole numbers, and zero.

    • Includes Natural Numbers (N\mathbb{N}): Counting numbers (1,2,3...1, 2, 3...), excluding zero.

    • Includes Terminating Decimals: Decimals that end (e.g., 1.21.2, 88, 6.123-6.123).

    • Includes Recurring Decimals: Decimals that go on forever but have repeating sequences (e.g., 0.333...0.333... written as 0.3˙0.\dot{3}, 0.55...0.55..., 1.44...-1.44...).

  • Irrational Numbers (I\mathbb{I}): Numbers that are non-terminating AND non-recurring.

    • Examples: 21.414213...\sqrt{2} \approx 1.414213..., π3.14159...\pi \approx 3.14159..., and phi (ϕ)1.618033...\text{phi } (\phi) \approx 1.618033... (The Golden Ratio).

Rounding and Significant Figures

  • Purpose of Rounding: To make calculations easier, improve understandability, and avoid over-precision in measurements.

  • Significant Figure Rules:

    • The first non-zero digit is always significant.

    • Zeros between non-zero digits are significant.

    • Zeros trailing to the right of a decimal point are significant.

  • Rounding Algorithm to Significant Figures:

    1. Identify the first non-zero digit (this is the 1st Sig Fig).

    2. Count digits until the required number of rounded digits is reached.

    3. Look at the digit to the right (‘critical digit’).

    4. If the digit is 5≥ 5, round the last digit up. If < 5, keep it the same.

    5. For non-decimals: convert trailing digits to 00. For decimals: truncate/remove following numbers.

  • Numerical Examples:

    • Australia Population 2024: 27,204,80927,204,809.

    • Australia Population 2014: 23,625,60023,625,600.

Index Laws Summary

  • Key Components: Base numeral and index/exponent (e.g., 636^3 is read as "6 to the power of 3").

  • First Law (Multiplication): When multiplying same bases, add the indices: am×an=am+na^m \times a^n = a^{m+n}.

  • Second Law (Division): When dividing same bases, subtract the indices: am÷an=amna^m \div a^n = a^{m-n}.

  • Multiplicative Identity and the Zero Index:

    • The multiplicative identity is 11. Multiplied by any number, the result is that number (1×72=721 \times 72 = 72).

    • Third Law: Any base (except zero) raised to power 00 is 11: a0=1a^0 = 1.

    • The case of 000^0: This is indeterminate. It can be interpreted as 11 by the zero-index rule or undefined because 0÷00 \div 0 is undefined.

  • Fourth Law (Power to a Power): (am)n=am×n(a^m)^n = a^{m \times n}.

  • Fifth Law (Brackets with Products): (a×b)n=an×bn(a \times b)^n = a^n \times b^n. All terms inside are raised to the power.

  • Sixth Law (Brackets with Fractions): (ab)n=anbn(\frac{a}{b})^n = \frac{a^n}{b^n}. Both numerator and denominator are raised to the power.

  • Seventh Law (Negative Indices): Negative indices represent the inverse of repeated multiplication, which is repeated division. They are reciprocals of positive counterparts: an=1ana^{-n} = \frac{1}{a^n}, where a0a \neq 0.

    • Example: 23=1÷2÷2÷2=123=182^{-3} = 1 \div 2 \div 2 \div 2 = \frac{1}{2^3} = \frac{1}{8}.

Scientific Notation

  • Form: a×10ba \times 10^b.

  • Coefficient (aa): Must satisfy 1 \le |a| < 10. (Positive version: 1 \le a < 10; Negative version: -10 < a \le -1).

  • Index (bb):

    • If the absolute value of the original number is 1≥ 1, bb is positive.

    • If the absolute value of the original number is < 1, bb is negative.

  • Real World Examples:

    • US Government Debt (Feb 7, 2025): $3.6×1013\$3.6 \times 10^{13} (or $36,000,000,000,000\$36,000,000,000,000).

    • Diameter of a red blood cell: 7.0×106m7.0 \times 10^{-6}\,\text{m} (or 0.000007m0.000007\,\text{m}).

  • Writing Technique:

    1. Move decimal point between the first and second significant figures.

    2. Count moving places (this is the magnitude of the exponent).

    3. Move Left = Positive exponent (large numbers); Move Right = Negative exponent (small numbers).

Square Roots and Cube Roots

  • Radical Notation: Contains a radical symbol, an index (e.g., 33 for cube root), and a radicand (the number inside).

  • Root Definition: The number that multiplies by itself as many times as the index to equal the radicand.

    • Example: 273=3\sqrt[3]{27} = 3 because 3×3×3=273 \times 3 \times 3 = 27.

  • Positive and Negative Roots: Every positive number has two square roots (positive and negative). For example, 9=±3\sqrt{9} = \pm 3 because 32=93^2 = 9 and (3)2=9(-3)^2 = 9.

  • Fractional Indices: Roots are the inverse of powers. A root can be written as the reciprocal of its index index:

    • Square root: 4=41/2\sqrt{4} = 4^{1/2}.

    • Cube root: 273=271/3\sqrt[3]{27} = 27^{1/3}.

    • General form: xn=x1/n\sqrt[n]{x} = x^{1/n}.

Questions & Discussion

  • Question: Why is 11 not a prime number?

  • Response: A prime number must have exactly two factors: itself and 11. The number 11 only has one factor (11).

  • Question: Is 00 a prime number?

  • Response: No, 00 is not prime. It does not fit the definition of having exactly two factors.

  • Question: Do negative prime numbers exist?

  • Response: (Context denotes discussion point: traditionally, prime numbers are defined within the set of natural numbers/positive integers).

  • Question: List the first 5 prime numbers.

  • Response: 2,3,5,7,112, 3, 5, 7, 11.

  • Question: What are the results for the first six multiples of 33?

  • Response: 1×3=31 \times 3 = 3, 2×3=62 \times 3 = 6, 3×3=93 \times 3 = 9, 4×3=124 \times 3 = 12, 5×3=155 \times 3 = 15, 6×3=186 \times 3 = 18.

  • Question: How many people were added to the Australian population between 2014 (23,625,60023,625,600) and 2024 (27,204,80927,204,809)?

  • Response: Approximately 3,579,2093,579,209 people.