Key Points

A Square and A Cube
14 Sections
  • 1
    Definition of a Square Number

    A square number is the result of multiplying a number by itself, represented as n2=n×nn^2 = n \times n. The squares of natural numbers (1,4,9,16,1, 4, 9, 16, \dots) are called perfect squares.

  • 2
    Units Digit Property of Perfect Squares

    A perfect square can only end with the digits 0,1,4,5,6,0, 1, 4, 5, 6, or 99. If a number ends in 2,3,7,2, 3, 7, or 88, it is never a perfect square.

  • 3
    Number of Zeros in a Perfect Square

    A perfect square must have an even number of zeros at the end. For example, 100100 (10210^2) is a perfect square, but 10001000 is not.

  • 4
    Sum of Consecutive Odd Numbers

    The sum of the first nn odd natural numbers is equal to n2n^2. For example, the sum of the first 4 odd numbers is 1+3+5+7=161 + 3 + 5 + 7 = 16, which is 424^2.

  • 5
    Definition of Square Root

    The square root is the inverse operation of squaring. If n2=mn^2 = m, then the square root of mm is nn, written as m=n\sqrt{m} = n. For example, since 82=648^2 = 64, then 64=8\sqrt{64} = 8.

  • 6
    Square Root by Prime Factorization

    To find the square root of a perfect square, express it as a product of prime factors. The square root is the product of one factor from each pair. For example, 144=22×22×32144 = 2^2 \times 2^2 \times 3^2, so 144=2×2×3=12\sqrt{144} = 2 \times 2 \times 3 = 12.

  • 7
    Test for Perfect Square by Subtraction

    A number is a perfect square if you can repeatedly subtract successive odd numbers (1,3,5,1, 3, 5, \dots) from it and reach 0. The number of subtractions performed gives the square root.

  • 8
    Numbers Between Consecutive Squares

    There are 2n2n non-perfect square numbers between the squares of two consecutive numbers, nn and n+1n+1. That is, between n2n^2 and (n+1)2(n+1)^2, there are 2n2n numbers.

  • 9
    Definition of a Cube Number

    A cube number is the result of multiplying a number by itself three times, represented as n3=n×n×nn^3 = n \times n \times n. The cubes of natural numbers (1,8,27,64,1, 8, 27, 64, \dots) are called perfect cubes.

  • 10
    Definition of Cube Root

    The cube root is the inverse operation of cubing. If n3=mn^3 = m, then the cube root of mm is nn, written as m3=n\sqrt[3]{m} = n. For example, since 53=1255^3 = 125, then 1253=5\sqrt[3]{125} = 5.

  • 11
    Cube Root by Prime Factorization

    To find the cube root of a perfect cube, express it as a product of prime factors. The cube root is the product of one factor from each triplet. For example, 216=23×33216 = 2^3 \times 3^3, so 2163=2×3=6\sqrt[3]{216} = 2 \times 3 = 6.

  • 12
    Parity of Squares and Cubes

    The square or cube of an even number is always even (e.g., 62=36,43=646^2 = 36, 4^3 = 64). The square or cube of an odd number is always odd (e.g., 72=49,53=1257^2 = 49, 5^3 = 125).

  • 13
    Creating a Perfect Square by Multiplication

    To find the smallest number to multiply a given number by to make it a perfect square, find its prime factorization. Multiply by the factors that are not in pairs. For example, 72=23×32=(2×2)×2×(3×3)72 = 2^3 \times 3^2 = (2 \times 2) \times 2 \times (3 \times 3). Multiply by 2 to get 144=122144 = 12^2.

  • 14
    Creating a Perfect Cube by Multiplication

    To find the smallest number to multiply a given number by to make it a perfect cube, find its prime factorization. Multiply by the factors needed to complete each triplet. For example, 108=22×33108 = 2^2 \times 3^3. Multiply by 2 to get 216=63216 = 6^3.

Quick Revision Tips
  • • Review these points before exams
  • • Make flashcards for better retention
  • • Connect points to real-world examples
  • • Practice explaining each point in your own words