theMBAroom
Study Material

🔢 Quant

Algebra

Equations, inequalities, functions, logarithms. Appears heavily in CAT Quant.

34%
of Quant

Why This Topic Matters

Total PYQs📊
111
of 1002 · 2021–2025
Years featured📅
5/5
of recent CAT years
% of Quant📈
~34%
of section questions
Est. hours⏱️
~30h
to master
~7/22
2021
7/22
2022
~8/22
2023
~9/22
2024
~8/22
2025

The second pillar of CAT Quant

Algebra is about 7 of the 22 Quant questions in a slot (34%) — second only to arithmetic, and often the deciding ground for a 99-percentile Quant score. The sub-topics — linear equations, quadratics, inequalities, indices & logarithms, sequences & series, functions — each have a dedicated page (functions is covered right here). This overview arms you with the high-frequency tools and the graph-reading that turns a hard algebra question into a one-line answer.

What CAT 2021–2025 actually asked

Sub-skill20212022202320242025Avg/slot
Equations (linear, quadratic & polynomial)2.02.33.02.73.32.7
Progressions & series1.01.32.01.01.31.3
Functions0.72.00.31.31.01.1
Inequalities & modulus0.71.30.71.70.71.0
Logarithms1.01.00.71.00.7
Surds & indices0.71.00.3
🎯PYQ Evidence

Four fixtures, every single year: equations (the biggest single block in all of Quant — and growing: from ~2 to ~3 per slot across 2021–2025), progressions (~1–2 per slot, never absent), functions (every year, ~1 per slot) and inequalities (~1–2 per slot). Logarithms skipped only 2022. And 2025 brought a first: a linear-programming/optimisation question. If your algebra prep is "quadratics plus formulas," you're missing the half of CAT algebra that lives in functions, progressions and inequalities.

Quadratics — the most-tested object

For ax2+bx+c=0ax^2+bx+c=0:

x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}

You rarely need the formula, though, because Vieta's relations answer most CAT questions directly:

sum of roots=ba,product of roots=ca\text{sum of roots}=-\frac{b}{a},\qquad \text{product of roots}=\frac{c}{a}

The discriminant D=b24acD=b^2-4ac tells you the nature of the roots at a glance:

DDRootsParabola vs x-axis
D>0D>0two distinct realcuts at two points
D=0D=0one repeated realjust touches
D<0D<0none real (complex)never meets

Read the graph, skip the algebra

A parabola y=ax2+bx+cy=ax^2+bx+c opens up if a>0a>0 (has a minimum) and down if a<0a<0 (a maximum), with its vertex at x=b2ax=-\dfrac{b}{2a}.

vertex (2,−1) x=1 x=3

For modulus / absolute value, y=xay=|x-a| is a V with its corner at (a,0)(a,0). A CAT favourite: the sum of distances xa+xb|x-a|+|x-b| has minimum value ab\mathbf{|a-b|}, attained anywhere on the interval [a,b][a,b].

Functions — the every-year topic without a formula sheet

About one question per slot, and they all reduce to four patterns:

  1. Evaluate a composition: f(g(x))f(g(x)) — work inside-out, and never assume f(g(x))=g(f(x))f(g(x)) = g(f(x)).
  2. Functional equations: given a rule like f(x+y)=f(x)f(y)f(x+y)=f(x)f(y), plug small smart values (x=0x=0, y=1y=1, x=yx=y) to force the form.
  3. Iterated functions: f(f(f(x)))f(f(f(x))) — compute one layer at a time and look for a cycle (the values usually repeat with period 2 or 3).
  4. Max/min of a defined function — usually a disguised parabola or modulus-sum; sketch it.
💡Exam Tip

In functional-equation questions, the substitution x=yx = y and the substitution x=0x = 0 (or 11) crack the vast majority. Write what each substitution gives you before hunting anything fancier.

Inequalities — the wavy-curve method

To solve a factored inequality like (x1)(x3)(x+2)>0(x-1)(x-3)(x+2)>0: mark the roots on a line, and starting from the far right (always +), alternate signs across each root. Pick the intervals matching the inequality. (A repeated factor of even multiplicity does not flip the sign.)

A worked example

✏️Worked Example

Find the minimum value of f(x)=x2+x7f(x)=|x-2|+|x-7|.

This is the sum of distances from xx to 22 and to 77. By the rule above, the minimum is the gap between them:

minf(x)=72=5,for every x[2,7].\min f(x)=|7-2|=\mathbf{5},\quad\text{for every }x\in[2,7].

No calculus, no casework — just the geometry of the modulus.

Logarithms — the three laws that cover CAT

logb(xy)=logbx+logby,logbxy=logbxlogby,logb(xn)=nlogbx\log_b(xy)=\log_b x+\log_b y,\quad \log_b\frac{x}{y}=\log_b x-\log_b y,\quad \log_b(x^n)=n\log_b x

…plus the change of base logbx=logxlogb\log_b x=\dfrac{\log x}{\log b}. Almost every CAT log question is one of these in disguise.

⚠️CAT Trap

Domain first, algebra second. Log and root questions hide their trap in the domain: log\log needs a positive argument and a positive base 1\ne 1; an even root needs a non-negative radicand. CAT's wrong options are usually the solutions you'd get by manipulating first and checking never. Before solving, write the domain; after solving, test each root against it.

Where to go deeper

Dedicated pages: Linear Equations, Quadratic Equations, Inequalities & Modulus, Indices & Logarithms, Sequences & Series.

🎯PYQ Evidence
Three algebra reflexes: a sum of squares pins values, a common base linearises, and floors group. : move everything to one side until it reads (x+2y)² + (x−2y−1)² = 0; since real squares can't be negative, each must vanish, forcing x−2y = 1. : rewrite every term in base 1/8 (note 32768 = 8⁵), equate exponents to get a quadratic in k, and read the sum of roots straight off as −b/a without solving. : ⌊√n⌋ stays constant between consecutive squares, taking value k on 2k+1 terms, so a₁+…+a₅₀ becomes a few block products instead of 50 additions. Recognise the structure first; the algebra is then almost mechanical.

Checklist

  • Reach for Vieta (sum/product of roots) before the quadratic formula
  • Read DD to know the root-nature instantly
  • Sketch the parabola / V rather than grinding algebra
  • For functions: inside-out, smart substitutions, hunt the cycle
  • Use the wavy-curve method for every polynomial inequality
  • Check the domain on every log/root equation
  • Remember min(xa+xb)=ab\min(|x-a|+|x-b|)=|a-b|

Sample Questions

65 practice questions

Medium

If x and y are positive and x2x^{2}*y2y^{2} = 18 - 3xy, then x2x^{2} =

Medium

If y2y^{2} = 3y + 4, the product of all possible values of y is

Sign in for full access

Create a free account to access all 65 practice questions on this topic.

CAT PYQ Spotlight

Actual CAT questions on this topic

CAT 2025 · Slot 1
Hard

The number of distinct integers n for which log₁⁄₄(n2n^{2} − 7n + 11) > 0, is

CAT 2024 · Slot 1
Medium

The sum of all real values of k satisfying (1/8)k(1/8)^{k} x (1/32768)1/3(1/32768)^{1/3} = (1/8) x (1/32768)1/k(1/32768)^{1/k} is

Sign in for full access

Create a free account to access all 8 CAT PYQs on this topic.

Continue Your Prep

Flashcards
Bite-size concept cards
PYQ Practice
Filter from 1,002 PYQs
Mock Test
Full CAT simulation
Practice Algebra
More questions on this topic
Practice questions →
More Algebra topics
Linear EquationsQuadratic EquationsInequalitiesExponents, Surds & LogarithmsSequences & Series