SSC CGL · Quantitative Aptitude
Surds & Indices
Laws of exponents, simplification of surds and rationalisation of irrational expressions.
Six concepts that turn every surd-and-indices question into the same move: rewrite until both sides share a base or a radicand, then equate. The paper pays for recognising which rewrite — common prime, conjugate, or LCM of the orders — not for inventing a new method each time.
- SSC CGL
- Medium level
- 6 concepts
- 45 practice questions
1Laws of indices, one base at a time
When two powers share a base, the four product-family laws collapse the expression: a^m \times a^n = a^{m+n}, \frac{a^m}{a^n} = a^{m-n}, (a^m)^n = a^{mn}, and a^0 = 1 for a \neq 0. The same laws applied after rewriting every base as a power of one prime — 8 = 2^3, 32 = 2^5 — are what solve almost every SSC indices equation without logarithms.
The trap is applying a law across different bases. 2^3 \times 3^3 is (2 \times 3)^3, not 6^6; the product-of-powers identity is (ab)^n = a^n b^n, which factors the base, never the exponent.
Figure. Same-base laws only fire after every number is a power of one prime. Here 32=2^5 turns the equation into 2^{x+3}=2^5, so the exponents equate and x=2. The trap the prose names — multiplying across different bases — never appears on this path because the rewrite forced one base first.
| Law | Form | Watch |
|---|---|---|
| Product | a^m \times a^n = a^{m+n} | Same base; add exponents |
| Quotient | \frac{a^m}{a^n} = a^{m-n} | Same base; subtract exponents |
| Power of a power | (a^m)^n = a^{mn} | Multiply the exponents |
| Power of a product | (ab)^n = a^n b^n | Factors the base, not the exponent |
| Zero exponent | a^0 = 1 (a \neq 0) | 0^0 is undefined — never write 1 |
Solving an exponential equation
If 2^{x+3} = 32, find x.
- Rewrite 32 as a power of 232 = 2^5
- Same base: 2^{x+3} = 2^5equate exponents
- x + 3 = 5x = 2
- Check: 2^{2+3} = 2^532
Pro tip. Make both sides the same base, then equate the exponents — no logarithms needed for SSC. If the bases will not match, factor each into primes first; the rewrite is the question.
2^3 \times 2^4 equals
- 2^{12}
- 2^7
- 4^7
Same base, so add the exponents: 2^{3+4} = 2^7 = 128. Multiplying the exponents gives 2^{12}; multiplying the bases and adding the exponents gives the 4^7 distractor.
2Negative exponents are reciprocals
A negative exponent means take the reciprocal of the positive power: a^{-n} = \frac{1}{a^n} for a \neq 0. On a fraction the minus flips the fraction and then applies the positive power, so \left(\frac{3}{4}\right)^{-2} = \left(\frac{4}{3}\right)^2.
The product and quotient laws still hold with negative exponents — a^{-3} \times a^{5} = a^{2} — which is why rewriting first and then adding is safer than trying to picture a "negative power" as a smaller tower.
Figure. A negative exponent flips the fraction, then the positive power applies: (3/4)^{-2}=(4/3)^2=16/9. The side branch is the same claim written as a reciprocal of a positive power — both routes meet at 16/9.
How to clear a negative exponent
- Flip, then powerWrite a^{-n} as \frac{1}{a^n}, or flip a fractional base and drop the minus.
- Combine on one baseIf several powers of a remain, add the (signed) exponents before evaluating.
- Evaluate the positive powerOnly after the sign is gone do you compute the ordinary integer power.
A flipped fraction
Simplify \left(\frac{3}{4}\right)^{-2}.
- Negative exponent flips the base\left(\frac{4}{3}\right)^{2}
- Square numerator and denominator\frac{4^{2}}{3^{2}}
- \frac{16}{9}\frac{16}{9}
- Check via reciprocal form: 1 / (3/4)^{2} = 1 / (9/16)\frac{16}{9}
Pro tip. Writing 1/(3/4)^{2} and then dividing by a fraction is the same answer — flipping first just shortens the arithmetic. Never multiply by -2; the minus is an instruction to invert, not a factor.
5^{-2} equals
- -25
- -\frac{1}{25}
- \frac{1}{25}
5^{-2} = \frac{1}{5^{2}} = \frac{1}{25}. The minus belongs to the exponent, not the value — both -25 and -1/25 come from treating a negative exponent as a negative number.
3Fractional exponents are roots
A fractional exponent is a root: a^{m/n} = \sqrt[n]{a^{m}} = (\sqrt[n]{a})^{m}. The denominator is the order of the root; the numerator is the power. That identity is the bridge between indices and surds — every surd \sqrt[n]{a} is just a^{1/n} written with a radical sign.
For exam arithmetic, rewrite the base as a perfect n-th power first. 8^{2/3} becomes (2^{3})^{2/3} = 2^{2} = 4, which is faster than taking a cube root of 64.
Figure. Two legal routes to the same integer. The upper branch rewrites the base as a prime power and multiplies exponents; the lower takes the cube root first and then squares. Both land on 2^{2} = 4 — the fractional exponent is exactly that choice of order.
How to evaluate a^{m/n}
- Prime-power the baseWrite a as p^{k} when you can, so the outer exponent can cancel.
- Root, then powerCompute (\sqrt[n]{a})^{m} — the root usually lands on an integer before the power.
- Or multiply exponentsOn a prime power, (p^{k})^{m/n} = p^{km/n} collapses in one step.
A cube-root power
Evaluate 8^{2/3}.
- Write 8 as a cube8 = 2^{3}
- (2^{3})^{2/3} = 2^{3 \cdot 2/3}2^{2}
- 2^{2}4
- Same via root-first: (\sqrt[3]{8})^{2} = 2^{2}4
Pro tip. Root-first and prime-power both work; pick the one that hits an integer sooner. Taking 8^{2} = 64 and then the cube root is legal but slower, and it is where calculator-free arithmetic usually slips.
27^{2/3} equals
- 18
- 9
- 3
27 = 3^{3}, so 27^{2/3} = (3^{3})^{2/3} = 3^{2} = 9. Taking only the cube root gives 3; multiplying 27 \times \tfrac{2}{3} gives the 18 distractor.
4Surds, and which ones may be added
A surd is an irrational root that cannot be simplified to a rational — \sqrt{2}, \sqrt[3]{5}, \sqrt{7}. Like surds share the same order and the same radicand, so their coefficients add exactly as like terms do: 3\sqrt{5} + 2\sqrt{5} = 5\sqrt{5}. Unlike surds do not combine; \sqrt{2} + \sqrt{3} is already simplest.
Before adding, reduce each surd by factoring out a perfect square (or cube): \sqrt{12} = \sqrt{4 \times 3} = 2\sqrt{3}. The product and quotient rules \sqrt{a}\times\sqrt{b} = \sqrt{ab} and \frac{\sqrt{a}}{\sqrt{b}} = \sqrt{\frac{a}{b}} are what make that reduction legal.
Figure. After reduction every term is a multiple of \sqrt{3}, so the figure is just the coefficients. 2 + 3 - 4 = 1 leaves a single \sqrt{3} — the radicand never changes when like surds combine.
How to combine surds
- Reduce each radicandPull out every perfect-square factor so every term is k\sqrt{m} with m square-free.
- Group like surdsOnly terms with identical m (and the same root order) may have their coefficients added.
- Leave unlikes aloneDifferent radicands stay as a sum; do not invent a single root over their product.
Reduce, then collect
Simplify \sqrt{12} + \sqrt{27} - \sqrt{48}.
- \sqrt{12} = \sqrt{4 \times 3}2\sqrt{3}
- \sqrt{27} = \sqrt{9 \times 3}3\sqrt{3}
- \sqrt{48} = \sqrt{16 \times 3}4\sqrt{3}
- 2\sqrt{3} + 3\sqrt{3} - 4\sqrt{3}\sqrt{3}
Pro tip. If the radicands still look different after one pass, you missed a square factor. Adding \sqrt{12} + \sqrt{27} as \sqrt{39} is the classic wrong move — the product rule multiplies under one root, it does not add.
2\sqrt{7} + 5\sqrt{7} equals
- 7\sqrt{14}
- 7\sqrt{7}
- 10\sqrt{7}
Like surds: add coefficients, keep the radicand — 7\sqrt{7}. Multiplying the coefficients gives 10\sqrt{7}; multiplying inside the root gives the \sqrt{14} distractor.
5Rationalising a surd denominator
A surd in the denominator is cleared by multiplying numerator and denominator by a conjugate that produces a difference of squares. For a single term, \frac{1}{\sqrt{a}} \times \frac{\sqrt{a}}{\sqrt{a}} = \frac{\sqrt{a}}{a}. For a binomial, \frac{1}{\sqrt{a} + \sqrt{b}} \times \frac{\sqrt{a} - \sqrt{b}}{\sqrt{a} - \sqrt{b}} = \frac{\sqrt{a} - \sqrt{b}}{a - b}.
The conjugate flips the sign between the two surds; the denominator becomes the rational a - b. That is the whole method — the numerator just rides along.
Figure. Multiply top and bottom by the conjugate that flips the sign between the surds. The denominator becomes the rational difference of squares 5-3=2; the numerator \sqrt{5}+\sqrt{3} just rides along. That is the whole method.
How to rationalise
- Name the conjugateFor \sqrt{a} \pm \sqrt{b}, the conjugate is \sqrt{a} \mp \sqrt{b} — flip the middle sign only.
- Multiply top and bottomSame factor on numerator and denominator, so the value is unchanged.
- Difference of squaresDenominator becomes a - b (or a for a monomial). Simplify the fraction if a common factor appears.
Rationalising a surd denominator
Simplify \frac{1}{\sqrt{5} - \sqrt{3}}.
- Multiply by conjugate \sqrt{5} + \sqrt{3}\frac{\sqrt{5} + \sqrt{3}}{(\sqrt{5} - \sqrt{3})(\sqrt{5} + \sqrt{3})}
- Denominator: 5 - 32
- Numerator unchanged\sqrt{5} + \sqrt{3}
- Simplified form\frac{\sqrt{5} + \sqrt{3}}{2}
Pro tip. The conjugate turns the denominator into a difference of squares, removing all surds from below. Flipping both signs, or conjugating only one term, leaves a surd downstairs and wastes the step.
\frac{1}{\sqrt{7} + \sqrt{2}} rationalises to
- \frac{\sqrt{7} - \sqrt{2}}{5}
- \frac{\sqrt{7} + \sqrt{2}}{5}
- \frac{\sqrt{7} - \sqrt{2}}{9}
Multiply by \sqrt{7} - \sqrt{2}: denominator 7 - 2 = 5, numerator \sqrt{7} - \sqrt{2}. Keeping the plus in the numerator is the unflipped conjugate; using 7 + 2 = 9 is adding instead of the difference of squares.
6Comparing surds of different orders
To compare \sqrt[m]{a} and \sqrt[n]{b}, raise both to the LCM of the orders so they share a common index, then compare the resulting radicands as ordinary integers. \sqrt{3} against \sqrt[3]{5} becomes a sixth-power comparison: 3^{3} = 27 against 5^{2} = 25, so \sqrt{3} is larger.
The common-index move is the same idea as rewriting bases before equating exponents — you are manufacturing a shared scale so the comparison is integer arithmetic, not a calculator estimate.
Figure. After both surds are raised to the sixth power, the comparison is 27 against 25 — ordinary integers. The dashed rule sits on 25 so the one-unit gap is readable; that gap is why \sqrt{3} wins.
How to compare
- LCM of the ordersFor orders m and n, the common power is \mathrm{lcm}(m, n).
- Raise each surd(\sqrt[m]{a})^{\mathrm{lcm}} = a^{\mathrm{lcm}/m}, an integer when a is integer.
- Compare the integersThe larger raised value belongs to the larger surd — the common power is increasing on positives.
Which is larger, \sqrt{3} or \sqrt[3]{5}?
Compare \sqrt{3} and \sqrt[3]{5} without a calculator.
- Orders 2 and 3; \mathrm{lcm}(2, 3)6
- (\sqrt{3})^{6} = 3^{3}27
- (\sqrt[3]{5})^{6} = 5^{2}25
- 27 > 25\sqrt{3} > \sqrt[3]{5}
Pro tip. Raise all to the LCM of the indices and just compare the resulting integers. Approximating \sqrt{3} \approx 1.73 and \sqrt[3]{5} \approx 1.71 gets the same answer by luck — the integer route is what the paper expects when the gap is small.
Between \sqrt[3]{4} and \sqrt{2}, which is larger?
- \sqrt{2}
- \sqrt[3]{4}
- They are equal
LCM of 3 and 2 is 6: (\sqrt[3]{4})^{6} = 4^{2} = 16 and (\sqrt{2})^{6} = 2^{3} = 8. So \sqrt[3]{4} is larger. Equating them because 4 = 2^{2} forgets that the outer roots still differ.
Notes
- Laws of Indices: a^m\times a^n = a^{m+n}, \frac{a^m}{a^n}=a^{m-n}, (a^m)^n=a^{mn}, and a^0=1 for a\neq0; negative exponents give reciprocals via a^{-n}=\frac{1}{a^n}.
- Fractional Exponents: a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m, linking surds and indices; e.g. 8^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4.
- Surd Definition: A surd is an irrational root like \sqrt{2}; like surds (same order and radicand) can be added/subtracted, e.g. 3\sqrt5+2\sqrt5=5\sqrt5.
- Rationalising the Denominator: Multiply by the conjugate to clear a surd from the denominator, so \frac{1}{\sqrt{a}+\sqrt{b}}\times\frac{\sqrt{a}-\sqrt{b}}{\sqrt{a}-\sqrt{b}}=\frac{\sqrt{a}-\sqrt{b}}{a-b}.
- Comparing Surds: To compare \sqrt[m]{a} and \sqrt[n]{b}, raise both to the LCM of the orders so they share a common index before comparing the radicands.
Formulas
- a^m\times a^n = a^{m+n} and \frac{a^m}{a^n}=a^{m-n}
- (a^m)^n = a^{mn}; (ab)^n = a^n b^n
- a^{-n} = \frac{1}{a^n}; a^0 = 1 (a\neq0)
- a^{m/n} = \sqrt[n]{a^m}
- Rationalisation: \frac{1}{\sqrt a+\sqrt b} = \frac{\sqrt a-\sqrt b}{a-b}
- \sqrt{a}\times\sqrt{b} = \sqrt{ab}; \frac{\sqrt a}{\sqrt b} = \sqrt{\frac a b}
Exam traps & shortcuts
- Rewrite every base as a power of a common prime (e.g. 8=2^3, 32=2^5) so exponent laws collapse the expression to one term.
- Rationalise a surd denominator by multiplying with its conjugate; the denominator becomes the rational a-b.
- For comparing surds of different orders, raise all to the LCM of the indices and just compare the resulting integers.
Reference tables
The identities worth having by heart the night before. Every row is a rewrite, not a new idea.
| Move | Identity | Use when |
|---|---|---|
| Product / quotient | a^{m}a^{n}=a^{m+n}, \frac{a^{m}}{a^{n}}=a^{m-n} | Same base already |
| Power of a power | (a^{m})^{n}=a^{mn}; (ab)^{n}=a^{n}b^{n} | Collapsing a tower or a product base |
| Zero / negative | a^{0}=1; a^{-n}=\frac{1}{a^{n}} | Clearing a minus before evaluating |
| Fractional | a^{m/n}=\sqrt[n]{a^{m}} | Bridging a radical to an index |
| Surd product | \sqrt{a}\sqrt{b}=\sqrt{ab}; \frac{\sqrt{a}}{\sqrt{b}}=\sqrt{\frac{a}{b}} | Reducing or combining radicands |
| Rationalise | \frac{1}{\sqrt{a}+\sqrt{b}}=\frac{\sqrt{a}-\sqrt{b}}{a-b} | Surd downstairs |
The three exam shapes look similar in the stem and are decided by what is mismatched.
| Mismatch | Rewrite | Landing move |
|---|---|---|
| Different bases, integer powers | Factor each base into one prime | Equate exponents |
| Surd in the denominator | Multiply by the conjugate | Difference of squares downstairs |
| Roots of different orders | Raise both to \mathrm{lcm} of the orders | Compare the integer radicands |
| Unlike-looking surds in a sum | Pull out perfect-square factors | Add coefficients of like surds |
Recap
Read only this the night before.
- Shared base
- Add, subtract or multiply exponents only when the base matches. Rewrite 8 and 32 as powers of 2 before you touch the exponents.
- Negative
- a^{-n} is a reciprocal, not a negative value. Flip a fraction first, then apply the positive power.
- Fractional
- Denominator is the root, numerator the power. Prime-power the base so (p^{k})^{m/n} cancels cleanly.
- Like surds
- Same order, same radicand — then coefficients add. Reduce \sqrt{12} to 2\sqrt{3} before you collect.
- Rationalise
- Multiply by the conjugate; the denominator becomes a - b. Flip only the middle sign.
- Compare
- Raise both surds to the LCM of their orders and compare the integers. No calculator estimates.
Practise Surds & Indices
Reading is free and needs no account. Practice, mocks and progress live in the app.
- 45 exam-style questions on this topic, with explanations
- A 5-question practice set that ends the chapter
- Timed mocks scored with the real marking scheme
- Readiness tracked per topic, kept on your device