🇮🇳 XAT · subject
XAT Quantitative Ability Syllabus
Every chapter and topic of Quantitative Ability examined in XAT — 4 chapters, 21 topics and 43 sub-topics, plus 51 flashcards written against it.
Quantitative Ability syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Quantitative Ability in XAT, not a summary of it.
-
Arithmetic
6 topics- Number System
- Factors, multiples, HCF and LCM
- Divisibility, remainders and unit digits
- Bases and number properties
- Percentages, Ratios and Proportion
- Successive percentage change
- Ratio, proportion and variation
- Profit, Loss and Discount
- Marked price and successive discounts
- Partnership and profit sharing
- Interest
- Simple interest
- Compound interest and installments
- Averages, Mixtures and Alligation
- Weighted averages
- Mixture and replacement problems
- Time, Speed, Distance and Work
- Relative speed, trains, boats and streams
- Time and work, pipes and cisterns
- Number System
-
Algebra
6 topics- Linear and Quadratic Equations
- Roots, nature and relations
- Equations in two and three variables
- Inequalities and Modulus
- Linear and quadratic inequalities
- Absolute value equations
- Functions and Graphs
- Domain, range and composite functions
- Graph interpretation and transformations
- Progressions
- Arithmetic and geometric progressions
- Sum of special series
- Logarithms and Surds
- Logarithm properties
- Indices and surd simplification
- Maxima, Minima and Polynomials
- Optimisation of expressions
- Factorisation and identities
- Linear and Quadratic Equations
-
Geometry and Mensuration
5 topics- Lines, Angles and Triangles
- Triangle properties and congruence
- Similarity and Pythagorean applications
- Circles and Polygons
- Chords, tangents and arcs
- Quadrilaterals and regular polygons
- Coordinate Geometry
- Distance, section and area formulas
- Equation of lines and slopes
- Mensuration
- Area and perimeter of 2D figures
- Surface area and volume of solids
- Trigonometry
- Trigonometric ratios and identities
- Heights and distances
- Lines, Angles and Triangles
-
Modern Mathematics
4 topics- Permutations and Combinations
- Arrangements and selections
- Circular and conditional counting
- Probability
- Basic and conditional probability
- Dice, cards and combinatorial events
- Set Theory and Venn Diagrams
- Union, intersection and complements
- Two and three set problems
- Binomial and Counting Principles
- Binomial theorem basics
- Counting with restrictions
- Permutations and Combinations
Quantitative Ability flashcards for XAT
25 of 51 cards from the Quantitative Ability deck — real questions with worked answers.
What is the test for divisibility by 11?
A number is divisible by 11 if the difference between the sum of its digits in odd positions and the sum of its digits in even positions is 0 or a multiple of 11.
How many factors does a number N = p^a · q^b · r^c (p, q, r prime) have, and what is the sum of its factors?
Number of factors = (a+1)(b+1)(c+1). Sum of factors = [(p^(a+1)-1)/(p-1)] · [(q^(b+1)-1)/(q-1)] · [(r^(c+1)-1)/(r-1)].
State the relationship between HCF, LCM and two numbers a and b.
HCF(a,b) × LCM(a,b) = a × b. (Holds only for two numbers.)
How do you find the unit digit of a^n (cyclicity method)?
Unit digits repeat in cycles (max length 4). Find the cycle of the base's unit digit, then take n mod 4 (using 4 when remainder is 0) to pick the corresponding unit digit.
What is the formula for successive percentage change of a% then b%?
Net change = a + b + (ab/100) percent. Use negative signs for decreases.
If a quantity increases by x%, by what % must it decrease to return to the original value?
Required decrease = [x/(100+x)] × 100 percent.
If a:b = p:q and b:c = r:s, what is a:b:c?
a:b:c = p·r : q·r : q·s (scale b's two ratios to a common middle term).
What is the difference between Profit% on Cost Price vs. on Selling Price for the same profit amount?
Profit% on CP = Profit/CP × 100; on SP = Profit/SP × 100. Since SP > CP for a profit, profit% on SP is smaller than profit% on CP.
A shopkeeper marks up by m% and gives discount d%. What is the net profit/loss %?
Net % = m - d - (m·d/100). Positive means profit, negative means loss.
What does selling two items at the same price, one at +x% and one at -x%, yield?
Always a net loss of (x/10)^2 percent, i.e. x²/100 %.
State the simple interest and compound interest formulas.
SI = P·R·T/100. CI amount = P(1 + R/100)^T, so CI = P[(1+R/100)^T − 1].
For 2 years, what is the difference between CI and SI at rate R% on principal P?
Difference = P(R/100)². For 3 years it is P(R/100)²·(3 + R/100).
What is the formula for the average speed over a round trip at speeds u and v?
Average speed = 2uv/(u+v) (harmonic mean of the two speeds, for equal distances).
In alligation, what is the rule for the ratio of two ingredients mixed to get a mean value?
Quantity of cheaper : Quantity of dearer = (Dearer price − Mean) : (Mean − Cheaper price).
If A can do a job in a days and B in b days, how long do they take together?
Together time = ab/(a+b) days; combined rate = 1/a + 1/b per day.
What are the relative speeds for two objects moving in the same vs. opposite directions?
Same direction: relative speed = |u − v|. Opposite directions: relative speed = u + v.
For a quadratic ax² + bx + c = 0, what are the sum and product of roots?
Sum of roots = −b/a; Product of roots = c/a.
What does the discriminant D = b² − 4ac tell you about a quadratic's roots?
D > 0: two distinct real roots; D = 0: two equal real roots; D < 0: two complex conjugate roots. D a perfect square (with rational a,b,c) means rational roots.
What is the rule for the direction of an inequality when multiplying or dividing by a negative number?
The inequality sign reverses (flips) when both sides are multiplied or divided by a negative quantity.
Solve and describe the solution of |x − a| < b (b > 0).
−b < x − a < b, i.e. a − b < x < a + b. (For |x − a| > b: x < a − b or x > a + b.)
How do you find the domain restrictions for f(x) = 1/g(x) and f(x) = √(h(x))?
For 1/g(x): exclude values where g(x) = 0. For √(h(x)): require h(x) ≥ 0.
What does it mean for a function to be even or odd?
Even: f(−x) = f(x) (symmetric about y-axis). Odd: f(−x) = −f(x) (symmetric about origin).
State the nth term and sum of an arithmetic progression (AP).
nth term: aₙ = a + (n−1)d. Sum: Sₙ = n/2·[2a + (n−1)d] = n/2·(first + last).
State the nth term and sum of a geometric progression (GP).
nth term: aₙ = a·r^(n−1). Sum: Sₙ = a(rⁿ − 1)/(r − 1) for r ≠ 1. Infinite sum (|r|<1): S∞ = a/(1 − r).
What are the relationships among Arithmetic Mean (AM), Geometric Mean (GM) and Harmonic Mean (HM)?
AM ≥ GM ≥ HM (for positive numbers, equality when all equal); and GM² = AM × HM for two numbers.
Planning Quantitative Ability for XAT
Quantitative Ability is about 27% of the XAT syllabus by topic count — 21 of 78 topics, spread over 4 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 25 hours.
The heaviest chapters are Arithmetic (6 topics), Algebra (6 topics), Geometry and Mensuration (5 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Quantitative Ability (XAT) FAQ
What is in the XAT Quantitative Ability syllabus?
Quantitative Ability is split into 4 chapters — Arithmetic, Algebra, Geometry and Mensuration and Modern Mathematics, containing 21 topics and 43 sub-topics in total.
How is Quantitative Ability structured in the XAT syllabus?
4 chapters. Quantitative Ability accounts for about 27% of the topics in the whole XAT syllabus (21 of 78).
How long should I spend on Quantitative Ability for XAT?
Budget around 25 hours for a first pass through Quantitative Ability — about 45 minutes per topic plus 12 minutes per sub-topic across its 21 topics. Add revision cycles on top.
Are there flashcards for XAT Quantitative Ability?
Yes — a 51-card Quantitative Ability deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.