Study Guide

Exponents & Powers Class 7: Laws, Standard Form & Practice

Tame massive numbers, discover powerful patterns, and learn the compact language of mathematics!

CBSEClass 7
The SparkEd Authors (IITian & Googler)15 March 20269 min read
CBSE Class 7 Exponents Powers Guide — SparkEd

Why Do We Need Exponents?

How would you write the distance from the Earth to the Sun? It's about 150,000,000150{,}000{,}000 km. Counting all those zeros is tedious and error-prone. But with exponents, you can write it neatly as 1.5×1081.5 \times 10^8 km. Much cleaner!

Exponents (also called powers or indices) are a shorthand for repeated multiplication, just like multiplication is a shorthand for repeated addition. In NCERT Class 7 Math (Chapter 11: Exponents and Powers), you'll learn how to work with exponents, their laws, and how to express very large numbers in standard form. Let's power up!

What Are Exponents?

When we write ana^n, we mean:

an=a×a×a××an timesa^n = \underbrace{a \times a \times a \times \cdots \times a}_{n \text{ times}}

Here:
- aa is called the base.
- nn is called the exponent (or power or index).
- ana^n is read as "aa raised to the power nn" or "aa to the nn."

Examples:

25=2×2×2×2×2=322^5 = 2 \times 2 \times 2 \times 2 \times 2 = 32

34=3×3×3×3=813^4 = 3 \times 3 \times 3 \times 3 = 81

106=10×10×10×10×10×10=1,000,00010^6 = 10 \times 10 \times 10 \times 10 \times 10 \times 10 = 1{,}000{,}000

Special cases:
- a1=aa^1 = a (any number to the power 11 is itself).
- a0=1a^0 = 1 for any a0a \neq 0 (any non-zero number to the power 00 is 11).

Why is a0=1a^0 = 1? Think about the pattern: 23=82^3 = 8, 22=42^2 = 4, 21=22^1 = 2. Each time the exponent decreases by 11, the value is divided by 22. So 20=2÷2=12^0 = 2 \div 2 = 1. The pattern demands it!

Laws of Exponents: The Power Rules

These laws are the heart of this chapter. Master them and you can simplify any expression with exponents.

Law 1: Multiplying Powers with the Same Base

am×an=am+na^m \times a^n = a^{m+n}

When you multiply powers with the same base, add the exponents.

Examples:

23×24=23+4=27=1282^3 \times 2^4 = 2^{3+4} = 2^7 = 128

52×53=52+3=55=31255^2 \times 5^3 = 5^{2+3} = 5^5 = 3125

x4×x6=x10x^4 \times x^6 = x^{10}

Why it works: 23×24=(2×2×2)×(2×2×2×2)=272^3 \times 2^4 = (2 \times 2 \times 2) \times (2 \times 2 \times 2 \times 2) = 2^7. We're just combining all the 22s!

Law 2: Dividing Powers with the Same Base

aman=amn(m>n,  a0)\frac{a^m}{a^n} = a^{m-n} \quad (m > n, \; a \neq 0)

When you divide powers with the same base, subtract the exponents.

Examples:

3734=374=33=27\frac{3^7}{3^4} = 3^{7-4} = 3^3 = 27

108105=1085=103=1000\frac{10^8}{10^5} = 10^{8-5} = 10^3 = 1000

x9x2=x7\frac{x^9}{x^2} = x^7

Law 3: Power of a Power

(am)n=am×n\left(a^m\right)^n = a^{m \times n}

When you raise a power to another power, multiply the exponents.

Examples:

(23)4=23×4=212=4096\left(2^3\right)^4 = 2^{3 \times 4} = 2^{12} = 4096

(52)3=56=15625\left(5^2\right)^3 = 5^{6} = 15625

(x4)5=x20\left(x^4\right)^5 = x^{20}

Why it works: (23)4=23×23×23×23=23+3+3+3=212\left(2^3\right)^4 = 2^3 \times 2^3 \times 2^3 \times 2^3 = 2^{3+3+3+3} = 2^{12}.

Law 4: Power of a Product

(a×b)n=an×bn\left(a \times b\right)^n = a^n \times b^n

When you raise a product to a power, raise each factor to that power.

Examples:

(2×3)4=24×34=16×81=1296\left(2 \times 3\right)^4 = 2^4 \times 3^4 = 16 \times 81 = 1296

(5×x)3=53×x3=125x3\left(5 \times x\right)^3 = 5^3 \times x^3 = 125x^3

Law 5: Power of a Quotient

(ab)n=anbn(b0)\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n} \quad (b \neq 0)

When you raise a quotient to a power, raise both numerator and denominator to that power.

Examples:

(23)3=2333=827\left(\frac{2}{3}\right)^3 = \frac{2^3}{3^3} = \frac{8}{27}

(x5)2=x225\left(\frac{x}{5}\right)^2 = \frac{x^2}{25}

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Applying the Laws: Solved Examples

Let's put the laws to work on typical CBSE problems.

Example 1: Simplify 25×2324\frac{2^5 \times 2^3}{2^4}.

=25+324=2824=284=24=16= \frac{2^{5+3}}{2^4} = \frac{2^8}{2^4} = 2^{8-4} = 2^4 = 16

Example 2: Find the value of (34)3\left(\frac{3}{4}\right)^3.

=3343=2764= \frac{3^3}{4^3} = \frac{27}{64}

Example 3: Express 105×103÷10610^5 \times 10^3 \div 10^6 as a power of 1010.

=105+36=102=100= 10^{5+3-6} = 10^2 = 100

Example 4: Simplify (32)3×32(3^2)^3 \times 3^2.

=32×3×32=36×32=36+2=38=6561= 3^{2 \times 3} \times 3^2 = 3^6 \times 3^2 = 3^{6+2} = 3^8 = 6561

Example 5: Express 72×527^2 \times 5^2 as a single power.

=(7×5)2=352=1225= (7 \times 5)^2 = 35^2 = 1225

Expressing Large Numbers in Standard Form

Standard form (also called scientific notation) is a way of writing very large or very small numbers compactly. A number is in standard form when it's written as:

a×10nwhere 1a<10 and n is an integera \times 10^n \quad \text{where } 1 \leq a < 10 \text{ and } n \text{ is an integer}

How to convert to standard form:
1. Move the decimal point so that only one non-zero digit is to its left.
2. Count how many places you moved the decimal point. That's your exponent nn.
3. If you moved the decimal LEFT, nn is positive. If RIGHT, nn is negative.

Examples:

150,000,000=1.5×108150{,}000{,}000 = 1.5 \times 10^8

384,000=3.84×105384{,}000 = 3.84 \times 10^5

70,040,000,000=7.004×101070{,}040{,}000{,}000 = 7.004 \times 10^{10}

Real-world uses:
- Distance to the Sun: 1.5×108\approx 1.5 \times 10^8 km
- Speed of light: 3×108\approx 3 \times 10^8 m/s
- Mass of the Earth: 5.97×1024\approx 5.97 \times 10^{24} kg
- Diameter of a red blood cell: 7×106\approx 7 \times 10^{-6} m

Standard form makes it easy to compare very large or very small numbers and is used extensively in science.

Comparing Numbers in Exponential Form

How do you compare 2102^{10} and 10310^3? You could compute both:

210=1024and103=10002^{10} = 1024 \quad \text{and} \quad 10^3 = 1000

So 210>1032^{10} > 10^3.

When bases are the same, just compare exponents: 37>353^7 > 3^5 because 7>57 > 5.

When exponents are the same, compare bases: 54>345^4 > 3^4 because 5>35 > 3.

When both differ, you usually need to calculate or estimate. This comes up in competitive exams and is good practice for building number sense.

Example: Which is larger, 353^5 or 535^3?

35=243and53=1253^5 = 243 \quad \text{and} \quad 5^3 = 125

35>53\therefore 3^5 > 5^3

Common Mistakes and Exam Tips

Watch out for these frequent errors:

1. Adding bases instead of exponents: 23×24=272^3 \times 2^4 = 2^7, NOT 474^7 or 2122^{12}. The bases stay the same; only exponents are added.

2. **Confusing (ab)n(ab)^n with anba^n \cdot b**: (2×3)4=24×34=1296(2 \times 3)^4 = 2^4 \times 3^4 = 1296, NOT 24×3=482^4 \times 3 = 48.

3. **Forgetting a0=1a^0 = 1**: Any non-zero number raised to power 00 equals 11. Don't write 50=05^0 = 0 or 50=55^0 = 5.

4. Misapplying power of a power: (23)4=212(2^3)^4 = 2^{12}, NOT 23+4=272^{3+4} = 2^7. Multiply exponents, don't add them.

5. Standard form errors: Make sure aa is between 11 and 1010. Writing 15×10715 \times 10^7 is NOT standard form; it should be 1.5×1081.5 \times 10^8.

Exam tip: Write the law you're using beside each step. This helps the examiner see your reasoning and gives you partial marks even if the final answer has a small error.

Key Takeaways

Here's your complete reference:

  • ana^n means aa multiplied by itself nn times. Base =a= a, Exponent =n= n.
    - Five laws of exponents:
    1. am×an=am+na^m \times a^n = a^{m+n}
    2. aman=amn\frac{a^m}{a^n} = a^{m-n}
    3. (am)n=amn(a^m)^n = a^{mn}
    4. (ab)n=anbn(ab)^n = a^n b^n
    5. (ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}
    - a0=1a^0 = 1 for any a0a \neq 0.
    - Standard form: a×10na \times 10^n where 1a<101 \leq a < 10.

Put your exponent skills to the test on SparkEd! The practice modules give you instant feedback and adapt to your level, helping you build speed and confidence for exams. Give it a try!

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now