Power Play

Powers let you write enormous and tiny numbers without filling half a page with zeros. This chapter builds the laws of exponents from scratch, explains what a negative power really means, and shows how standard form is used for real quantities like populations, budgets and the width of a hair.

What a Power Really Means

Quick answer A power is shorthand for repeated multiplication. This section sets up the words base and exponent, fixes the sign rules for negative bases, and shows where you have already been using powers without noticing.

Suppose a class message chain starts with one student who forwards a notice to 2 friends, each of whom forwards it to 2 more, and so on. In the tenth round the number of new messages is 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2. Writing that out is painful and reading it back is worse. A power is the shorthand that was invented so that nobody has to.

We write that product as 210, which equals 1024. In 210, the number 2 is the base — the number being multiplied — and 10 is the exponent (also called the index or the power), which counts how many times the base appears as a factor. You read it as 2 raised to the power 10. The single most common mistake in this whole chapter is reading 210 as 2 × 10 = 20. It is not 20. It is 1024, more than fifty times larger. Exponents are about repeated multiplying, never repeated adding.

A few values are worth knowing by heart. 34 = 3 × 3 × 3 × 3 = 81. 53 = 5 × 5 × 5 = 125. And 210 = 1024, which is why one kilobyte was originally taken as 1024 bytes rather than 1000. Powers of 10 are the friendliest of the lot, because 10n is simply 1 followed by n zeros: 103 = 1000, 105 = 1,00,000 which is one lakh, and 107 = 1,00,00,000 which is one crore. Keeping those two Indian landmarks in your head will make the later part of this chapter much faster.

Signs. When the base is negative, the exponent decides the sign of the answer. (-2)3 = (-2) × (-2) × (-2) = -8, while (-2)4 = 16. An even exponent pairs up the minus signs so they cancel; an odd exponent always leaves one minus behind. Watch the brackets very carefully here, because they change the meaning completely: (-3)2 = 9, but -32 = -(3 × 3) = -9, since without brackets only the 3 is being squared and the minus sign is left outside.

Fractions as bases. The base does not have to be a whole number. (2/3)3 means (2/3) × (2/3) × (2/3) = 8/27, because the numerator and the denominator each get raised to the power. In the same way (3/4)2 = 9/16.

Where you have already used powers. Prime factorisation is far neater in power form: 72 = 2 × 2 × 2 × 3 × 3 = 23 × 32, and 360 = 23 × 32 × 5. Place value is really a statement about powers of ten. The number 47,258 can be written as 4 × 104 + 7 × 103 + 2 × 102 + 5 × 101 + 8 × 100. Add those pieces up and you get 40000 + 7000 + 200 + 50 + 8 = 47,258, exactly as it should be. Every digit in every number you have ever written is riding on a power of ten, and that is precisely the idea that standard form pushes further later in this chapter.

a^n = a x a x ... x a (n factors) a is the base and n is the exponent. Read it as a raised to the power n.
10^n = 1 followed by n zeros Useful landmarks for Indian numbers: 10^5 = 1,00,000 (one lakh) and 10^7 = 1,00,00,000 (one crore).
A negative base to an even power is positive; to an odd power it is negative Decide the sign first, then work out the size. (-2)^4 = 16 but (-2)^3 = -8.
(a/b)^n = a^n / b^n, for b not equal to 0 A fraction base is raised power-wise on top and bottom, so (2/3)^3 = 8/27.
Remember
  • In a^n, a is the base and n is the exponent; n counts how many times a is used as a factor.
  • 2^5 = 32, not 2 x 5 = 10 — a power is repeated multiplication, never repeated addition.
  • 10^n is 1 followed by n zeros, so 10^5 = one lakh and 10^7 = one crore.
  • A negative base gives a positive answer for an even exponent and a negative answer for an odd one: (-2)^4 = 16 but (-2)^3 = -8.
  • Brackets matter: (-3)^2 = 9 while -3^2 = -9.
  • Prime factorisation and place value are both already written in powers: 72 = 2^3 x 3^2.

The Laws of Exponents

Quick answer Four short rules cover almost every simplification you will meet. Each one can be rebuilt in ten seconds by writing the multiplication out, so there is no need to trust memory alone.

Once you accept that a power is just repeated multiplication, the laws of exponents stop being rules to memorise. They become things you can rebuild on the spot, on the margin of your page, by writing the multiplication out in full.

1. Multiplying powers with the same base. Take 23 × 24. Written out it is (2 × 2 × 2) × (2 × 2 × 2 × 2), which is seven 2s standing in a row, so it equals 27 = 128. Check it the long way if you like: 8 × 16 = 128. The general rule is am × an = am+n. Same base multiplied, so add the exponents.

2. Dividing powers with the same base. Take 56 ÷ 54. The numerator carries six 5s and the denominator carries four 5s, so four of them cancel and two are left standing: 52 = 25. Checking the long way, 56 = 15625 and 54 = 625, and 15625 ÷ 625 = 25. The rule is am ÷ an = am-n, as long as a is not 0, since you can never divide by 0. Same base divided, so subtract the exponents.

3. A power raised to another power. (32)3 means 32 × 32 × 32, which by the first law is 32+2+2 = 36 = 729. Check it: 32 = 9, and 93 = 9 × 9 × 9 = 729. The rule is (am)n = am×n. This one is worth extra care, because the natural instinct is to add the exponents when you should be multiplying them.

4. Same exponent, different bases. 23 × 53 = (2 × 5)3 = 103 = 1000, which matches the direct calculation 8 × 125 = 1000. Division works in the same way: 64 ÷ 34 = (6 ÷ 3)4 = 24 = 16, and the long check is 1296 ÷ 81 = 16.

Worked example. Simplify (25 × 22) ÷ 23. Combine the top first using the product law: 25+2 = 27. Then apply the quotient law: 27-3 = 24 = 16.

Worked example with letters. Simplify (a5 × a3) ÷ (a2)3. The top gives a5+3 = a8. The bottom gives a2×3 = a6. Dividing, a8-6 = a2. Letters behave exactly like numbers here, which is what makes these laws so useful in algebra later.

Two traps to avoid. First, the two laws that add or subtract exponents only work when the bases match, while the same-exponent law only works when the exponents match. The expression 23 × 32 has neither, so it cannot be squeezed into a single power at all; you simply work it out as 8 × 9 = 72. Second, there is no law for adding powers. The value of 23 + 24 is 8 + 16 = 24, and 24 is nowhere near 27 = 128. Addition needs real values, not exponent shortcuts. Whenever an expression has a plus or a minus sign joining two powers, stop and evaluate them separately.

a^m x a^n = a^(m+n) Same base multiplied: add the exponents. Example: 2^3 x 2^4 = 2^7 = 128.
a^m / a^n = a^(m-n), for a not equal to 0 Same base divided: subtract the exponents. Example: 5^6 / 5^4 = 5^2 = 25.
(a^m)^n = a^(m x n) A power raised to a power: multiply the exponents. Example: (3^2)^3 = 3^6 = 729.
a^m x b^m = (a x b)^m Same exponent, different bases: multiply the bases first. Example: 2^3 x 5^3 = 10^3 = 1000.
a^m / b^m = (a / b)^m, for b not equal to 0 Same exponent, different bases divided: divide the bases first. Example: 6^4 / 3^4 = 2^4 = 16.
Remember
  • Product law: same base multiplied, add the exponents — 2^3 x 2^4 = 2^7 = 128.
  • Quotient law: same base divided, subtract the exponents — 5^6 / 5^4 = 5^2 = 25.
  • Power of a power: multiply the exponents — (3^2)^3 = 3^6 = 729, not 3^5.
  • Same exponent, different bases: combine the bases — 2^3 x 5^3 = 10^3 = 1000.
  • Adding or subtracting exponents needs matching bases, and combining bases needs matching exponents; 2^3 x 3^2 has neither, so work it out as 8 x 9 = 72.
  • There is no law for adding powers: 2^3 + 2^4 = 24, which is not 2^7.

Zero and Negative Exponents

Quick answer A pattern of dividing by ten explains what 10^0 and 10^-1 must mean. From there, a negative exponent turns out to be an instruction to take the reciprocal.

So far every exponent has been a counting number. What could 50 possibly mean — 5 used as a factor zero times? And what about 5-2? The honest way to answer is to look at a pattern that already works and then insist that it keeps working.

The staircase. Write the powers of 10 going downwards: 103 = 1000, 102 = 100, 101 = 10. Notice that every time the exponent drops by 1, the value is divided by 10. Keep walking down the same staircase. After 10 comes 1, so 100 = 1. After 1 comes 1/10, so 10-1 = 0.1. Then 10-2 = 1/100 = 0.01 and 10-3 = 1/1000 = 0.001. Nothing new was assumed anywhere; the same single step was just taken a few more times.

Why a0 = 1. There is a second argument that settles the matter completely. By the quotient law, 53 ÷ 53 = 53-3 = 50. But 53 ÷ 53 is also just 125 ÷ 125 = 1. Both routes are correct, so 50 must equal 1. The same argument works for any base except 0, which is why the rule is written as a0 = 1 for a ≠ 0. Notice that the size of the base makes no difference at all: 1000 = 1 and 70 = 1 in exactly the same way. So 40 + 50 = 1 + 1 = 2. A very common slip is to add the bases first and write 90 = 1, which is a different calculation and a wrong answer.

What a negative exponent means. A negative exponent does not make the number negative. It is an instruction to take the reciprocal. The rule is a-n = 1/an. So 2-3 = 1/23 = 1/8, and 5-2 = 1/52 = 1/25, and 10-4 = 1/10000 = 0.0001. Every one of those is a small positive number. If you ever write 2-3 = -8, that is the mistake this paragraph exists to prevent.

Negative exponents on fractions. Because a negative exponent flips things over, (2/3)-2 = (3/2)2 = 9/4. Turn the fraction upside down and the exponent becomes positive. Similarly (1/2)-5 = 25 = 32, and (2/5)-3 = (5/2)3 = 125/8. This flip is the fastest route through most questions in this section.

Signs still follow the old rule. (-5)-2 = 1/(-5)2 = 1/25, which is positive because the exponent 2 is even. But (-2)-3 = 1/(-2)3 = 1/(-8) = -1/8, which is negative because 3 is odd. Deal with the reciprocal and the sign as two separate decisions and you will not get tangled.

Worked example. Find (2-1 + 3-1)-1. Work inside the bracket first: 2-1 = 1/2 and 3-1 = 1/3, and 1/2 + 1/3 = 3/6 + 2/6 = 5/6. Now apply the outer exponent of -1, which simply flips the fraction: (5/6)-1 = 6/5.

Worked example. Find x if 3x = 1/27. Since 27 = 33, we can write 1/27 = 3-3, so x = -3. Best of all, every law from the previous section still applies word for word once negative exponents are allowed: 3-2 × 35 = 3-2+5 = 33 = 27, and 25 × 2-3 ÷ 24 = 25-3-4 = 2-2 = 1/4.

a^0 = 1, for every a not equal to 0 Follows from a^m / a^m, which equals both a^0 and 1.
a^-n = 1 / a^n, for a not equal to 0 Take the reciprocal, then apply the positive power. Example: 2^-3 = 1/8.
(a/b)^-n = (b/a)^n, for a and b not equal to 0 Flip the fraction and the exponent becomes positive. Example: (2/3)^-2 = (3/2)^2 = 9/4.
1 / a^-n = a^n, for a not equal to 0 Moving a power across the fraction bar flips the sign of its exponent.
Remember
  • a^0 = 1 for every base except 0, because a^m / a^m is both a^0 and 1.
  • 4^0 + 5^0 = 1 + 1 = 2 — do not add the bases first and write 9^0.
  • A negative exponent means reciprocal, not a negative answer: 2^-3 = 1/8, never -8.
  • For a fraction base, flip the fraction and the exponent turns positive: (2/3)^-2 = (3/2)^2 = 9/4.
  • The sign rule for negative bases is unchanged: (-5)^-2 = 1/25 but (-2)^-3 = -1/8.
  • All four laws of exponents keep working with negative exponents: 2^5 x 2^-3 / 2^4 = 2^-2 = 1/4.

Standard Form for Very Large Numbers

Quick answer Standard form writes any number as k x 10^n with k between 1 and 10. It makes huge quantities like populations, budgets and astronomical distances readable and comparable at a glance.

India's population is roughly 1,40,00,00,000 people. A state budget might be announced as ₹2,80,000 crore. The Sun sits about 14,96,00,000 km away. Numbers like these are hard to read, easy to mistype, and almost impossible to compare quickly. Standard form, also called scientific notation, fixes all three problems at once.

The shape of standard form. A number is in standard form when it is written as k × 10n, where k is at least 1 and less than 10, and n is an integer, so it may be positive, negative or zero. The condition 1 ≤ k < 10 is the part that makes the form standard: it forces exactly one non-zero digit to sit before the decimal point, so that every number has one and only one correct version. Without that condition, the same quantity could be written a dozen different ways and comparison would be no easier than before.

How to convert. Put the decimal point immediately after the first non-zero digit, then count how many places it has moved. Moving the point to the left means you have divided by that many tens, so you must multiply back by the same power of ten, and the exponent is positive.

Take 84,300. Written with its decimal point it is 84300.0. Move the point so that it sits just after the 8, giving 8.4300. The point travelled 4 places to the left, so 84,300 = 8.43 × 104. Always check by going back the other way: 8.43 × 10000 = 84,300, which is what we started with.

Take 6,50,00,000, that is six crore fifty lakh. Placing the point after the 6 gives 6.5, and the point has moved 7 places, so the answer is 6.5 × 107.

Real quantities. The distance from the Earth to the Sun, 14,96,00,000 km, becomes 1.496 × 108 km. The speed of light, 30,00,00,000 m/s, becomes 3 × 108 m/s. A population of 1,40,00,00,000 becomes 1.4 × 109. The mass of the Earth is usually quoted as about 5.97 × 1024 kg — try writing that one out in full and you will need 25 digits before you even reach the decimal point.

Lakh and crore as powers of ten. One lakh is 105 and one crore is 107, so any amount quoted in crores converts instantly. A sports contract of ₹16 crore is 16 × 107, but 16 is not less than 10, so the correct standard form is ₹1.6 × 108. A budget of ₹2,80,000 crore is 2.8 × 105 × 107 = ₹2.8 × 1012, since 5 + 7 = 12.

The commonest error. Writing 34.5 × 106 and calling it standard form. The value is perfectly correct, but the front number must sit between 1 and 10. Shift the point one more place to the left and add 1 to the exponent: 3.45 × 107. The same tidying works the other way. If you end up with 0.45 × 108, the front number is too small, so shift the point one place right and subtract 1 from the exponent to get 4.5 × 107. Both of those equal 4,50,00,000, so nothing has been lost, only tidied.

k x 10^n, where 1 <= k < 10 and n is an integer This is standard form. Exactly one non-zero digit sits before the decimal point, and n may be negative for small numbers.
Decimal point moved n places left -> exponent is +n 84,300 becomes 8.43 x 10^4 because the point moved 4 places to the left.
1 lakh = 10^5 and 1 crore = 10^7 Converts money and population figures instantly: Rs 16 crore = 16 x 10^7 = 1.6 x 10^8.
If k >= 10, shift the point left and add 1 to n Tidying rule: 34.5 x 10^6 = 3.45 x 10^7. If k < 1, shift right and subtract 1 instead.
Remember
  • Standard form is k x 10^n with 1 <= k < 10 and n an integer, which may be positive, negative or zero.
  • Count how many places the decimal point moves left; that count is the positive exponent.
  • 84,300 = 8.43 x 10^4 and 6,50,00,000 = 6.5 x 10^7.
  • 1 lakh = 10^5 and 1 crore = 10^7, so Rs 2,80,000 crore = 2.8 x 10^12.
  • 34.5 x 10^6 is not standard form; move the point once more to get 3.45 x 10^7.
  • Always check by converting back: 8.43 x 10000 must return 84,300.

Standard Form for Very Small Numbers

Quick answer The same notation handles numbers with long runs of zeros after the decimal point, using negative exponents. A simple place-counting check catches almost every off-by-one mistake.

Standard form is just as useful at the other end of the scale. The thickness of a sheet of paper, the width of a hair, the size of a bacterium — these are numbers with a long run of zeros sitting after the decimal point, and counting those zeros by eye is exactly how mistakes creep in.

The rule. Move the decimal point to the right until it sits just after the first non-zero digit, count the places you moved, and use that count as a negative exponent. Moving the point right has made the number bigger, so you must multiply by a matching small power of ten to bring it back to its true size.

Take 0.0016. Moving the point so that it sits after the 1 takes 3 places, so 0.0016 = 1.6 × 10-3. Check by going back: 10-3 = 0.001, and 1.6 × 0.001 = 0.0016.

Take 0.00045. Moving the point to sit after the 4 takes 4 places, so 0.00045 = 4.5 × 10-4.

Take 0.000000000753. Moving the point to sit after the 7 takes 10 places, so the standard form is 7.53 × 10-10. Nobody can count those zeros reliably by staring at them, which is precisely why this notation exists.

A quick way to check your work. In k × 10-n, the first significant digit always lands in the n-th decimal place. So in 7 × 10-5 the 7 must be the fifth digit after the point: 0.00007. Count them — 0, 0, 0, 0, 7 — and the 7 is indeed in fifth place. This single check catches almost every off-by-one slip, and it takes about three seconds.

Going back to usual form. To expand 3.02 × 10-6, move the point 6 places to the left, filling the gaps with zeros: 0.00000302. Verify with the check above — the first significant digit, 3, should be in the sixth decimal place, and it is. To expand 5 × 10-7, move 7 places to get 0.0000005.

Real quantities. A red blood cell is about 0.000007 m across, which is 7 × 10-6 m. A human hair is roughly 0.00007 m thick, or 7 × 10-5 m — exactly ten times thicker than the blood cell, and you can see that at a glance from the exponents alone without dividing anything. A typical bacterium measures about 5 × 10-7 m. In science you will later meet the charge on an electron, about 1.6 × 10-19 coulomb, and by then writing it out in full would be unthinkable.

Careful with the sign. A negative exponent tells you the number is small, not that it is negative. 2.5 × 10-4 is 0.00025, a perfectly ordinary positive number that happens to be less than 1. And the more negative the exponent, the smaller the number: 10-9 is a thousand million times tinier than 100, and far tinier than 10-3. Reading the exponent is the fastest way to judge size, which is the whole point of the notation.

Decimal point moved n places right -> exponent is -n 0.00045 becomes 4.5 x 10^-4 because the point moved 4 places to the right.
10^-n = 1 / 10^n 10^-3 = 1/1000 = 0.001. The more negative the exponent, the smaller the number.
In k x 10^-n the first significant digit is in the n-th decimal place Fastest self-check available: 7 x 10^-5 must be 0.00007, with the 7 fifth after the point.
Remember
  • Count how many places the decimal point moves right; that count becomes the negative exponent.
  • 0.0016 = 1.6 x 10^-3, 0.00045 = 4.5 x 10^-4, and 0.000000000753 = 7.53 x 10^-10.
  • Checking trick: in k x 10^-n the first significant digit sits in the n-th decimal place, so 7 x 10^-5 = 0.00007.
  • To expand, move the point n places left and fill with zeros: 3.02 x 10^-6 = 0.00000302.
  • A negative exponent means small, not negative — 2.5 x 10^-4 = 0.00025 is positive.
  • Comparing exponents is enough to compare sizes: 7 x 10^-5 is ten times 7 x 10^-6.

Calculating and Comparing in Standard Form

Quick answer Multiplying, dividing, adding and comparing numbers written as k x 10^n, then using those skills on real problems about money, paper and storage.

Numbers in standard form are not just tidier to write. They are far easier to calculate with, because the front numbers and the powers of ten can be handled completely separately.

Multiplying. Multiply the front numbers, add the exponents, then tidy up if needed. (3 × 105) × (2 × 104) = (3 × 2) × 105+4 = 6 × 109. Sometimes the front number spills over 10, and then the tidying step matters: (4 × 106) × (5 × 103) = 20 × 109, and since 20 = 2 × 101, the proper answer is 2 × 1010.

Dividing. Divide the front numbers and subtract the exponents. (8 × 107) ÷ (2 × 103) = 4 × 104. Negative exponents behave in exactly the same way: (9 × 10-4) ÷ (3 × 102) = 3 × 10-4-2 = 3 × 10-6.

Adding and subtracting. Here you cannot work on the two parts separately, and skipping that fact is the single biggest source of wrong answers in this topic. First make both powers of ten the same, then add the front numbers. To find 3.2 × 105 + 4.5 × 104, rewrite the second term with the larger power: 4.5 × 104 = 0.45 × 105. Now 3.2 + 0.45 = 3.65, so the sum is 3.65 × 105. Check the long way: 3,20,000 + 45,000 = 3,65,000, which is the same thing.

Comparing. Look at the exponent first, and only look at the front number if the exponents match. Between 3 × 108 and 9 × 107, rewrite the second one as 0.9 × 108; now the contest is 3 against 0.9, so 3 × 108 is the larger. Small numbers work identically. Which is bigger, 5 × 10-6 or 4 × 10-5? Rewrite 4 × 10-5 as 40 × 10-6, so 4 × 10-5 wins comfortably, even though its front number is smaller.

Problem 1 — money per person. A state announces a budget of ₹2,80,000 crore for a population of 1.4 × 108 people, that is 14 crore. First convert the budget: 2,80,000 crore = 2.8 × 105 × 107 = ₹2.8 × 1012. Now divide: 2.8 ÷ 1.4 = 2, and 1012 ÷ 108 = 104. The answer is 2 × 104 = ₹20,000 per person, a figure you can actually picture.

Problem 2 — a stack of paper. One sheet is 1.2 × 10-2 cm thick. How tall is a ream of 500 sheets? Write 500 as 5 × 102. Then (5 × 102) × (1.2 × 10-2) = (5 × 1.2) × 102-2 = 6 × 100 = 6 cm. Notice how neatly the positive and negative exponents cancelled.

Problem 3 — storage. A 4 GB memory card holds about 4 × 109 bytes. If one photo takes 5 × 105 bytes, how many photos will fit? Divide: 4 ÷ 5 = 0.8, and 109 ÷ 105 = 104, giving 0.8 × 104. That front number is below 1, so tidy it: 0.8 × 104 = 8 × 103 = 8000 photos. The tidy-up step is not decoration — it is what turns a raw calculation into a properly written answer.

(p x 10^m) x (q x 10^n) = (p x q) x 10^(m+n) Multiply the front numbers, add the powers, then tidy the front number back into the range 1 to 10.
(p x 10^m) / (q x 10^n) = (p / q) x 10^(m-n) Divide the front numbers and subtract the powers. Example: (8 x 10^7)/(2 x 10^3) = 4 x 10^4.
For addition, first make both powers of ten equal 3.2 x 10^5 + 4.5 x 10^4 = 3.2 x 10^5 + 0.45 x 10^5 = 3.65 x 10^5.
For positive numbers: bigger n wins; if n is equal, bigger k wins Compare 3 x 10^8 with 9 x 10^7 by rewriting the second as 0.9 x 10^8.
Remember
  • To multiply, multiply the front numbers and add the exponents: (3 x 10^5)(2 x 10^4) = 6 x 10^9.
  • To divide, divide the front numbers and subtract the exponents: (8 x 10^7) / (2 x 10^3) = 4 x 10^4.
  • To add or subtract, first rewrite both numbers with the same power of ten.
  • 3.2 x 10^5 + 4.5 x 10^4 = 3.2 x 10^5 + 0.45 x 10^5 = 3.65 x 10^5.
  • Compare exponents before front numbers: 4 x 10^-5 is bigger than 5 x 10^-6.
  • Always tidy the final answer back into the range 1 <= k < 10, so 0.8 x 10^4 becomes 8 x 10^3.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

a^n = a x a x ... x a (n factors)
10^n = 1 followed by n zeros
A negative base to an even power is positive; to an odd power it is negative
(a/b)^n = a^n / b^n, for b not equal to 0
a^m x a^n = a^(m+n)
a^m / a^n = a^(m-n), for a not equal to 0
(a^m)^n = a^(m x n)
a^m x b^m = (a x b)^m
a^m / b^m = (a / b)^m, for b not equal to 0
a^0 = 1, for every a not equal to 0
a^-n = 1 / a^n, for a not equal to 0
(a/b)^-n = (b/a)^n, for a and b not equal to 0
1 / a^-n = a^n, for a not equal to 0
k x 10^n, where 1 <= k < 10 and n is an integer
Decimal point moved n places left -> exponent is +n
1 lakh = 10^5 and 1 crore = 10^7
If k >= 10, shift the point left and add 1 to n
Decimal point moved n places right -> exponent is -n
10^-n = 1 / 10^n
In k x 10^-n the first significant digit is in the n-th decimal place
(p x 10^m) x (q x 10^n) = (p x q) x 10^(m+n)
(p x 10^m) / (q x 10^n) = (p / q) x 10^(m-n)
For addition, first make both powers of ten equal
For positive numbers: bigger n wins; if n is equal, bigger k wins

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1

What does 2^6 mean?

Q2

What is the value of (-3)^3?

Q3

Simplify 5^4 x 5^2.

Q4

Simplify 9^7 divided by 9^4.

Q5

Simplify (2^3)^4.

Q6

What is the value of 4^0 + 5^0?

Q7

Write 3^-4 as a fraction.

Q8

What is the value of (2/7)^-2?

Q9

Which of these is 0.00045 written correctly in standard form?

Q10

Express 3,45,00,000 in standard form.

Q11

Work out (5 x 10^6) x (3 x 10^-2) and give the answer in standard form.

Q12

If 2^m = 1/16, what is the value of m?

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 8

1 Evaluate: (i) 3^-2 (ii) (-4)^-2 (iii) (1/2)^-5

(i) 3-2
A negative exponent means take the reciprocal, so 3-2 = 1/32 = 1/9.

(ii) (-4)-2
First the reciprocal: (-4)-2 = 1/(-4)2. Now (-4)2 = (-4) × (-4) = 16, because the exponent is even. So the answer is 1/16.

(iii) (1/2)-5
For a fraction base, the negative exponent flips the fraction: (1/2)-5 = (2/1)5 = 25 = 32.

2 Simplify (-4)^5 divided by (-4)^8 and express the answer with a positive exponent.

The bases are the same, so subtract the exponents:

(-4)5 ÷ (-4)8 = (-4)5-8 = (-4)-3

Now make the exponent positive by taking the reciprocal:

(-4)-3 = 1/(-4)3

Since (-4)3 = (-4) × (-4) × (-4) = 16 × (-4) = -64, the value is 1/(-64) = -1/64. The answer is negative because the exponent 3 is odd.

3 Find the value of (3^0 + 4^-1) x 2^2.

Work inside the bracket first.

30 = 1, because any non-zero number to the power 0 is 1.

4-1 = 1/4.

So the bracket is 1 + 1/4 = 4/4 + 1/4 = 5/4.

Outside the bracket, 22 = 4.

Multiplying: (5/4) × 4 = 20/4 = 5.

4 Find the value of m for which (-3)^m divided by (-3)^-5 equals (-3)^7.

Apply the quotient law to the left-hand side. Dividing powers with the same base means subtracting the exponents:

(-3)m ÷ (-3)-5 = (-3)m-(-5) = (-3)m+5

This must equal (-3)7. The bases are already the same, so the exponents must match:

m + 5 = 7

m = 7 - 5 = 2

Check: (-3)2 ÷ (-3)-5 = (-3)2+5 = (-3)7, which is correct.

5 Express in standard form: (i) 1,50,000 (ii) 0.000031

(i) 1,50,000
Place the decimal point after the first non-zero digit: 1.50000. The point has moved 5 places to the left, so the exponent is +5.

1,50,000 = 1.5 × 105

Check: 1.5 × 1,00,000 = 1,50,000.

(ii) 0.000031
Move the point to sit after the first non-zero digit, which is 3, counting the steps as you go: 0.000031 → 0.00031 (1 place) → 0.0031 (2) → 0.031 (3) → 0.31 (4) → 3.1 (5). The point moved 5 places to the right, so the exponent is -5.

0.000031 = 3.1 × 10-5

Check using the place rule: in k × 10-5 the first significant digit sits in the fifth decimal place, and in 0.000031 the digit 3 is indeed fifth.

6 Express in usual form: (i) 3.02 x 10^-6 (ii) 4.5 x 10^4

(i) 3.02 × 10-6
A negative exponent of -6 means move the decimal point 6 places to the left, filling the gaps with zeros:

3.02 → 0.302 (1) → 0.0302 (2) → 0.00302 (3) → 0.000302 (4) → 0.0000302 (5) → 0.00000302 (6)

Check: the first significant digit 3 should be in the sixth decimal place, and it is.

(ii) 4.5 × 104
A positive exponent of 4 means move the point 4 places to the right:

4.5 → 45 (1) → 450 (2) → 4500 (3) → 45,000 (4)

7 Simplify (25 x t^-4) divided by (5^-3 x 10 x t^-8), where t is not equal to 0.

Deal with the numbers and the letter separately.

The letter t: t-4 ÷ t-8 = t-4-(-8) = t-4+8 = t4.

The numbers: we need 25 ÷ (5-3 × 10).

First, 5-3 = 1/53 = 1/125.

So 5-3 × 10 = 10/125 = 2/25.

Then 25 ÷ (2/25) = 25 × (25/2) = 625/2.

Putting the two parts together:

625 t4 / 2

Quick check with t = 1: the original expression becomes 25 ÷ (1/125 × 10) = 25 ÷ (2/25) = 312.5, and 625/2 = 312.5. They agree.

8 A stack of 100 sheets of paper is 1.2 cm thick. Find the thickness of one sheet and write it in standard form.

Thickness of one sheet = total thickness ÷ number of sheets

= 1.2 ÷ 100

= 0.012 cm

Now convert 0.012 to standard form. Move the decimal point to sit after the 1, which takes 2 places to the right, so the exponent is -2.

Thickness of one sheet = 1.2 × 10-2 cm

Check: 10-2 = 0.01, and 1.2 × 0.01 = 0.012 cm. Multiplying back by 100 sheets gives 1.2 cm, as stated.

Previous-year board questions 6

Q1 Simplify: [(1/2)^-2 - (1/3)^-2] divided by (1/4)^-1 3 marks mark

Handle each negative exponent by flipping the fraction.

(1/2)-2 = (2/1)2 = 22 = 4

(1/3)-2 = (3/1)2 = 32 = 9

(1/4)-1 = (4/1)1 = 4

Now substitute back into the expression:

[4 - 9] ÷ 4

= (-5) ÷ 4

= -5/4

The answer is negative because 9 is larger than 4 inside the bracket.

Q2 Find x if (2/5)^-4 x (2/5)^7 = (2/5)^(2x+1). 3 marks mark

The bases on the left are the same, so add the exponents:

(2/5)-4 × (2/5)7 = (2/5)-4+7 = (2/5)3

So the equation becomes:

(2/5)3 = (2/5)2x+1

Since the bases are equal, the exponents must be equal:

2x + 1 = 3

2x = 3 - 1 = 2

x = 1

Check: with x = 1, the right side is (2/5)2(1)+1 = (2/5)3, which matches the left side.

Q3 The mass of the Earth is 5.97 x 10^24 kg and the mass of the Moon is 7.35 x 10^22 kg. Find their total mass, giving the answer in standard form. 3 marks mark

You cannot add these directly because the powers of ten are different. First rewrite the smaller number using the larger power.

7.35 × 1022 = 0.0735 × 1024

(The point moved 2 places left, and the exponent went up by 2, so the value is unchanged.)

Now add the front numbers:

5.97 + 0.0735 = 6.0435

Total mass = 6.0435 × 1024 kg

The front number 6.0435 lies between 1 and 10, so the answer is already in standard form.

Q4 A water tanker carries 2.5 x 10^4 litres. A village needs 3 x 10^6 litres of water for one week. How many tanker loads are required? 4 marks mark

Number of loads = total water needed ÷ capacity of one tanker

= (3 × 106) ÷ (2.5 × 104)

Divide the front numbers and subtract the exponents:

3 ÷ 2.5 = 1.2

106 ÷ 104 = 106-4 = 102 = 100

Number of loads = 1.2 × 102 = 120 loads

Check: 120 × 2.5 × 104 = 300 × 104 = 3 × 106 litres, which is exactly what the village needs.

Q5 Simplify and write the answer with positive exponents: (3^-5 x 10^-5 x 125) divided by (5^-7 x 6^-5) 4 marks mark

Break every number down into prime bases first.

10-5 = (2 × 5)-5 = 2-5 × 5-5

125 = 53

6-5 = (2 × 3)-5 = 2-5 × 3-5

Numerator: 3-5 × 2-5 × 5-5 × 53 = 3-5 × 2-5 × 5-5+3 = 3-5 × 2-5 × 5-2

Denominator: 5-7 × 2-5 × 3-5

Now divide. The 3-5 and the 2-5 cancel top and bottom, leaving only the powers of 5:

5-2 ÷ 5-7 = 5-2-(-7) = 5-2+7 = 55

55 = 5 × 5 × 5 × 5 × 5 = 3125

Q6 Express 0.00000000085 in standard form, and state which is larger: 0.00000000085 or 9 x 10^-11. 3 marks mark

Standard form. Move the decimal point to sit after the 8. Counting the places: 0.00000000085 → the digit 8 is in the tenth decimal place, so the point moves 10 places to the right.

0.00000000085 = 8.5 × 10-10

Comparison. The two numbers have different exponents, so rewrite one of them. Take the second number and match the power -10:

9 × 10-11 = 0.9 × 10-10

Now compare the front numbers: 8.5 against 0.9.

Since 8.5 is greater than 0.9, 0.00000000085 (that is, 8.5 × 10-10) is the larger number. In fact it is a little over nine times larger.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI