By the end of this chapter you'll be able to…

  • 1Write repeated multiplication using exponential notation
  • 2Apply the laws of exponents (product, quotient, power of a power, power of a product/quotient)
  • 3Apply the zero exponent and negative exponent rules
  • 4Express very large and very small numbers in standard form (scientific notation)
  • 5Write numbers in expanded form using powers of 10
💡
Why this chapter matters
Exponents are a shorthand for repeated multiplication. They are used in science to express astronomical distances, microscopic sizes, and population figures. Mastery of the laws of exponents and standard form is essential for higher mathematics and all of science.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Exponents and Powers - Class 7 Mathematics (CBSE)

Based on the 2025-26 NCERT syllabus for Class 7 Mathematics. This chapter introduces exponential notation and the laws of exponents, enabling students to work with very large and very small numbers efficiently.


1. Why this chapter matters

Exponents are a shorthand for repeated multiplication. They are used in science to express astronomical distances, microscopic sizes, and population figures. In CBSE exams, this chapter contributes 6-8 marks and is critical for Class 8 Exponents and Powers and Class 10 Scientific Notation.

2. What is an exponent?

An exponent tells how many times a base number is multiplied by itself.

In a raised to n:

  • a is the base.
  • n is the exponent (or power).
  • a raised to n means a x a x a x ... (n times).

Example: 2 raised to 5 = 2 x 2 x 2 x 2 x 2 = 32.

Reading exponents

  • 2-squared: 2 raised to power 2
  • 5-cubed: 5 raised to power 3
  • 10 raised to 4: 10 to the power 4

3. Laws of exponents

For non-zero integers a and b, and positive integers m and n:

Law 1: Product of powers

a raised to m x a raised to n = a raised to (m + n)

3-squared x 3-cubed = 3 raised to (2+3) = 3 raised to 5 = 243.

Law 2: Quotient of powers

a raised to m / a raised to n = a raised to (m - n), where m > n.

5 raised to 6 / 5-squared = 5 raised to (6-2) = 5 raised to 4 = 625.

Law 3: Power of a power

(a raised to m) raised to n = a raised to (m x n).

(2-squared)-cubed = 2 raised to (2 x 3) = 2 raised to 6 = 64.

Law 4: Power of a product

(a x b) raised to n = a raised to n x b raised to n.

(2 x 3)-cubed = 2-cubed x 3-cubed = 8 x 27 = 216.

Law 5: Power of a quotient

(a/b) raised to n = a raised to n / b raised to n.

(6/2)-cubed = 6-cubed / 2-cubed = 216/8 = 27.

4. Zero exponent

Any non-zero number raised to power 0 is 1.

a raised to 0 = 1, where a is not zero.

5 raised to 0 = 1, (-3) raised to 0 = 1, (2/7) raised to 0 = 1.

5. Negative exponent

a raised to (-n) = 1 / (a raised to n), where a is not zero.

2 raised to -3 = 1 / 2-cubed = 1/8. (-3) raised to -2 = 1 / (-3)-squared = 1/9.

6. Standard form (scientific notation)

Very large or very small numbers are expressed in standard form as:

A x 10 raised to n, where 1 is less than or equal to A is less than 10, and n is an integer.

Examples

  • 5,00,000 = 5 x 10 raised to 5
  • 3,18,00,00,000 = 3.18 x 10 raised to 9
  • 0.0007 = 7 x 10 raised to -4

Converting to standard form

For numbers greater than 1: Count how many places the decimal moves left. For numbers less than 1: Count how many places the decimal moves right (negative exponent).

Large numbers in standard form

Large numberStandard form
Distance from Earth to Sun: 149,600,000 km1.496 x 10 raised to 8 km
Speed of light: 300,000,000 m/s3 x 10 raised to 8 m/s
Mass of Earth: 5,970,000,000,000,000,000,000,000 kg5.97 x 10 raised to 24 kg

7. Expanded form using exponents

Writing a number as the sum of powers of 10.

735 = 7 x 10-squared + 3 x 10 + 5 x 10 raised to 0.

8. Laws of exponents summary table

LawFormulaExample
Producta power m x a power n = a power (m+n)2-squared x 2-cubed = 2 raised to 5
Quotienta power m / a power n = a power (m-n)5 raised to 4 / 5-squared = 5-squared
Power of power(a power m) power n = a power (m x n)(3-squared)-cubed = 3 raised to 6
Product power(ab) power n = a power n x b power n(2 x 5)-cubed = 2-cubed x 5-cubed
Quotient power(a/b) power n = a power n / b power n(4/2)-cubed = 4-cubed / 2-cubed
Zero exponenta power 0 = 17 power 0 = 1
Negative exponenta power -n = 1/(a power n)2 power -3 = 1/8

9. Worked examples

Example 1: Simplify 2-cubed x 2-squared / 2 raised to 4.

2-cubed x 2-squared = 2 raised to (3+2) = 2 raised to 5. 2 raised to 5 / 2 raised to 4 = 2 raised to (5-4) = 2 raised to 1 = 2.

Example 2: Simplify (2-cubed x 3-squared)-squared.

2-cubed = 8, 3-squared = 9. 8 x 9 = 72. 72-squared = 5184. Or using law: (2-cubed)-squared x (3-squared)-squared = 2 raised to 6 x 3 raised to 4 = 64 x 81 = 5184.

Example 3: Express 0.00000032 in standard form.

0.00000032 = 3.2 / 10,000,000 = 3.2 x 10 raised to -7.

Example 4: Evaluate 2 power -3 x 2 power -4 / 2 power -5.

2 power (-3-4-(-5)) = 2 power (-3-4+5) = 2 power (-2) = 1/2-squared = 1/4.

10. Common mistakes and how to fix them

MistakeFix
Adding exponents when multiplying different basesYou can only add exponents when BASES are same
Thinking a power 0 = 0Any non-zero number to power 0 equals 1
Using negative exponent as negative numbera power -n = 1/(a power n), not -a power n
Writing (3x) power 2 as 3x-squared(3x)-squared = 9x-squared, not 3x-squared
Missing the 'between 1 and 10' rule in standard formA must satisfy 1 is less than or equal to A is less than 10

11. CBSE exam focus

Question typeMarksFrequency
Simplify using laws of exponents2-3 marks1-2 questions
Express in standard form2 marks1 question
Evaluate expressions with exponents3 marks1 question
Compare large numbers in standard form2 marksOccasional
Expanded form using powers of 102 marks1 question

12. Self-test

  1. Simplify: 3 raised to 5 x 3 raised to 7 / 3 raised to 10.
  2. Simplify: (2-cubed x 5-squared)-squared.
  3. Express 0.000000459 in standard form.
  4. Evaluate: (-2) power -3.
  5. Express the distance 150,000,000 km in standard form.
  6. Which is greater: 2 raised to 5 or 5-squared? Verify.

13. Answer key

  1. 3 raised to (5+7-10) = 3-squared = 9.
  2. (2-cubed)-squared x (5-squared)-squared = 2 raised to 6 x 5 raised to 4 = 64 x 625 = 40000.
  3. 4.59 x 10 raised to -7.
  4. (-2) power -3 = 1 / (-2)-cubed = 1 / (-8) = -1/8.
  5. 1.5 x 10 raised to 8 km.
  6. 2 raised to 5 = 32. 5-squared = 25. So 2 raised to 5 is greater.

14. Quick revision

  • a power n means a multiplied by itself n times.
  • Product: add exponents for same base.
  • Quotient: subtract exponents for same base.
  • (a power m) power n = a power (m x n).
  • Any non-zero base to power 0 = 1.
  • a power -n = 1 / (a power n).
  • Standard form: A x 10 power n, where 1 is less than or equal to A is less than 10.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Product and quotient of powers
a^m x a^n = a^(m+n); a^m / a^n = a^(m-n).
Only valid when the BASES are the same.
Power of a power
(a^m)^n = a^(m x n).
(2^2)^3 = 2^6 = 64.
Zero and negative exponents
a^0 = 1 (a not 0); a^(-n) = 1/(a^n).
2^(-3) = 1/8, not -8.
Standard form
A x 10^n, where 1 <= A < 10 and n is an integer.
149,600,000 = 1.496 x 10^8.
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Adding exponents when bases are different
You can only add exponents (product rule) when the bases are the SAME.
WATCH OUT
Thinking a^0 = 0
Any non-zero number raised to the power 0 equals 1.
WATCH OUT
Treating a negative exponent as a negative number
a^(-n) = 1/(a^n), a reciprocal -- not a negative value.
WATCH OUT
Writing (3x)^2 as 3x^2
(3x)^2 = 9x^2, because both the 3 and the x are squared.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Simplify
Simplify: 3^5 x 3^7 / 3^10.
Show solution
3^(5+7-10) = 3^2 = 9.
Q2MEDIUM· Simplify
Simplify: (2^3 x 5^2)^2.
Show solution
(2^3)^2 x (5^2)^2 = 2^6 x 5^4 = 64 x 625 = 40000.
Q3EASY· Standard Form
Express 0.000000459 in standard form.
Show solution
4.59 x 10^(-7).
Q4MEDIUM· Negative Exponent
Evaluate: (-2)^(-3).
Show solution
(-2)^(-3) = 1 / (-2)^3 = 1 / (-8) = -1/8.
Q5EASY· Compare
Which is greater: 2^5 or 5^2? Verify.
Show solution
2^5 = 32 and 5^2 = 25. So 2^5 is greater.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • a^n means a multiplied by itself n times.
  • Product: add exponents for the same base; Quotient: subtract exponents.
  • (a^m)^n = a^(m x n).
  • Any non-zero base to the power 0 equals 1.
  • a^(-n) = 1/(a^n).
  • Standard form: A x 10^n, where 1 <= A < 10.

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 6-8 marks depending on school paper design

Question typeMarks eachTypical countWhat it tests
Simplify using laws2-31-2Product, quotient, power rules
Standard form21Scientific notation of large/small numbers
Evaluate with exponents31Zero and negative exponents
Prep strategy
  • Memorise the seven laws of exponents
  • Check the base is the same before adding/subtracting exponents
  • Practise converting between standard form and ordinary numbers
  • Remember a^0 = 1 and a^(-n) = 1/a^n

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Astronomy

Distances like the Earth-Sun distance (1.496 x 10^8 km) are written in standard form for convenience.

Microbiology and chemistry

Sizes of atoms and cells, and quantities like Avogadro's number, are expressed using powers of 10.

Computing and data

File sizes and memory (kilo, mega, giga = 10^3, 10^6, 10^9) rely on exponential notation.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. Convert to the same base before applying laws when possible
  2. Show each exponent law step explicitly
  3. Check the standard-form coefficient is between 1 and 10
  4. Be careful with signs in negative-exponent calculations

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • Investigate why a^(-n) = 1/a^n by extending the quotient law to cases where n > m.
  • Explore how scientific notation makes multiplying and dividing very large numbers simple by adding/subtracting exponents.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 7 School ExamHigh
International Mathematics Olympiad (IMO) Level 1Medium
NTSE foundation (number systems)Low now, useful as foundation

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

Using the quotient law, a^n / a^n = a^(n-n) = a^0. But any number divided by itself is 1, so a^0 must equal 1.

Move the decimal point right until you get a number between 1 and 10 (here, 7), and count the moves as a negative power: 0.0007 = 7 x 10^(-4).
Verified by the tuition.in editorial team
Last reviewed on 29 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo