Download Class 7 Mathematics Concept Summaries: CBSE Class 7 Mathematics Exponents and Powers Notes
Review targeted revision notes for Class 7 Mathematics with the CBSE Class 7 Mathematics Exponents and Powers Notes. Built according to official educational guidelines for the 2026-27 academic year, these downloadable summaries for Chapter 13 Exponents and Powers support daily study and last-minute exam readiness.
Access Chapter 13 Exponents and Powers Notes and Study Material
Navigate directly to the revision notes for Chapter 13 Exponents and Powers using the digital viewer below. Each summary is structured to highlight high-weightage sections, allowing students to instantly access critical definitions and focus on core exam topics.
CBSE Class 7 Laws of Exponents Concepts. Learning the important concepts is very important for every student to get better marks in examinations. The concepts should be clear which will help in faster learning. The attached concepts made as per NCERT and CBSE pattern will help the student to understand the chapter and score better marks in the examinations.
Laws of Exponents
EXPONENTS AND POWERS
1.What is an Exponent?
An exponent is simply shorthand for multiplying that number of identical factors.
So 4³ is the same as (4)(4)(4).
And x³ is just three factors of x, (x)(x)(x).
Caution: Remember the order of operations. Exponents are the first operation (in the absence of grouping symbols like parentheses), so the exponent applies only to what it’s directly attached to. 3x³ is 3(x)(x)(x), not (3x)(3x)(3x). If we wanted (3x)(3x)(3x), we’d need to use grouping: (3x)³.
Negative Exponents: 4– 3 is the same as 1/(43), and x –3 = 1/x3.
As you know, you can’t divide by zero. So there’s a restriction that x−n = 1/xn only when x is not zero. When x = 0, x−n is undefined.
Fractional Exponents: A fractional exponent — specifically, an exponent of the form 1/n — means to take the nth root instead of multiplying or dividing. For example, 4(1/3) is the 3rd root (cube root) of 4(1/3)=
Arbitrary Exponents: You can’t use counting techniques on an expression like 60.1687 or 4.3π. Instead, these expressions are evaluated using logarithms.
You Try It!
- Write 11³ as a multiplication.
- Write j-7 as a fraction, using only positive exponents.
- What’s the value of 100½?
- Evaluate −5-2 and (−5)-2.
2.. Multiplying and Dividing Powers
Two Powers of the Same Base: Suppose you have (x5)(x6); how do you simplify that? Just remember that you’re counting factors.
x5 = (x)(x)(x)(x)(x) and x6 = (x)(x)(x)(x)(x)(x)
Now multiply them together:
(x5)(x6) = (x)(x)(x)(x)(x)(x)(x)(x)(x)(x)(x) = x11
When the bases are the same, you find the new power by just adding the exponents:
Powers of Different Bases: Caution! The rule above works only when multiplying powers of the same base. For instance,
(x3)(y4) = (x)(x)(x)(y)(y)(y)(y)
If you write out the powers, you see there’s no way you can combine them.
Except in one case: If the bases are different but the exponents are the same, then you can combine them. Example:
(x³)(y³) = (x)(x)(x)(y)(y)(y)
But you know that it doesn’t matter what order you do your multiplications in or how you group them. Therefore,
(x)(x)(x)(y)(y)(y) = (x)(y)(x)(y)(x)(y) = (xy)(xy)(xy)
But from the very definition of powers, you know that’s the same as (xy)³. And it works for any common power of two different bases:
(x3) (y3) = (xy)3
Dividing Powers: What about dividing? Remember that dividing is just multiplying by 1-over-something. So all the laws of division are really just laws of multiplication. The extra definition of
x-n as 1/xn comes into play here.
Example: What is x8 ÷ x6?
Well, there are several ways to work it out. One way is to say that x ÷x6 = x8(1/x6), but using the definition of negative exponents that’s just x8(x-6). Now use the product rule (two powers of the same base) to rewrite it as x8+(-6), or x8-6, or x2. Another method is simply to go back to the definition: x8÷x6 = (xxxxxxxx)÷(xxxxxx) = (xx)(xxxxxx)÷(xxxxxx) = (xx)(xxxxxx÷xxxxxx) = (xx)(1) = x2. However you slice it, you come to the same answer: for division with like bases you subtract exponents, just as for multiplication of like bases you add exponents:
But there’s no need to memorize a special rule for division: you can always work it out from the other rules or by counting.
In the same way, dividing different bases can’t be simplified unless the exponents are equal. x³÷y² can’t be combined because it’s just xxx/yy; But x³÷y³ is xxx/yyy, which is (x/y)(x/y)(x/y), which is (x/y)³.
Negative Powers on the Bottom: What about dividing by a negative power, like y5/x−4? Use the rule you already know for dividing:
y5/x−4 = y5 × x4
You Try It!
Write each of these as a single positive power.
- a7 ÷ b7
- 11² × 2³
- 8³ x³
- 54 × 56
- p11 ÷ p6
- r-11 ÷ r-2
3. Powers of Powers
What do you do with an expression like (x5)4? There’s no need to guess — work it out by counting.
(x5)4 = (x5 x 4 )= x20
When you have a power of a power, the combined exponent is formed by multiplying.
You Try It!: Perform the operations to remove parentheses:
11. (x4)-5
12. (5x²)³
4. The Zero Exponent
You probably know that anything to the 0 power is 1. But now you can see why. Consider x0.
By the division rule, you know that x3/x3 = x(3−3) = x0. But anything divided by itself is 1, so x3/x3 = 1. Things that are equal to the same thing are equal to each other: if x3/x3 is equal to both 1 and x0, then 1 must equal x0. Symbolically,
x0 = x(3−3) = x3/x3 = 1
There’s one restriction. You saw that we had to create a fraction to figure out x0. But division by 0 is not allowed, so our evaluation works for anything to the 0 power except zero itself:
Evaluating 00 is a separate advanced topic
You Try It!
What is the value of each of these?
13. (a6b8c10 / a5b6d7)0
14. 17x0
5. Radicals
The laws of radicals are traditionally taught separately from the laws of exponents, and frankly I’ve never understood why. A radical is simply a fractional exponent: the square (2nd) root of x is just x1/2, the cube (3rd) root is just x1/3, and so on.
Example: You know that the cube (3rd) root of x is x1/3 and the square root of that is (x1/3)1/2. Then use the power-of-a-power rule to evaluate that as x(1/3)(1/2) = x(1/6) which is the 6th root of x.
Example: Because the square root is the 1/2 power, and the product rule for the same power of different bases tells you that (x1/2)(y1/2) = (xy)1/2.
Fractional or Rational Exponents So far we’ve looked at fractional exponents only where the top number was 1. How do you interpret x2/3, for instance? Can you see how to use the power rule?
Since 2/3 = (2)(1/3), you can rewrite x2/3 = x(2)(1/3) = (x2)1/3 It works the other way, too: 2/3 = (1/3)(2), so x2/3 = x(1/3)(2) = (x1/3)2
When a power and a root are involved, the top part of the fractional exponent is the power and the bottom part is the root.
You Try It!
15. Write √x5 as a single power.
16. Simplify ³√(a6b9) (That’s the cube root or third root of a6b9.)
17. Find the numerical value of 274/3 without using a calculator.
6. Laws of Exponents:
Please click the link below to download pdf file for CBSE Class 7 Laws of Exponents Concepts.
Free study material for Mathematics
Download CBSE Revision Notes: Class 7 Mathematics Chapter 13 Exponents and Powers
About Chapter 13 Exponents and Powers Revision Notes
Explore reliable chapter overviews for Chapter 13 Exponents and Powers tailored for Class 7 learners. Use these structured points to grasp difficult themes and ensure solid preparation for upcoming assessments.
How to Use These Revision Notes
Built using the official NCERT book for Class 7 Mathematics, these notes provide reliable academic guidance. Pair your summary review with our recommended NCERT solutions to master optimal problem-solving approaches.
Enhance Practice with MCQs and Worksheets
Wrap up your chapter revision by testing your knowledge against standard question formats. Everything on our platform is provided free of charge.
FAQs
You can download the teacher prepared revision notes for CBSE Class 7 Mathematics Exponents and Powers Notes from StudiesToday.com. These notes are designed as per 2026-27 academic session to help Class 7 students get the best study material for Mathematics.
Yes, our CBSE Class 7 Mathematics Exponents and Powers Notes include 50% competency-based questions with focus on core logic, keyword definitions, and the practical application of Mathematics principles which is important for getting more marks in 2026 CBSE exams.
Yes, our CBSE Class 7 Mathematics Exponents and Powers Notes provide a detailed, topic wise breakdown of the chapter. Fundamental definitions, complex numerical formulas and all topics of CBSE syllabus in Class 7 is covered.
These notes for Mathematics are organized into bullet points and easy-to-read charts. By using CBSE Class 7 Mathematics Exponents and Powers Notes, Class 7 students fast revise formulas, key definitions before the exams.
No, all study resources on StudiesToday, including CBSE Class 7 Mathematics Exponents and Powers Notes, are available for immediate free download. Class 7 Mathematics study material is available in PDF and can be downloaded on mobile.