Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Hindi (हिन्दी)
ICSE • Class 7 • Mathematics • Ch 4
Estimated Time: 45 Mins
Study Progress: In Progress

Exponents

In ICSE Class 7 Mathematics, "Exponents" provides an authoritative, algebraic master study guide on powers, index notation, exponential laws, and scientific scientific notation. This comprehensive chapter explores Exponential Notation (Base $a$, exponent/index/power $n$; Repeated multiplication $a^n = a \times a \times \dots \times a$ [$n$ times]; Negative bases: $(-1)^{\text{even}} = +1$, $(-1)^{\text{odd}} = -1$), The Fundamental Laws of Exponents (1. Product law with same base: $a^m \times a^n = a^{m+n}$, 2. Quotient law with same base: $a^m \div a^n = a^{m-n}$, 3. Power of a power law: $(a^m)^n = a^{m \cdot n}$, 4. Power of a product: $(a \cdot b)^n = a^n \cdot b^n$, 5. Power of a quotient: $(a/b)^n = a^n / b^n$, 6. Zero exponent law: $a^0 = 1$ for any non-zero $a \neq 0$, 7. Negative exponent law: $a^{-n} = \frac{1}{a^n}$ and $(a/b)^{-n} = (b/a)^n$), Prime Factorisation and Exponential Expansion of large integers, Expressing Numbers in Standard Form / Scientific Notation ($k \times 10^n$ where $1 \le k < 10$ and $n \in \mathbb{Z}$), and Comparing Astronomical & Microscopic Magnitudes aligned with the 2026–27 CISCE curriculum.

Can You Fold a Standard Sheet of Paper in Half 42 Times to Reach the Surface of the Moon?

Take an ordinary piece of printer paper. It is about 0.1 millimeters ($10^{-4}\text{ m}$) thick. Fold it in half once—it is 0.2 mm thick. Fold it in half a second time—it is 0.4 mm thick. Fold it a third time—0.8 mm thick. It seems tiny and harmless, right? But exponential growth is one of the most terrifying, explosive forces in the universe! Every single fold doubles the thickness: $2^n$! By fold number 10, the paper is as thick as a book ($10\text{ cm}$). By fold number 30, it punches through the stratosphere into outer space ($107\text{ km}$). And if you could fold that single sheet of paper in half just 42 times, its thickness would be $2^{42} \times 0.1\text{ mm} \approx \mathbf{439,804\text{ kilometers}}$—surpassing the distance from the Earth to the Moon! This is the power of Exponents! How do scientists write the mass of the Earth ($5.972 \times 10^{24}\text{ kg}$) or the mass of an electron ($9.109 \times 10^{-31}\text{ kg}$) in clean, readable shorthand? Why does any non-zero number raised to the power zero equal ONE ($a^0 = 1$)? Let's master exponents.

Why This Chapter Matters

Exponents are the universal language of physics (speed of light $3 \times 10^8\text{ m/s}$, gravity), computer science (binary bits $2^n$, gigabytes $2^{30}$ bytes), astronomy, chemistry (Avogadro's number $6.022 \times 10^{23}$), and financial compound interest. Mastering exponent laws is essential for higher mathematics and ICSE board exams.

Before You Begin (Prerequisites)

  • Multiplication of integers and rational numbers.
  • Prime factorization of natural numbers using factor trees.
  • Basic order of operations (BODMAS).

What You Will Learn (Core Objectives)

  • Identify the base and exponent in exponential expressions and compute powers.
  • Apply the Product Law ($a^m \times a^n = a^{m+n}$) and Quotient Law ($a^m \div a^n = a^{m-n}$).
  • Simplify nested powers using the Power of a Power Law ($(a^m)^n = a^{mn}$).
  • Prove and apply the Zero Exponent Law ($a^0 = 1$) and Negative Exponent Law ($a^{-n} = 1/a^n$).
  • Express large composite numbers in prime factorized exponential notation.
  • Convert between Standard Scientific Notation ($k \times 10^n$) and expanded decimal notation.
  • Compare astronomical distances and microscopic quantities using exponents.

Chapter Roadmap & Progression

1 1. Exponential Notation & Power Rul...
2 2. The Fundamental Laws of Exponent...
3 3. Why is $a^0 = 1$? Mathematical P...
4 4. Standard Form (Scientific Notati...

Complete Concept Guide (100% Curriculum Coverage)

1. Exponential Notation & Power Rules for Signs

Understand
A. Base and Index (Exponent):

When a number is multiplied by itself repeatedly, it can be written compactly using exponential notation:

$$a^n = \underbrace{a \times a \times a \times \dots \times a}_{n \text{ factors}}$$
  • $a$ is called the Base.
  • $n$ is called the Exponent, Index, or Power.
  • Read as "$a$ raised to the power $n$". ($a^2$ is "$a$ squared", $a^3$ is "$a$ cubed").
B. Rules for Negative Bases:
  • $(-1)^{\text{even integer}} = +1$ (e.g., $(-1)^4 = (-1) \times (-1) \times (-1) \times (-1) = +1$).
  • $(-1)^{\text{odd integer}} = -1$ (e.g., $(-1)^5 = -1$).
  • $(-a)^n = +a^n$ if $n$ is even; $(-a)^n = -a^n$ if $n$ is odd.

2. The Fundamental Laws of Exponents

Laws of Indices

For any non-zero rational bases $a, b \neq 0$ and integers $m, n$:

LawMathematical FormulaNumerical Example
1. Product Law$a^m \times a^n = a^{m+n}$$3^4 \times 3^5 = 3^{4+5} = 3^9$
2. Quotient Law$a^m \div a^n = a^{m-n}$$7^8 \div 7^3 = 7^{8-3} = 7^5$
3. Power of a Power$(a^m)^n = a^{m \cdot n}$$(2^3)^4 = 2^{3 \times 4} = 2^{12}$
4. Power of a Product$(a \cdot b)^n = a^n \cdot b^n$$(2 \times 5)^3 = 2^3 \times 5^3 = 8 \times 125 = 1,000$
5. Power of a Quotient$\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$$\left(\frac{3}{4}\right)^3 = \frac{3^3}{4^3} = \frac{27}{64}$
6. Zero Exponent Law$a^0 = 1 \quad (a \neq 0)$$(-15)^0 = 1, \quad (2,500)^0 = 1$
7. Negative Exponent Law$a^{-n} = \frac{1}{a^n}, \quad \left(\frac{a}{b}\right)^{-n} = \left(\frac{b}{a}\right)^n$$5^{-2} = \frac{1}{5^2} = \frac{1}{25}, \quad \left(\frac{2}{3}\right)^{-3} = \left(\frac{3}{2}\right)^3 = \frac{27}{8}$

3. Why is $a^0 = 1$? Mathematical Proof

Proof
Proof of the Zero Exponent Law:

Consider dividing any non-zero number $a^m$ by itself:

$$\frac{a^m}{a^m} = 1 \quad \text{(since any non-zero quantity divided by itself is 1)}$$

Now apply the Quotient Law of Exponents ($a^m \div a^n = a^{m-n}$):

$$\frac{a^m}{a^m} = a^{m - m} = a^0$$

Equating both expressions:

$$a^0 = 1 \quad \text{for all } a \neq 0$$

Note: $0^0$ is an indeterminate form in mathematics and is undefined.

4. Standard Form (Scientific Notation)

Scientific Notation

Any large or tiny real number can be expressed conveniently in Standard Form (Scientific Notation) as:

$$k \times 10^n, \quad \text{where } 1 \le k < 10 \text{ and } n \in \mathbb{Z}$$
  • $k$ is a decimal number between 1 (inclusive) and 10 (exclusive).
  • $n$ is an integer representing the number of places the decimal point was shifted.
Examples:
  • Speed of Light: $300,000,000\text{ m/s} = \mathbf{3.0 \times 10^8\text{ m/s}}$
  • Distance from Earth to Sun: $149,600,000\text{ km} = \mathbf{1.496 \times 10^8\text{ km}}$
  • Population of India: $1,400,000,000 = \mathbf{1.4 \times 10^9}$

Key Formulas, Identities & Theorems

Laws of Exponents Suite
$$a^m \cdot a^n = a^{m+n}, \quad \frac{a^m}{a^n} = a^{m-n}, \quad (a^m)^n = a^{mn}$$
Primary computational laws for like bases.
Standard Form Formulation
$$N = k \times 10^n \quad (1 \le k < 10, \, n \in \mathbb{Z})$$
Scientific notation representation.

Laws of Exponents & Scientific Notation Framework

Exponents: Core Laws, Zero Power & Scientific Notation LAWS OF INDICES • Product Law:   am × an = am+n • Quotient Law:   am ÷ an = am-n • Power of a Power:   (am)n = am×n • Power of a Product:   (ab)n = an × bn • Bases must match for Product/Quotient ZERO & NEGATIVE POWERS • Zero Exponent Law: a0 = 1 (a ≠ 0)   Proof: am/am = am-m = 1 • Negative Exponent Law: a-n = 1 / an (a/b)-n = (b/a)n   e.g., (2/3)-3 = (3/2)3 = 27/8 • Invert fraction to make power positive STANDARD FORM k × 10n (1 ≤ k < 10) • Speed of Light:   300,000,000 = 3.0 × 108 m/s • Distance Earth-Sun:   149,600,000 = 1.496 × 108 km • Signs for -1:   (-1)even = +1 • (-1)odd = -1 • Moves decimal n places am × an = am+n • a0 = 1 • a-n = 1/an • SCIENTIFIC NOTATION: k × 10n

Chapter Summary & 10 Key Takeaways

Takeaway 1
An exponent represents repeated multiplication: $a^n = a \times a \times \dots \times a$ ($n$ times).
Takeaway 2
$(-1)^{\text{even}} = +1$ and $(-1)^{\text{odd}} = -1$; a negative base raised to an even power is positive.
Takeaway 3
Product Law: $a^m \times a^n = a^{m+n}$ (add powers when multiplying matching bases).
Takeaway 4
Quotient Law: $a^m \div a^n = a^{m-n}$ (subtract powers when dividing matching bases).
Takeaway 5
Power of a Power Law: $(a^m)^n = a^{m \cdot n}$ (multiply nested powers).
Takeaway 6
Power of a Product: $(ab)^n = a^n \cdot b^n$; Power of a Quotient: $(a/b)^n = a^n / b^n$.
Takeaway 7
Zero Exponent Law: Any non-zero base raised to power 0 equals 1 ($a^0 = 1$).
Takeaway 8
Negative Exponent Law: $a^{-n} = \frac{1}{a^n}$ and $(a/b)^{-n} = (b/a)^n$.
Takeaway 9
Standard Form expresses numbers as $k \times 10^n$ where $1 \le k < 10$ and $n \in \mathbb{Z}$.
Takeaway 10
To multiply or divide numbers with different bases, first express bases in terms of their prime factors.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
Simplify using exponent laws and express in exponential form: $\frac{2^3 \times 3^4 \times 4}{3 \times 32}$.
Reveal Answer & Explanation
Answer: Step 1: Express all composite numbers ($4$ and $32$) as powers of prime base $2$:
$$4 = 2^2, \quad 32 = 2^5$$
Step 2: Rewrite the expression:
$$\frac{2^3 \times 3^4 \times 2^2}{3^1 \times 2^5}$$
Step 3: Combine powers of base $2$ in numerator: $2^3 \times 2^2 = 2^{3+2} = 2^5$:
$$\frac{2^5 \times 3^4}{2^5 \times 3^1}$$
Step 4: Apply quotient law $a^m \div a^n = a^{m-n}$:
$$2^{5-5} \times 3^{4-1} = 2^0 \times 3^3 = 1 \times 3^3 = \mathbf{3^3 = 27}$$.
Convert 4 to $2^2$ and 32 to $2^5$, combine powers using $a^m \times a^n = a^{m+n}$, and simplify.
2
Evaluate: $\left( \frac{2}{3} \right)^{-2} \times \left( \frac{-3}{4} \right)^{-3}$.
Reveal Answer & Explanation
Answer: Step 1: Apply the negative exponent law $(a/b)^{-n} = (b/a)^n$:
$$\left( \frac{2}{3} \right)^{-2} = \left( \frac{3}{2} \right)^2 = \frac{9}{4}$$
$$\left( \frac{-3}{4} \right)^{-3} = \left( \frac{4}{-3} \right)^3 = \frac{64}{-27} = \frac{-64}{27}$$
Step 2: Multiply the two results:
$$\frac{9}{4} \times \left( \frac{-64}{27} \right)$$
Cancel common factors: $9$ and $27$ cancel to $1$ and $3$; $4$ and $-64$ cancel to $1$ and $-16$:
$$= \frac{1 \times (-16)}{1 \times 3} = \mathbf{\frac{-16}{3} = -5\frac{1}{3}}$$.
Invert both fractions to make powers positive: $(3/2)^2 = 9/4$ and $(-4/3)^3 = -64/27$. Multiply.
3
Find the value of $x$ if $2^{x-3} \times 4^{2x+1} = 32$.
Reveal Answer & Explanation
Answer: Step 1: Express all terms with the common base $2$:
$$4 = 2^2 \implies 4^{2x+1} = (2^2)^{2x+1} = 2^{2(2x+1)} = 2^{4x+2}$$
$$32 = 2^5$$
Step 2: Apply the product law on LHS:
$$2^{x-3} \times 2^{4x+2} = 2^{(x-3) + (4x+2)} = 2^{5x-1}$$
Step 3: Equate LHS and RHS:
$$2^{5x-1} = 2^5$$
Since the bases are equal ($2 = 2$), equate exponents:
$$5x - 1 = 5 \implies 5x = 6 \implies \mathbf{x = \frac{6}{5} = 1.2}$$.
Convert all terms to base 2: $4^{2x+1} = 2^{4x+2}$ and $32 = 2^5$. Equate powers: $5x - 1 = 5$.
4
Express the following numbers in Standard Form (Scientific Notation): (a) $149,600,000,000\text{ m}$, (b) $0.0000075\text{ m}$.
Reveal Answer & Explanation
Answer:

• (a) Large Number ($149,600,000,000\text{ m}$):
Move the decimal point 11 places to the left to get a number between 1 and 10 ($1.496$):

$$149,600,000,000 = \mathbf{1.496 \times 10^{11}\text{ m}}$$

.
• (b) Tiny Decimal ($0.0000075\text{ m}$):
Move the decimal point 6 places to the right to get $7.5$:

$$0.0000075 = \mathbf{7.5 \times 10^{-6}\text{ m}}$$

.


Shift decimal so $1 \le k < 10$: large numbers have positive powers of 10; small decimals have negative powers.
5
Simplify: $\frac{(3^2)^3 \times (-2)^5 \times (-1)^{17}}{(-6)^3}$.
Reveal Answer & Explanation
Answer: Step 1: Simplify terms:
$(3^2)^3 = 3^{2 \times 3} = 3^6$
$(-2)^5 = -32$
$(-1)^{17} = -1$ (since 17 is odd)
Numerator $= 3^6 \times (-32) \times (-1) = 3^6 \times 32 = 3^6 \times 2^5$.
Step 2: Simplify denominator $(-6)^3$:
$(-6)^3 = (-1 \times 2 \times 3)^3 = (-1)^3 \times 2^3 \times 3^3 = -(2^3 \times 3^3)$.
Step 3: Divide:
$$\frac{3^6 \times 2^5}{-(3^3 \times 2^3)} = - (3^{6-3} \times 2^{5-3}) = - (3^3 \times 2^2) = - (27 \times 4) = \mathbf{-108}$$.
Break 6 into $2 \times 3$, simplify signs ($(-1)^{17} = -1$), apply exponent subtraction laws, and evaluate.
6
Prove that $a^0 = 1$ for any non-zero real number $a$.
Reveal Answer & Explanation
Answer: Let $a \neq 0$. By the basic definition of division, any non-zero number divided by itself equals $1$:
$$\frac{a^m}{a^m} = 1$$
According to the Quotient Law of Exponents ($a^m \div a^n = a^{m-n}$):
$$\frac{a^m}{a^m} = a^{m-m} = a^0$$
Equating the two expressions gives:
$$a^0 = \mathbf{1}$$.
Express 1 as $a^m / a^m$ and apply the quotient law of exponents $a^{m-m} = a^0$.
7
Compare the numbers: $A = 3.5 \times 10^8$ and $B = 8.2 \times 10^7$. Which is larger and by how many times?
Reveal Answer & Explanation
Answer:

Step 1: Convert both to the same power of 10 ($10^8$):

$$A = 3.5 \times 10^8$$


$$B = 8.2 \times 10^7 = 0.82 \times 10^8$$


Since $3.5 > 0.82$, $A$ is larger than $B$.
Step 2: Calculate the ratio $\frac{A}{B}$:

$$\frac{A}{B} = \frac{3.5 \times 10^8}{8.2 \times 10^7} = \frac{35 \times 10^7}{8.2 \times 10^7} = \frac{35}{8.2} \approx \mathbf{4.27 \text{ times}}$$

.


Write $8.2 \times 10^7$ as $0.82 \times 10^8$. Compare $3.5$ with $0.82$.
8
Find the prime factorized exponential form of the integer $1,080$.
Reveal Answer & Explanation
Answer: Execute prime factorization of 1,080:
$$1080 = 2 \times 540$$
$$540 = 2 \times 270$$
$$270 = 2 \times 135$$
$$135 = 3 \times 45$$
$$45 = 3 \times 15$$
$$15 = 3 \times 5$$
$$5 = 5 \times 1$$
Count factors: three 2s, three 3s, one 5:
$$1,080 = \mathbf{2^3 \times 3^3 \times 5^1}$$.
Divide by prime numbers: $1080 = 2^3 \times 3^3 \times 5$.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.