SlideShare a Scribd company logo
1 of 10
DONE BY ,
HARISH R KULKARNI
NIKHIL SAI RAM
SAMARTH KL “X” B
RISHABH YADAV
PREM CHULAKI
Greatest Common Divisor / Highest Common Factor (HCF)
Example: HCF for 2 & 8 = 2
• For two positive integers a & b where a > b , they can be expressed as
• Where 0 ≤ r < b & q € Ẕ .If “r = 0” then “b” is the HCF/GCD of “a & b”
• If “r ≠ 0” then apply Euclid’sdivision lemma to b and r.
• For some integers m and n , 0 ≤ n < r
• Continue this process till the remainder is zero.
• The divisor which gives you the remainder as 0 is your HCF/GCD
rqba  )(
nmrb  )(
1. Find the HCF of 256 and 16 using Euclid’s Division Algorithm
• Let a = 256 and b = 16
When represented in form
We get: 256 = (16×16) + 0
 r = 0
16 is the HCF of 256 & 16
Examples
16
0
256
25616
rqba  )(
2. Find the HCF of 13 and 24 using Euclid’s Division Algorithm
Let, a = 24 and b = 13
 “r ≠ 0” Again “r ≠ 0”
New dividend and divisor are  New dividend and divisor are 2 and 1
13 and 11 respectively
Again,  “r ≠ 0” r = 0,  HCF of 13 & 24 is 1
New dividend and divisor are
11 and 2 respectively
1
11
13
2413
5
1
10
112
1
2
11
1311
2
0
2
21
3. Find the HCF of 1424 and 3084 using Euclid’s Division Algorithm
Let, a = 3084 and b = 1424 .
 “r ≠ 0” Again “r ≠ 0”
New dividend and divisor are  New dividend and divisor are 8 and 4.
1424 and 236 respectively.
Again,  “r ≠ 0” r = 0,  HCF of 1424 & 3084 is 4.
New dividend and divisor are
236 and 8 respectively.
6
8
1416
1424236
2
236
2848
30841424
29
4
232
2368
2
0
8
84
4. Find the largest number that divides 2623 & 2011 and leaves
Remainders 5 & 9 respectively
Point to remember
2 divides 25 leaving a remainder =1
Also,  2 divides 24 completely leaving a remainder = 0
24 = 25 – 1
Same logic has to be applied for this question
 2623 & 2011 when divided leaves remainders of 5 & 9
We have to find HFC of 2623 – 5 = 2618 and 2011 – 9 = 2002,
so we consider the numbers 2618 & 2002.
2618 = 2002 × 1 + 616
Now applying Euclid’s lemma to 2618 & 2002 we get,
As r ≠ 0 we again apply Euclid’s lemma to 2002 & 616.
616 = 154 × 4 + 0
Now, Remainder (r) = 0
Hence, the required number is 154
We have 2002 = 616 × 3 + 154 as again we see that r ≠ 0.
Applying Euclid’s lemma again to 616 and 154 we get,
Hence, according to the algorithm the divisor = HCF/GCD
∴ 154 = HCF of 2618 and 2002
1. Arranging the terms in the given question as per the Euclid’s
Division Lemma
2. Identification of the Dividend, Divisor, Quotient and Remainder .
3. Any positive integer can be represented as ‘2q’ or ‘2q+1’.
4. Even number × Any Number = Even number .
5. Even number × Any Number + Odd number = Odd number .
a = b × q + r
REVISION
General equation
introduction to division algorithm

More Related Content

What's hot

Solution of linear equation & inequality
Solution of linear equation & inequalitySolution of linear equation & inequality
Solution of linear equation & inequality
florian Manzanilla
 
Pigeonhole Principle
Pigeonhole PrinciplePigeonhole Principle
Pigeonhole Principle
nielsoli
 
Number theory
Number theory Number theory
Number theory
tes31
 
Adding and subtracting polynomials
Adding and subtracting polynomialsAdding and subtracting polynomials
Adding and subtracting polynomials
holmsted
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
Edelyn Cagas
 
Linear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One VariableLinear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One Variable
misey_margarette
 

What's hot (20)

Modular arithmetic
Modular arithmeticModular arithmetic
Modular arithmetic
 
Algebra of sets
Algebra of setsAlgebra of sets
Algebra of sets
 
Solution of linear equation & inequality
Solution of linear equation & inequalitySolution of linear equation & inequality
Solution of linear equation & inequality
 
Rectangular coordinate system
Rectangular coordinate systemRectangular coordinate system
Rectangular coordinate system
 
Eulers totient
Eulers totientEulers totient
Eulers totient
 
Arc length, area of a sector and segments of a circle
Arc length, area of a sector and segments of a circleArc length, area of a sector and segments of a circle
Arc length, area of a sector and segments of a circle
 
Solving Systems by Graphing and Substitution
Solving Systems by Graphing and SubstitutionSolving Systems by Graphing and Substitution
Solving Systems by Graphing and Substitution
 
Pigeonhole Principle
Pigeonhole PrinciplePigeonhole Principle
Pigeonhole Principle
 
Lesson 1.9 the set of rational numbers
Lesson 1.9   the set of rational numbersLesson 1.9   the set of rational numbers
Lesson 1.9 the set of rational numbers
 
Number theory
Number theory Number theory
Number theory
 
Adding and subtracting polynomials
Adding and subtracting polynomialsAdding and subtracting polynomials
Adding and subtracting polynomials
 
Inequalities
InequalitiesInequalities
Inequalities
 
Linear Equations in Two Variables
Linear Equations in Two VariablesLinear Equations in Two Variables
Linear Equations in Two Variables
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
 
Chinese remainder theorem
Chinese remainder theoremChinese remainder theorem
Chinese remainder theorem
 
Linear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One VariableLinear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One Variable
 
Chain Rule
Chain RuleChain Rule
Chain Rule
 
Number bases
Number basesNumber bases
Number bases
 
Solving inequalities
Solving inequalitiesSolving inequalities
Solving inequalities
 
Linear equtions with one variable
Linear equtions with one variableLinear equtions with one variable
Linear equtions with one variable
 

Viewers also liked

Algorithms,graph theory and combinatorics
Algorithms,graph theory and combinatoricsAlgorithms,graph theory and combinatorics
Algorithms,graph theory and combinatorics
Prof.Dr.Hanumanthappa J
 
the division algorithm
the division algorithmthe division algorithm
the division algorithm
Jeneva Clark
 
Module 2 lessson 14
Module 2 lessson 14Module 2 lessson 14
Module 2 lessson 14
mlabuski
 
Division
DivisionDivision
Division
Susana
 
History of Number Theory
History of Number TheoryHistory of Number Theory
History of Number Theory
Volkan Nazife
 

Viewers also liked (20)

Euclid's division algorithm
Euclid's division algorithmEuclid's division algorithm
Euclid's division algorithm
 
Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014
Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014 Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014
Real numbers - Euclid’s Division Algorithm for class 10th/grade X maths 2014
 
Algorithms,graph theory and combinatorics
Algorithms,graph theory and combinatoricsAlgorithms,graph theory and combinatorics
Algorithms,graph theory and combinatorics
 
the division algorithm
the division algorithmthe division algorithm
the division algorithm
 
Microprocessor-based Systems 48/32bit Division Algorithm
Microprocessor-based Systems 48/32bit Division AlgorithmMicroprocessor-based Systems 48/32bit Division Algorithm
Microprocessor-based Systems 48/32bit Division Algorithm
 
Module 2 lessson 14
Module 2 lessson 14Module 2 lessson 14
Module 2 lessson 14
 
Eucledian algorithm for gcd of integers and polynomials
Eucledian algorithm for gcd of integers and polynomialsEucledian algorithm for gcd of integers and polynomials
Eucledian algorithm for gcd of integers and polynomials
 
Abel - A great mathematician
Abel - A great mathematicianAbel - A great mathematician
Abel - A great mathematician
 
Number theory lecture (part 1)
Number theory lecture (part 1)Number theory lecture (part 1)
Number theory lecture (part 1)
 
Number theory Grade 7, 8 and 9
Number theory Grade 7, 8 and 9Number theory Grade 7, 8 and 9
Number theory Grade 7, 8 and 9
 
Division
DivisionDivision
Division
 
Number theory
Number theoryNumber theory
Number theory
 
History of Number Theory
History of Number TheoryHistory of Number Theory
History of Number Theory
 
The Number Theory
The Number TheoryThe Number Theory
The Number Theory
 
Euclid's Algorithm for Greatest Common Divisor - Time Complexity Analysis
Euclid's Algorithm for Greatest Common Divisor - Time Complexity AnalysisEuclid's Algorithm for Greatest Common Divisor - Time Complexity Analysis
Euclid's Algorithm for Greatest Common Divisor - Time Complexity Analysis
 
Number theory
Number theoryNumber theory
Number theory
 
division
divisiondivision
division
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theorem
 
EUCLID'S DIVISION LEMMA
EUCLID'S DIVISION LEMMAEUCLID'S DIVISION LEMMA
EUCLID'S DIVISION LEMMA
 
Multiplication & division teaching ideas
Multiplication & division teaching ideasMultiplication & division teaching ideas
Multiplication & division teaching ideas
 

Similar to introduction to division algorithm

euclids division lemma
euclids division lemmaeuclids division lemma
euclids division lemma
Jashan Kainth
 

Similar to introduction to division algorithm (20)

2. hcf & lcm
2. hcf & lcm2. hcf & lcm
2. hcf & lcm
 
9463138669|Sainik School RIMC RMS Coaching Center In Jalandhar Anand Classes
 9463138669|Sainik School RIMC RMS Coaching Center In Jalandhar Anand Classes 9463138669|Sainik School RIMC RMS Coaching Center In Jalandhar Anand Classes
9463138669|Sainik School RIMC RMS Coaching Center In Jalandhar Anand Classes
 
Real numbers- class 10 mathematics
Real numbers- class 10 mathematicsReal numbers- class 10 mathematics
Real numbers- class 10 mathematics
 
RS Agarwal Quantitative Aptitude - 2 chap
RS Agarwal Quantitative Aptitude - 2 chapRS Agarwal Quantitative Aptitude - 2 chap
RS Agarwal Quantitative Aptitude - 2 chap
 
Ncert Maths Class-X | Chapter-1 | Slides By MANAV |
Ncert Maths Class-X | Chapter-1 | Slides By MANAV |Ncert Maths Class-X | Chapter-1 | Slides By MANAV |
Ncert Maths Class-X | Chapter-1 | Slides By MANAV |
 
Square root calculation mentally
Square root calculation mentallySquare root calculation mentally
Square root calculation mentally
 
Real number by G R Ahmed of KVK
Real number by G R Ahmed of KVKReal number by G R Ahmed of KVK
Real number by G R Ahmed of KVK
 
2 chap
2 chap2 chap
2 chap
 
1. real numbers
1. real numbers1. real numbers
1. real numbers
 
X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbers
 
euclids division lemma
euclids division lemmaeuclids division lemma
euclids division lemma
 
Presentation (2).pptx
Presentation (2).pptxPresentation (2).pptx
Presentation (2).pptx
 
Chemistry ICE Box Equilibrium Problems
Chemistry ICE Box Equilibrium ProblemsChemistry ICE Box Equilibrium Problems
Chemistry ICE Box Equilibrium Problems
 
Entrepreneurship Quiz 8 Oct
Entrepreneurship Quiz 8 OctEntrepreneurship Quiz 8 Oct
Entrepreneurship Quiz 8 Oct
 
2a. Pedagogy of Mathematics - Part II (Numbers and Sequence - Ex 2.1)
2a. Pedagogy of Mathematics -  Part II (Numbers and Sequence - Ex 2.1)2a. Pedagogy of Mathematics -  Part II (Numbers and Sequence - Ex 2.1)
2a. Pedagogy of Mathematics - Part II (Numbers and Sequence - Ex 2.1)
 
Untitled presentation
Untitled presentationUntitled presentation
Untitled presentation
 
Untitled presentation
Untitled presentationUntitled presentation
Untitled presentation
 
Chapter - 1 Real_Numbers CLASS 10 MATHS.pdf
Chapter - 1 Real_Numbers CLASS 10 MATHS.pdfChapter - 1 Real_Numbers CLASS 10 MATHS.pdf
Chapter - 1 Real_Numbers CLASS 10 MATHS.pdf
 
Maths project
Maths projectMaths project
Maths project
 
class 10 chapter 1- real numbers
class 10 chapter 1- real numbersclass 10 chapter 1- real numbers
class 10 chapter 1- real numbers
 

Recently uploaded

Recently uploaded (20)

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 

introduction to division algorithm

  • 1. DONE BY , HARISH R KULKARNI NIKHIL SAI RAM SAMARTH KL “X” B RISHABH YADAV PREM CHULAKI
  • 2.
  • 3. Greatest Common Divisor / Highest Common Factor (HCF) Example: HCF for 2 & 8 = 2 • For two positive integers a & b where a > b , they can be expressed as • Where 0 ≤ r < b & q € Ẕ .If “r = 0” then “b” is the HCF/GCD of “a & b” • If “r ≠ 0” then apply Euclid’sdivision lemma to b and r. • For some integers m and n , 0 ≤ n < r • Continue this process till the remainder is zero. • The divisor which gives you the remainder as 0 is your HCF/GCD rqba  )( nmrb  )(
  • 4. 1. Find the HCF of 256 and 16 using Euclid’s Division Algorithm • Let a = 256 and b = 16 When represented in form We get: 256 = (16×16) + 0  r = 0 16 is the HCF of 256 & 16 Examples 16 0 256 25616 rqba  )(
  • 5. 2. Find the HCF of 13 and 24 using Euclid’s Division Algorithm Let, a = 24 and b = 13  “r ≠ 0” Again “r ≠ 0” New dividend and divisor are  New dividend and divisor are 2 and 1 13 and 11 respectively Again,  “r ≠ 0” r = 0,  HCF of 13 & 24 is 1 New dividend and divisor are 11 and 2 respectively 1 11 13 2413 5 1 10 112 1 2 11 1311 2 0 2 21
  • 6. 3. Find the HCF of 1424 and 3084 using Euclid’s Division Algorithm Let, a = 3084 and b = 1424 .  “r ≠ 0” Again “r ≠ 0” New dividend and divisor are  New dividend and divisor are 8 and 4. 1424 and 236 respectively. Again,  “r ≠ 0” r = 0,  HCF of 1424 & 3084 is 4. New dividend and divisor are 236 and 8 respectively. 6 8 1416 1424236 2 236 2848 30841424 29 4 232 2368 2 0 8 84
  • 7. 4. Find the largest number that divides 2623 & 2011 and leaves Remainders 5 & 9 respectively Point to remember 2 divides 25 leaving a remainder =1 Also,  2 divides 24 completely leaving a remainder = 0 24 = 25 – 1 Same logic has to be applied for this question  2623 & 2011 when divided leaves remainders of 5 & 9 We have to find HFC of 2623 – 5 = 2618 and 2011 – 9 = 2002, so we consider the numbers 2618 & 2002. 2618 = 2002 × 1 + 616 Now applying Euclid’s lemma to 2618 & 2002 we get, As r ≠ 0 we again apply Euclid’s lemma to 2002 & 616.
  • 8. 616 = 154 × 4 + 0 Now, Remainder (r) = 0 Hence, the required number is 154 We have 2002 = 616 × 3 + 154 as again we see that r ≠ 0. Applying Euclid’s lemma again to 616 and 154 we get, Hence, according to the algorithm the divisor = HCF/GCD ∴ 154 = HCF of 2618 and 2002
  • 9. 1. Arranging the terms in the given question as per the Euclid’s Division Lemma 2. Identification of the Dividend, Divisor, Quotient and Remainder . 3. Any positive integer can be represented as ‘2q’ or ‘2q+1’. 4. Even number × Any Number = Even number . 5. Even number × Any Number + Odd number = Odd number . a = b × q + r REVISION General equation

Editor's Notes

  1. Introduction to Trigonometry
  2. Introduction to Trigonometry