CLASS 9 MATHEMATICS
Ch 1 — Number System
💡 Tricks
- To find √2 ≈ 1.414, √3 ≈ 1.732, √5 ≈ 2.236 — memorise these for estimation
- Rationalize denominators: always multiply numerator and denominator by conjugate
- Cyclic order trick: √2 < √3 < √5 < √6 < √7 — useful for comparison MCQs
- If x = a + √b, then 1/x = a − √b / (a²−b)
Ch 2 — Polynomials
💡 Factor Theorem Shortcut
To factorize p(x) = x³−6x²+11x−6:
Try p(1)=1−6+11−6=0 ✓ → (x−1) is factor
Divide to get (x−1)(x²−5x+6) = (x−1)(x−2)(x−3)
Ch 4 — Linear Equations in Two Variables
Ch 6 — Lines & Angles
Ch 7 — Triangles (Congruence)
| Criterion | Full Form | Condition |
| SSS | Side-Side-Side | All 3 sides equal |
| SAS | Side-Angle-Side | 2 sides + included angle |
| ASA | Angle-Side-Angle | 2 angles + included side |
| AAS | Angle-Angle-Side | 2 angles + non-included side |
| RHS | Right-Hypotenuse-Side | Right triangle only |
⚠ SSA is NOT a valid congruence criterion!
Two triangles with 2 sides and a non-included angle equal may not be congruent.
Ch 9 — Areas of Parallelograms & Triangles
Ch 10 — Circles
Ch 12 — Heron's Formula
Ch 13 — Surface Area & Volume (Class 9)
| Solid | LSA/CSA | TSA | Volume |
| Cuboid (l,b,h) | 2h(l+b) | 2(lb+bh+lh) | lbh |
| Cube (a) | 4a² | 6a² | a³ |
| Cylinder (r,h) | 2πrh | 2πr(r+h) | πr²h |
| Cone (r,h,l) | πrl, l=√(r²+h²) | πr(r+l) | πr²h/3 |
| Sphere (r) | — | 4πr² | 4πr³/3 |
| Hemisphere (r) | 2πr² | 3πr² | 2πr³/3 |
💡 Memory trick for Volume ratio: Cone:Sphere:Cylinder = 1:2:3 (same radius & height/diameter)
CLASS 10 MATHEMATICS
Ch 1 — Real Numbers
💡 Quick Check for Terminating Decimal
p/q (fully reduced) terminates iff q = 2ᵃ × 5ᵇ (only factors 2 and 5)
Otherwise it's non-terminating repeating.
Ch 2 — Polynomials
Ch 3 — Pair of Linear Equations
💡 Elimination Trick
Make coefficients of one variable equal by multiplying equations, then add/subtract to eliminate it.
Ch 4 — Quadratic Equations
💡 Split Middle Term Method
ax² + bx + c: Find p,q such that p+q = b AND p×q = a×c
Example: 6x²+11x+3 → a×c=18, p=9, q=2 (9+2=11, 9×2=18)
= 6x²+9x+2x+3 = 3x(2x+3)+1(2x+3) = (3x+1)(2x+3)
Ch 5 — Arithmetic Progressions (AP)
💡 Key Tricks
- If Sₙ = pn² + qn → nth term aₙ = Sₙ − Sₙ₋₁ = 2pn + (q−p)
- If sum of n terms = kn², then d = 2k (difference is constant)
- Mean of AP = (first + last)/2 = middle term
- SSC favourite: "Sum of first 20 odd numbers" = 20² = 400
Ch 6 — Triangles (Similarity)
⚠ Exam Favourite — Midpoint Theorem
Line joining midpoints of two sides of a triangle is parallel to third side and = half its length.
Reverse: Line drawn from midpoint of one side parallel to another side bisects the third side.
Ch 7 — Coordinate Geometry
💡 Quick Tricks
- For midpoint MCQs: just use (x₁+x₂)/2 and (y₁+y₂)/2
- If ratio is 1:1, it's midpoint — use midpoint formula directly
- For 3 collinear points: verify area = 0 or slopes equal
- Origin distance = √(x²+y²) — standard MCQ type
Ch 8 & 9 — Trigonometry & Applications
💡 Trig Identity Proving Trick
Convert everything to sinA and cosA. Simplify one side to match the other. Common move: 1−sin²A = cos²A and vice versa.
Ch 10 — Circles (Class 10)
⚠ SSC Favourite Tangent Question
PA and PB are tangents from P to circle with centre O. If ∠APB = 50°, then ∠AOB = 130°. If OA=5 and PA=12, then OP = √(5²+12²) = 13.
Ch 11 — Areas Related to Circles
💡 Common Values
Use π = 22/7 when r is multiple of 7; use π = 3.14 otherwise
Area of semicircle = πr²/2; Perimeter = πr + 2r = r(π+2)
Ch 13 — Statistics (Grouped Data)
💡 Finding Median Class
Always find n/2 first. The class whose cumulative frequency first exceeds n/2 is the median class.
Ch 14 — Probability
💡 Two Dice Tricks
Sum=7: 6 ways (max probability) | Sum=2 or 12: 1 way each (min probability)
Doublets (same number both dice): 6 ways → P = 6/36 = 1/6
Sum≥8: Count = 5+4+3+2+1 = 15, P = 15/36 = 5/12