🇮🇳 CBSE Class 10 Board Exam · subject
CBSE Class 10 Board Exam Mathematics (Standard) Syllabus
Every chapter and topic of Mathematics (Standard) examined in CBSE Class 10 Board Exam — 6 chapters, 21 topics and 39 sub-topics, plus 56 flashcards written against it.
Mathematics (Standard) syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Mathematics (Standard) in CBSE Class 10 Board Exam, not a summary of it.
-
Number Systems
4 topics- Euclid's Division Lemma and Algorithm
- Fundamental Theorem of Arithmetic
- HCF and LCM by prime factorisation
- Irrational Numbers
- Proofs of irrationality (root 2, root 3, root 5)
- Decimal expansions of rational numbers (terminating vs non-terminating)
-
Algebra
4 topics- Polynomials
- Zeroes of a polynomial and geometric meaning
- Relationship between zeroes and coefficients of quadratics
- Pair of Linear Equations in Two Variables
- Graphical method of solution
- Substitution and elimination methods
- Consistency and number of solutions
- Word problems and equations reducible to linear form
- Quadratic Equations
- Solution by factorisation
- Quadratic formula and discriminant
- Nature of roots
- Situational word problems
- Arithmetic Progressions
- nth term of an AP
- Sum of first n terms
- Application problems
- Polynomials
-
Coordinate Geometry
3 topics- Distance Formula
- Distance between two points
- Section Formula
- Internal division of a line segment
- Midpoint formula
- Plotting points and verifying geometric figures on a graph
- Distance Formula
-
Geometry
3 topics- Triangles
- Similarity criteria (AAA, SAS, SSS)
- Basic Proportionality Theorem (Thales)
- Theorems on similar triangles
- Circles
- Tangent to a circle at a point
- Number of tangents from an external point
- Length of tangents theorem
- Constructions
- Division of a line segment in a given ratio
- Tangents to a circle from an external point
- Triangles
-
Trigonometry
3 topics- Trigonometric Ratios
- Trigonometric ratios of an acute angle
- Ratios of specific angles (0, 30, 45, 60, 90)
- Trigonometric Identities
- Proving and applying standard identities
- Heights and Distances
- Angle of elevation and depression
- Real-life application problems
- Trigonometric Ratios
-
Mensuration, Statistics and Probability
4 topics- Areas Related to Circles
- Area of sector and segment
- Perimeter and areas of plane figures combinations
- Surface Areas and Volumes
- Combination of solids (cone, cylinder, sphere, hemisphere)
- Frustum of a cone
- Statistics
- Mean of grouped data (direct, assumed mean, step-deviation)
- Mode and median of grouped data
- Probability
- Classical definition of probability
- Simple problems on single events
- Areas Related to Circles
Mathematics (Standard) flashcards for CBSE Class 10 Board Exam
21 of 56 cards from the Mathematics (Standard) deck — real questions with worked answers.
State Euclid's Division Lemma.
For any two positive integers a and b, there exist unique integers q and r such that a = bq + r, where 0 ≤ r < b.
Describe the steps of Euclid's Division Algorithm to find the HCF of two positive integers a and b (a > b).
1) Apply the division lemma to get a = bq + r. 2) If r = 0, the HCF is b. 3) If r ≠ 0, apply the lemma to b and r, and continue until the remainder is 0. The last nonzero divisor is the HCF.
State the Fundamental Theorem of Arithmetic.
Every composite number can be expressed (factorised) as a product of primes, and this factorisation is unique apart from the order in which the prime factors occur.
For two positive integers a and b, what is the relationship between their HCF, LCM, and product?
HCF(a, b) × LCM(a, b) = a × b.
How do you find the LCM and HCF of numbers using prime factorisation?
HCF = product of the smallest power of each common prime factor. LCM = product of the greatest power of each prime factor involved in the numbers.
Prove-style fact: What is the standard method to prove that √2 is irrational?
Use contradiction: assume √2 = p/q (p, q coprime, q ≠ 0). Then 2q² = p², so 2 divides p², hence 2 divides p. Writing p = 2c gives q² = 2c², so 2 divides q too. This contradicts p, q being coprime, so √2 is irrational.
A rational number p/q (in lowest terms) has a terminating decimal expansion under what condition on q?
When the prime factorisation of q is of the form 2^n × 5^m (i.e., q has no prime factors other than 2 and 5).
A rational number p/q (in lowest terms) has a non-terminating repeating decimal expansion under what condition on q?
When the denominator q has at least one prime factor other than 2 or 5.
What is the general form of a polynomial, and what is meant by its degree?
A polynomial in x is p(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀ with aₙ ≠ 0. The degree is the highest power of x (n) with a nonzero coefficient.
Define a zero of a polynomial p(x). Geometrically, what does it represent?
A zero is a value k such that p(k) = 0. Geometrically, the zeroes are the x-coordinates of the points where the graph of y = p(x) intersects the x-axis.
For a quadratic polynomial ax² + bx + c with zeroes α and β, what are the sum and product of the zeroes?
Sum of zeroes: α + β = −b/a. Product of zeroes: αβ = c/a.
For a cubic polynomial ax³ + bx² + cx + d with zeroes α, β, γ, give the three relations between zeroes and coefficients.
α + β + γ = −b/a; αβ + βγ + γα = c/a; αβγ = −d/a.
State the Division Algorithm for polynomials.
Given polynomials p(x) and g(x) (g(x) ≠ 0), there exist unique polynomials q(x) and r(x) such that p(x) = g(x)·q(x) + r(x), where r(x) = 0 or degree of r(x) < degree of g(x).
What is the general form of a pair of linear equations in two variables?
a₁x + b₁y + c₁ = 0 and a₂x + b₂y + c₂ = 0, where a₁, b₁, a₂, b₂ are not all zero.
Give the conditions on the ratios a₁/a₂, b₁/b₂, c₁/c₂ for a pair of linear equations to have: a unique solution, infinitely many solutions, or no solution.
Unique solution (consistent, intersecting lines): a₁/a₂ ≠ b₁/b₂. Infinitely many solutions (consistent, coincident lines): a₁/a₂ = b₁/b₂ = c₁/c₂. No solution (inconsistent, parallel lines): a₁/a₂ = b₁/b₂ ≠ c₁/c₂.
Name the algebraic methods to solve a pair of linear equations in two variables.
Substitution method, Elimination method, and Cross-multiplication method (graphical method is the non-algebraic one).
State the cross-multiplication formula for solving a₁x + b₁y + c₁ = 0 and a₂x + b₂y + c₂ = 0.
x / (b₁c₂ − b₂c₁) = y / (c₁a₂ − c₂a₁) = 1 / (a₁b₂ − a₂b₁).
What is the standard form of a quadratic equation?
ax² + bx + c = 0, where a, b, c are real numbers and a ≠ 0.
State the quadratic formula for the roots of ax² + bx + c = 0.
x = [−b ± √(b² − 4ac)] / (2a), provided b² − 4ac ≥ 0.
What is the discriminant of a quadratic equation, and how does it determine the nature of the roots?
Discriminant D = b² − 4ac. If D > 0: two distinct real roots. If D = 0: two equal (real and equal) roots. If D < 0: no real roots (roots are imaginary).
Name the methods used to find the roots of a quadratic equation.
Factorisation (splitting the middle term), completing the square, and the quadratic formula.
Planning Mathematics (Standard) for CBSE Class 10 Board Exam
Mathematics (Standard) is about 16% of the CBSE Class 10 Board Exam syllabus by topic count — 21 of 130 topics, spread over 6 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 Number Systems (4 topics), Algebra (4 topics), Mensuration, Statistics and Probability (4 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.
Mathematics (Standard) (CBSE Class 10 Board Exam) FAQ
What is in the CBSE Class 10 Board Exam Mathematics (Standard) syllabus?
Mathematics (Standard) is split into 6 chapters — Number Systems, Algebra, Coordinate Geometry, Geometry, Trigonometry and Mensuration, Statistics and Probability, containing 21 topics and 39 sub-topics in total.
How is Mathematics (Standard) structured in the CBSE Class 10 Board Exam syllabus?
6 chapters. Mathematics (Standard) accounts for about 16% of the topics in the whole CBSE Class 10 Board Exam syllabus (21 of 130).
How long should I spend on Mathematics (Standard) for CBSE Class 10 Board Exam?
Budget around 25 hours for a first pass through Mathematics (Standard) — about 45 minutes per topic plus 12 minutes per sub-topic across its 21 topics. Add revision cycles on top.
Are there flashcards for CBSE Class 10 Board Exam Mathematics (Standard)?
Yes — a 56-card Mathematics (Standard) deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.