Skip to main content

Real Numbers Class 10 Notes | Formulas, Euclid's Algorithm & Common Mistakes to Avoid

Real Numbers — Quick Notes & Formula Sheet

Class 10 CBSE Mathematics · Chapter 1 · Complete Revision Guide

1. Euclid's Division Lemma

For any two positive integers a and b, there exist unique integers q (quotient) and r (remainder) such that:
a = bq + r,   where 0 ≤ r < b

This is simply the everyday idea of division ("dividend = divisor × quotient + remainder"), but stated formally so it can be used to build an algorithm.

⚠ Trap: The remainder range
Students often write 0 ≤ r ≤ b (with r allowed to equal b). This is wrong — r must be strictly less than b. If r equals b, the division isn't complete.

2. Euclid's Division Algorithm (to find HCF)

  1. To find HCF(a, b) where a > b, apply the lemma: a = bq + r
  2. If r = 0, then b is the HCF. Stop here.
  3. If r ≠ 0, apply the lemma again to the pair (b, r) — i.e., divide b by r.
  4. Keep repeating with the new pair (previous divisor, previous remainder) until the remainder becomes 0.
  5. The last non-zero divisor is the HCF.
Worked Example: Find HCF(96, 404)
404 = 96×4 + 20 → 96 = 20×4 + 16 → 20 = 16×1 + 4 → 16 = 4×4 + 0
Last non-zero remainder = 4, so HCF(96, 404) = 4
⚠ Trap: Dividing the wrong way round
Always divide the larger number by the smaller one first. A common error is swapping a and b, which throws off every step that follows.

3. Fundamental Theorem of Arithmetic

Every composite number can be expressed as a product of prime numbers, and this factorization is unique, apart from the order in which the prime factors occur.

Example: 240 = 2⁴ × 3 × 5 — no matter how you factor it, you always land on these same primes.

⚠ Trap: Is 1 a prime number?
No. 1 is neither prime nor composite — it's a special case. Don't include it while listing prime factors.

4. HCF-LCM Relationship

HCF(a, b) × LCM(a, b) = a × b

Use this to find one value when the other three are known — very common in exam word problems.

⚠ Trap: This formula does NOT extend directly to 3+ numbers
HCF(a,b,c) × LCM(a,b,c) is not generally equal to a × b × c. This identity only works cleanly for exactly two numbers — a favourite Assertion-Reason trap.
GivenFind using
HCF and one number + productLCM = Product ÷ HCF
LCM and one number + productHCF = Product ÷ LCM
Two numbers in ratio m:n with known LCMHCF = LCM ÷ (m×n), if m,n co-prime

5. Proving a Number is Irrational

Standard method: Proof by contradiction
  1. Assume the number (say √2) is rational: √2 = a/b, where a and b are integers with no common factor other than 1 (in lowest terms), b ≠ 0.
  2. Square both sides and manipulate to show that a and b must both share a common factor (usually the number itself, e.g., 2).
  3. This contradicts the assumption that a/b was in lowest terms.
  4. Hence, the original assumption is false — the number is irrational.
⚠ Trap: Skipping "in lowest terms"
CBSE's marking scheme specifically checks whether you stated a/b are co-prime (no common factor other than 1) at the start. Skipping this line loses marks even if your final answer is correct.
⚠ Trap: "Irrational + Irrational = Irrational" is FALSE
Counterexample: (2+√3) + (2−√3) = 4, a rational number. Similarly, √2 × √2 = 2 shows that irrational × irrational isn't always irrational either. Only "rational ± irrational = irrational" is always guaranteed true.

6. Terminating vs Non-Terminating Decimal Expansions

For a rational number p/q in lowest terms, the decimal expansion:
  • Terminates if q is of the form 2ᵐ × 5ⁿ (only 2s and/or 5s as prime factors)
  • Non-terminates and repeats if q has any other prime factor
⚠ Trap: Forgetting to reduce the fraction first
The 2ᵐ×5ⁿ rule only applies once the fraction is in its lowest terms. E.g., 21/30 looks non-terminating by its denominator 30, but reduces to 7/10 — which does terminate. Always simplify first.
✓ Quick check tip
To predict the number of decimal places for a terminating fraction, make the powers of 2 and 5 in the denominator equal by multiplying — the higher power tells you the decimal place count.

7. Full Recap — Every Trap in One Place

TrapCorrect Understanding
0 ≤ r ≤ b in Euclid's LemmaShould be 0 ≤ r < b (strict inequality)
1 is a prime number1 is neither prime nor composite
HCF×LCM=product works for 3+ numbersOnly guaranteed for exactly two numbers
Irrational + Irrational = IrrationalFalse — can be rational (e.g., 2+√3 and 2−√3)
Irrational × Irrational = IrrationalFalse — √2×√2 = 2 (rational)
Co-prime numbers must be primeFalse — e.g., 8 and 9 are co-prime, neither is prime
Checking 2ᵐ5ⁿ rule without simplifying fraction firstAlways reduce to lowest terms before checking
Skipping "a, b co-prime" in irrationality proofsAlways state this — it's a scored step

Practice What You've Just Revised

Test yourself with the full Real Numbers quiz series — 65 questions across 4 parts, from basic concepts to board-level Assertion-Reason questions.

Comments

Popular posts from this blog

Chemistry - periodic table PYQ 2022

Q.The first ionization enthalpy of Na, Mg and Si, respectively, are: 496, 737 and 786 kJ mol¹. The first ionization enthalpy (kJ mol¹) of Al is:                                                         ( JEE mains 2022) 1. 487  2.  768 3. 577 4. 856 Show Answer Ans:- [c] I. E: Na < Al < Mg < Si  .. 496 <IE (Al) < 737  Option (C), matches the condition .  i.e IE (Al) = 577 kJmol-¹

Indefinite Integration: Complete Notes for JEE Mains & Advanced

Indefinite Integration – Complete Revision (JEE Mains & Advanced) Indefinite Integration is not about memorising random formulas — it is about identifying forms . JEE strictly rotates questions around a fixed set of standard integrals and methods . This note covers the entire official syllabus with zero gaps. 1. Definition \[ \int f(x)\,dx = F(x)+C \quad \text{where } \frac{dF}{dx}=f(x) \] 2. ALL Standard Integrals (Must Memorise) \(\int x^n dx = \frac{x^{n+1}}{n+1}+C,\; n\neq-1\) \(\int \frac{1}{x}dx = \ln|x|+C\) \(\int e^x dx = e^x+C\) \(\int a^x dx = \frac{a^x}{\ln a}+C\) \(\int \sin x dx = -\cos x + C\) \(\int \cos x dx = \sin x + C\) \(\int \sec^2 x dx = \tan x + C\) \(\int \csc^2 x dx = -\cot x + C\) \(\int \sec x\tan x dx = \sec x + C\) \(\int \csc x\cot x dx = -\csc x + C\) 3. SIX IMPORTANT FORMS (JEE CORE) Form 1: \(\int \frac{1}{x^2+a^2}dx\) \[ = \frac{1}{a}\tan^{-1}\frac{x}{a}+C \] Form 2: \(\int \frac{1}{\sqrt{a^2-x^2}}dx\) \[...

Physics - JEE mains PYQ

 Q. Position of an ant (S in metres) moving in Y-Z plane is given by S=2t²j+5k (where t is in second). The magnitude and direction of velocity of the ant at t = 1 s will be :                                                         (Jee mains- 2024) 1. 16 m/s in y-direction  2. 4 m/s in x- direction  3. 9 m/s in z- direction  4. 4 m/s in y-direction  Show Answer 4 m/s in y-direction. v=ds/dt=4t ĵ At t = 1 sec v = 4ĵ More Questions kinametics PYQ

Class 10 Science – Full MCQ Sample Paper

Class 10 Science Sample Paper MCQ Quiz | CBSE | StudyBeacon Home › Class 10 Science › Sample Paper MCQs Class 10 Science – Full MCQ Sample Paper (25 Questions) Practice this complete MCQ-based sample paper prepared as per CBSE exam trend. Questions include PYQ-type, conceptual and application-based MCQs. Section A – Biology (Q1–Q9) Q1. Which process releases energy in cells? [Easy] Photosynthesis Respiration Transpiration Diffusion Answer: Respiration releases energy. Q2. Functional unit of kidney is: [Easy] Neuron Nephron Alveolus Villus Answer: Nephron filters blood. Q3. Which blood group is universal donor? [Moderate] AB+ A− O− B− Answer: O− lacks antigens. Q4. Main function of bile is: [Moderate] Digest protein Emulsify fats Digest starch Absorb glucose Answer: Bile breaks fat into droplets. Q5. DNA is located in: [Easy] Ribosome Cytoplasm Nucleus Vacuole Answer: DNA stores genetic info. Q6. ...

Chemistry - metallurgy PYQ 2022

 Q. In metallurgy the term "gangue" is used for:                                                         ( JEE mains 2022 ) 1. Contamination of undesired earthy materials. 2. Contamination of metals, other than desired metal 3. Minerals which are naturally occuring in pure form 4.Magnetic impurities in an ore. Show Answer Ans:- [A] Earthy and undesired materials present in the ore, other then the desired metal, is known as gangue.

Class 10 Light Chapter MCQ | 25 PYQ Quiz for CBSE 2025-26

Class 10 Science — Light (Reflection & Refraction) 25 MCQ Practice Quiz (Easy · Moderate · Hard) — Select an option and click Check Answer to reveal the correct option and an explanation. Use Check All to get your score. Easy 1. The speed of light in a medium is 1.5 × 10 8 m/s. What is the refractive index of the medium? A. 1.5 B. 2 C. 3 D. 4 Check Answer Easy 2. A ray of light strikes a plane mirror at 30° to the normal. What is the angle of reflection? A. 15° B. 30° C. 45° D. 60° Check Answer Easy 3. Which statement is correct for a concave mirror? A. It always diverges light B. It forms only virtual images C. It can form real or virtual images depending on object position D. It is used as a rear-view mirror Check Answer ...

JEE Mains 2026 Chemistry Revision: Mole Concept Notes, Formulas & PYQ Patterns

  StudyBeacon JEE Mains 2026 — Revision Capsule #1: Mole Concept 30-Second Refresher The mole connects particles ↔ mass ↔ volume ↔ concentration . Most Physical Chemistry problems reduce to converting between these. Essential Ideas (Ultra-Compressed) One mole = Avogadro number \(N_A = 6.022\times10^{23}\) particles. Moles ↔ mass: \(n=\dfrac{W}{M}\) (mass ÷ molar mass). Gases at STP: \(1\ \text{mol} = 22.4\ \text{L}\). Ideal gas: \(PV=nRT\). Watch units. Concentration: Molarity \(M=\dfrac{n}{V_{\text{soln}}}\), Molality \(m=\dfrac{n_{\text{solute}}}{\text{kg solvent}}\). Equivalents useful for redox/acid-base: \(n_{\text{eq}}=\dfrac{W}{\text{equivalent mass}}\). High-Yield Formulas (Memorize) n = W / M moles = mass ÷ molar mass n = V / 22.4 (gases at STP) PV = nRT idea...

50 Most Repeated Physics MCQs: Class 12 CBSE

  50 Most Repeated Physics MCQs: Class 12 CBSE Solved & Optimized for Board Exams 2026 All questions follow the latest CBSE MCQ pattern. Click the "Solution" dropdown to check your accuracy. Unit 1: Electrostatics & Current Electricity Q1. A dipole is placed in a uniform electric field. It experiences: (a) Force only (b) Torque only (c) Both force and torque (d) Neither force nor torque उत्तर (Solution) Ans: (b) Torque only. In a uniform field, net force is zero ($qE - qE$), but since the forces act at different points, they produce torque. Q2. If the distance between two charges is doubled, the electrostatic force becomes: (a) 1/2 times (b) 2 times (c) 1/4 times (d) 4 times उत्तर (Solution) Ans: (c) 1/4 times. $F \propto 1/r^2$. So, doubling $r$ makes $F$ one-fourth. Q3. Which of the following is the unit of Electric Flux...

Physics - simple harmonic motion pyq 2023

 Q. In a linear simple harmonic motion (SHM) (A) Restoring force is directly proportional to the displacement.  (B) The acceleration and displacement are opposite in direction.  (C) The velocity is maximum at mean position. (D) The acceleration is minimum at extreme points.  Choose the correct answer from the options given below:                                                         (JEE mains 2023) 1. (A), (B) and (C) only   2. (C) and (D) only 3. (A), (B) and (D) only 4. (A), (C) and (D) only Show Answer Ans. (1)   F=-kx,          A true  a=-w²x.      B true  Velocity is maximum at mean position, C true  Acceleration is maximum at extreme point, D false

Physics - Radioactivity PYQ 2023

 Q. The half-life of a radioactive nucleus is 5 years, The fraction of the original sample that would decay in 15 years is :                                                         ( JEE mains 2023) 1. 1/8 2. 1/4 3. 7/8 4. 3/4 Show Answer Ans. (3)  15 year = 3 half lives  Number of active nuclei = N/8  Number of decay = 7/8N