SlideShare a Scribd company logo
1 of 52
Download to read offline
DIVISION
ALGORITM
WEEK 6
“The laws of nature are
but the mathematical
thoughts of God ”
-Euclid
2
DIVISIBILITY
Definition: if a and b are integers with a≠ 0,
we say that a divides b if there is an integer c
such that b=ac. If a divides b, we also say
that a is a divisor or factor of b and that b is a
multiple of a.
If a divides b, we write ȁ
𝑎 𝑏 , while if a does
not divide b, we write a ∤ 𝑏
DIVISIBILITY
The notation a | b to mean that a divides b. Be
careful not to confuse “a | b” with “a/b” or
“a÷b”. The notation “a | b” is read “a divides
b”, which is a statement — a complete
sentence which could be either true or false.
On the other hand, “a ÷ b” is read “a divided
by b”. This is an expression, not a complete
sentence. Compare “6 divides 18” with “18
divided by 6” and be sure you understand the
difference
DIVISIBILITY
The properties in the next proposition are easy
consequences of the definition of divisibility;
Proposition.
Every nonzero number divides 0.
1 divides everything. So does −1.
Every nonzero number is divisible by itself.
Basic theorem of divisibility
1. If a|b and a|c, then a|(b + c).
2. If a|b, then a|(bc).
3. If a|b and b|c, then a|c.
6
Basic theorem of divisibility
THEOREM #1:If a|b and a|c, then a|(b + c).
3 | 6 and 3 | 9, so 3 | 15.
5| 35 and 5 | 25, so 5 | 60.
9 | 27 and 8 | 81, so 9 | 99.
7
Basic theorem of divisibility
THEOREM #2: If a|b, then a|(bc).
5 | 10, so 5 | 20, 5 | 30.
15 | 45, so 15 | 60, 5 | 2700.
11 | 66, so 11 | 121, 11 | 7986.
8
Basic theorem of divisibility
THEOREM #3 :If a|b and b|c, then a|c.
4 | 8 and 8 | 24, so 4 | 24
12 | 36 and 36 | 72, so 12 | 72
24 | 120 and 120 | 720, so 24 | 720
9
Complete the following statement using the theorem #1
15 | 45 and 15 | 30, so 3 | ?.
75
21| 63 and 21 | 441, so 21 | ?.
504
212 | 1060 and 212 | 2332, so 212 | ?.
3,392
10
Complete the following statement using the theorem #2
41 | 246, so 41 | 451, 41 | ?.
110,946
231 | 2772, so 231 | 4851, 231 | ?.
13,446,972
406 | 3248, so 406 | 5239, 406 | ?.
17,016,272
11
Complete the following statement using theorem #3
51 | 561 and 561 | 4488, so ?
51 | 4488
721 | 2884 and 2884 | 31724, so ?
721 | 31,724
1605 | 17,655 and 17655 | 88275, so ?
1,605 | 88,275
12
The Language in Which Mathematics Is Done
Even when talking about day to day life, it sometimes happens that one has a hard time
finding the words to express one’s thoughts. Furthermore, even when one believes that
one has been totally clear, it sometimes happens that there is a vagueness in one’s words
that results in the listener understanding something completely different from what the
speaker intended. Even the simplest mathematical reasoning is usually more complicated
than the most complicated things one attempts to discuss in everyday life. For this
reason, mathematics has developed an extremely specialized (and often stylized)
language. To see the value of this, one only has to think of how difficult it would be to
solve even the simple quadratic equation x2 − 5x = 14 if one’s calculation had to be done
without symbols, using only ordinary language.
“Suppose that a quantity has the property that when five times that quantity has the
property that when five times that quantity is subtracted from the product of the
quantity times itself then the result is 14. Determine the possible values of this quantity.”
13
The Language in Which Mathematics Is Done
During the middle ages, algebraic calculations were in fact done in this fashion — except
that the language was Latin, not English. But progress beyond the level of simple algebra
only became possible with the introduction of modern algebraic notation — which the West
learned from the Arabs. By combining symbolic notation with very precisely defined
concepts and a very formalized language, any mathematical proof can be expressed in a
way that can be understood by any “mathematically mature” reader. One is not dependent
on the reader’s ability to “see what is meant.”
14
DIVISION ALGORITHM
THEOREM
If a and b are integers such that b>0, then there
are unique integers q and r such that
a =bq + r with 0 ≤ 𝑟 < 𝑏.
In this theorem, q is the quotient and r is the
remainder, a the dividend and b the divisor.
We note that a is divisible by b if and only if
the remainder in the division algorithm is 0.
DIVISION ALGORITHM
THEOREM
• The Division Algorithm says that an integer can be divided by
another (nonzero) integer, with a unique quotient and
remainder.
DIVISION ALGORITHM
THEOREM
1.If a = 133 and b = 21, then q = 6 and r = 7, because
133 = 21 *6 +7.
DIVISION ALGORITHM
THEOREM
1. If a = 82 and b = 7, then 82 = (7)(11) + 5:
2. If a = 1 and b = 20, then 1 = (20)(0) + 1:
3. If a = 0 and b = 15, then 0 = (15)(0) + 0:
DIVISION ALGORITHM
THEOREM
a= -36, b=5
−36
5
= −7.2
round down, q=-8
-36=5(-8)+r
Find r:
Rewrite the equation
a=bq+r
r=-bq+a
r=-(5(-8))+(-36)
r=40-36
r=4
By the division
algorithm,
-36=5(-8)+4
DIVISION ALGORITHM
THEOREM
a= -413, b=3
−413
3
= −137.6
round down, q=-138
-413=3(-138)+r
Find r:
Rewrite the equation
a=bq+r
r=-bq+a
r=-(3(-138))+(-413)
r=414-413
r=1
By the division
algorithm,
-413=3(-138)+1
DIVISION ALGORITHM
THEOREM
a= -389, b=16
−389
16
= −24.31
round down, q=-25
-389=16(-25)+r
Find r:
Rewrite the equation
a=bq+r
r=-bq+a
r=-(16(-25))+(-389)
r=400-389
r=11
By the division
algorithm,
-389=16(-25)+11
DIVISION ALGORITHM
THEOREM
1. If a = -17 and b = 3,
then q = -6 and r = 1. −17 = 3 −6 + 1
2. If a = 18 and b = 6,
then q = 3 and r = 0. 18 = 6 3 + 0
3. If a = −79 and b = 9,
then q=-9 and r=2 −79 = 9 −9 + 2
Prime numbers
23
Prime numbers are the building blocks of arithmetic. At the moment there
are no efficient methods (algorithms) known that will determine whether a
given integer is prime or find its prime factors. This fact is the basis behind
many of the cryptosystems currently in use. One problem is that there is no
known procedure that will generate prime numbers, even recursively. In fact,
there are many things about prime numbers that we don’t know. For example,
there is a conjecture, known as Goldbach’s Conjecture, that there are
infinitely many prime pairs, that is, consecutive odd prime numbers, such as
5 and 7, or 41 and 43, which no one so far has been able to prove or disprove.
As the next theorem illustrates, it is possible, however, to prove that there
are infinitely many prime numbers. Its proof, attributed to Euclid, is one of
the most elegant in all of mathematics.
Prime numbers
24
A prime is an integer with precisely two positive integer divisors. In
the past three centuries, the mathematicians have devoted countless
hours in exploring the world of primes. They have discovered many
fascinating properties, formulated diverse conjectures, and proved
interesting and surprising results.
Prime numbers
25
A prime is a positive integer greater than 1 that is divisible by no
positive integers other than 1 and itself.
e.g. 1,2,3,5,7,11, 179
composite numbers
26
A positive integer greater than 1 that is not prime is called
composite.
e.g: 4,8,12,16,26,99,
GREATEST COMMON DIVISOR
27
The greatest common divisor (gcd) of two or more non- zero integers
is the largest positive integer that divides the numbers without a
remainder.
GREATEST COMMON DIVISOR
28
The common divisors of 36 and 60 are 1, 2, 3, 4, 6, 12.
The greatest common divisor gcd(36,60) = 12.
GREATEST COMMON DIVISOR
29
Two or more numbers whose GCD is 1, are relatively prime
GREATEST COMMON DIVISOR
30
Find the GCD(24, 23)
24=1.2.2.2.3
23=1.23
GCD (24,23)= 1, then they are relatively prime
GREATEST COMMON DIVISOR
31
Find the GCD(32, 16)
32=2.2.2.2.2
16=2.2.2.2
GCD (32,16)= 16
GREATEST COMMON DIVISOR
32
Find the GCD of the following set of numbers:
1. GCD (15 ,18)
= 3
1. GCD (24,48,50)
= 2
1. GCD (111, 80)
= 1
1. GCD (20, 30 ,40)
= 10
2. GCD (21, 36, 15)
= 3
33
Euclidean Algorithm
How to find a greatest common divisor in
several easy steps
34
Euclid
Euclid is often referred to as the “Father of
Geometry”, and he wrote perhaps the
most important and successful
mathematical textbook of all time, the
“Stoicheion” or “Elements”, which
represents the culmination of the
mathematical revolution which had taken
place in Greece up to that time. He also
wrote works on the division of geometrical
figures into into parts in given ratios, on
catoptrics (the mathematical theory of
mirrors and reflection), and on spherical
astronomy (the determination of the
location of objects on the “celestial
sphere”), as well as important texts on
optics and music.
35
> The well known Euclidean algorithm finds the greatest
common divisor of two numbers using only
elementary mathematical operations - division and
subtraction
Euclidean Algorithm
36
Euclidean Algorithm
> A divisor of a number a is an integer that divides it without
remainder
> For example the divisors of 12 are 1, 2, 3, 4, 6 and 12
> The divisors of 18 are 1, 2, 3, 6, 9 and 18.
37
Euclidean Algorithm
> The greatest common divisor, or GCD, of two numbers is
the largest divisor that is common to both of them.
> For example GCD(12, 18) is the largest of the divisors
common to both 12 and 18.
38
Euclidean Algorithm
> The greatest common divisor, or GCD, of two numbers is
the largest divisor that is common to both of them.
> For example GCD(12, 18) is the largest of the divisors
common to both 12 and 18.
39
Euclidean Algorithm
> The common divisors of 12 and 18 are 1, 2, 3 and 6.
> Hence GCD(12, 18)=6.
40
Euclidean Algorithm
> The Euclidean Algorithm to find GCD(a, b) relies upon
replacing one of a or b with the remainder after division.
> Thus the numbers we seek the GCD of are steadily
becoming smaller and smaller. We stop when one of them
becomes 0.
41
Euclidean Algorithm
> Specifically, we assume that a is larger than b. If b is
larger than a, then we swap them around so that a becomes
the old b and b becomes the old a.
> We then look for numbers q and r so that a=bq+r. They
must have the properties that q0 and 0r<b.
> In other words, we seek the largest such q.
42
Euclidean Algorithm
> As examples, consider the following.
> a=12, b=5; 12=5*2+2 so q=2, r=2
> a=24, b=18; 24=18*1+6 so q=1, r=6
> a=30, b=15; 30=15*2+0 so q=2, r=0
> a=27, b=14; 27=14*1+13 so q=1, r=13
> Try the ones on the next slide.
43
Euclidean Algorithm
> Find q and r for the following sets of a and b. The answers
are on the next slide.
> a=28, b=12
> a=50, b=30
> a=35, b=14
> a=100, b=20
44
Euclidean Algorithm
> Answers
> q=2, r=4
> q=1, r=20
> q=2, r=7
> q=5, r=0
45
Euclidean Algorithm
> The algorithm works in the following way.
> Given a and b, we find numbers q and r so that a=bq+r.
> We make sure that q is as large as possible (≥0), and 0≤r<b.
> For example, if a=18, b=12, then we write 18=12*1+6.
46
Euclidean Algorithm
> Once the remainder r has been found we replace a by b and
b by r.
> This relies on the fact that GCD(a,b)=GCD(b,r).
> Hence we repeatedly find r, the remainder after a is divided
by b.
> Then replace a by b and b by r, and keep on in this way until
r=0.
47
Euclidean Algorithm
> Let us look at a graphical interpretation of the Euclidean
algorithm.
> Obviously if p=GCD(a,b) then p|a and p|b, that is to say p
divides both a and b evenly with no remainder.
48
Euclidean Algorithm
> Let us look at a graphical interpretation of the Euclidean
algorithm.
> Obviously if p=GCD(a,b) then p|a and p|b, that is to say p
divides both a and b evenly with no remainder.
49
Show the computations for a=210 and b=45.
• Divide 210 by 45, and get the result 4 with remainder
30, so 210=4·45+30.
• Divide 45 by 30, and get the result 1 with remainder
15, so 45=1·30+15.
• Divide 30 by 15, and get the result 2 with remainder
0, so 30=2·15+0.
• The greatest common divisor of 210 and 45 is 15.
50
Show the computations for a=420 and b=55.
• Divide 420 by 55, and get the result 7 with remainder 35,
so 210=7*55+35.
• Divide 55 by 35, and get the result 1 with remainder 20, so
55=1·35+20.
• Divide 35 by 20, and get the result 1 with remainder 15, so
35=1·20+15.
• Divide 20 by 15 and get the result 1 with remainder 5, so
20= 1 * 15 + 5
• Divide 15 by 5 and get the result 3 with remainder 0, so
15= 3 * 5 + 0
• The greatest common divisor of 420 and 55 is 5.
51
Determine the gcd(12378; 3054)
12378 = 4 · 3054 + 162
3054 = 18 · 162 + 138
162 = 1 · 138 + 24
138 = 5 · 24 + 18
24 = 1 · 18 + 6
18 = 3 · 6 + 0
Then the GCD of (12,378; 3054) is 6
52
a=687, b=24
687 = 28 · 24 + 15
24 = 1 · 15 + 9
15 = 1 · 9 + 6
9 = 1 · 6 + 3
6 = 2 · 3 + 0
Then the GCD of (687; 3054) is 3

More Related Content

What's hot

Muhammad al khwarizmi
Muhammad al khwarizmiMuhammad al khwarizmi
Muhammad al khwarizmi
sbrierton
 
Trigonometric Function Of Any Angle
Trigonometric Function Of Any AngleTrigonometric Function Of Any Angle
Trigonometric Function Of Any Angle
guest793408
 
Divisibility
DivisibilityDivisibility
Divisibility
mstf mstf
 
Arc Length And Area of a Sector
Arc Length And Area of a SectorArc Length And Area of a Sector
Arc Length And Area of a Sector
Josel Jalon
 
Linear Equations Ppt
Linear Equations PptLinear Equations Ppt
Linear Equations Ppt
Scott R
 
Similarities and congruences
Similarities and congruencesSimilarities and congruences
Similarities and congruences
Lilis Dinatapura
 

What's hot (20)

Muhammad al khwarizmi
Muhammad al khwarizmiMuhammad al khwarizmi
Muhammad al khwarizmi
 
Vedic mathematics
Vedic mathematicsVedic mathematics
Vedic mathematics
 
Factors and Multiples
Factors and MultiplesFactors and Multiples
Factors and Multiples
 
Divisibility rules (Properties of Divisibility)
Divisibility rules (Properties of Divisibility)Divisibility rules (Properties of Divisibility)
Divisibility rules (Properties of Divisibility)
 
Permutations and Combinations.pptx
Permutations and Combinations.pptxPermutations and Combinations.pptx
Permutations and Combinations.pptx
 
Radicals
RadicalsRadicals
Radicals
 
Lesson 1 addition and subtraction of radicals
Lesson 1 addition and subtraction of radicalsLesson 1 addition and subtraction of radicals
Lesson 1 addition and subtraction of radicals
 
Mathematics Quiz- for school level
Mathematics Quiz- for school levelMathematics Quiz- for school level
Mathematics Quiz- for school level
 
Pascal's triangle Maths Investigation
Pascal's triangle Maths InvestigationPascal's triangle Maths Investigation
Pascal's triangle Maths Investigation
 
Combinatorics
CombinatoricsCombinatorics
Combinatorics
 
Trigonometric Function Of Any Angle
Trigonometric Function Of Any AngleTrigonometric Function Of Any Angle
Trigonometric Function Of Any Angle
 
Divisibility
DivisibilityDivisibility
Divisibility
 
Maths Quiz
Maths QuizMaths Quiz
Maths Quiz
 
Mathematics Riddles
Mathematics RiddlesMathematics Riddles
Mathematics Riddles
 
Highest common factor and lowest common multiple
Highest common factor and lowest common multipleHighest common factor and lowest common multiple
Highest common factor and lowest common multiple
 
Arc Length And Area of a Sector
Arc Length And Area of a SectorArc Length And Area of a Sector
Arc Length And Area of a Sector
 
Absolute Value Equations and Inequalities
Absolute Value Equations and InequalitiesAbsolute Value Equations and Inequalities
Absolute Value Equations and Inequalities
 
Linear Equations Ppt
Linear Equations PptLinear Equations Ppt
Linear Equations Ppt
 
Similarities and congruences
Similarities and congruencesSimilarities and congruences
Similarities and congruences
 
Factoring with Common Monomial Factor
Factoring with Common Monomial FactorFactoring with Common Monomial Factor
Factoring with Common Monomial Factor
 

Similar to DIVISIBILITY PDF.pdf

Section 0.7 Quadratic Equations from Precalculus Prerequisite.docx
Section 0.7 Quadratic Equations from Precalculus Prerequisite.docxSection 0.7 Quadratic Equations from Precalculus Prerequisite.docx
Section 0.7 Quadratic Equations from Precalculus Prerequisite.docx
bagotjesusa
 
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
 

Similar to DIVISIBILITY PDF.pdf (20)

GCD.ppt
GCD.pptGCD.ppt
GCD.ppt
 
Number theory.ppt22
Number theory.ppt22Number theory.ppt22
Number theory.ppt22
 
Number theory
Number theoryNumber theory
Number theory
 
NumberTheory.ppt
NumberTheory.pptNumberTheory.ppt
NumberTheory.ppt
 
UNIT III.pptx
UNIT III.pptxUNIT III.pptx
UNIT III.pptx
 
number theory
number theorynumber theory
number theory
 
Number Theory and GCD.pdf
Number Theory and GCD.pdfNumber Theory and GCD.pdf
Number Theory and GCD.pdf
 
Lecture-1.pptx
Lecture-1.pptxLecture-1.pptx
Lecture-1.pptx
 
555_Spring12_topic06.ppt
555_Spring12_topic06.ppt555_Spring12_topic06.ppt
555_Spring12_topic06.ppt
 
Chapter 2 Lecture Notes_ Divisibility.pdf
Chapter 2 Lecture Notes_ Divisibility.pdfChapter 2 Lecture Notes_ Divisibility.pdf
Chapter 2 Lecture Notes_ Divisibility.pdf
 
Number Theory
Number TheoryNumber Theory
Number Theory
 
X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbers
 
Real numbers
Real numbersReal numbers
Real numbers
 
Section 0.7 Quadratic Equations from Precalculus Prerequisite.docx
Section 0.7 Quadratic Equations from Precalculus Prerequisite.docxSection 0.7 Quadratic Equations from Precalculus Prerequisite.docx
Section 0.7 Quadratic Equations from Precalculus Prerequisite.docx
 
Chapter1.integer s.y.b.c.s
Chapter1.integer s.y.b.c.sChapter1.integer s.y.b.c.s
Chapter1.integer s.y.b.c.s
 
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
 
4 radicals and pythagorean theorem x
4 radicals and pythagorean theorem x4 radicals and pythagorean theorem x
4 radicals and pythagorean theorem x
 
Real numbers
Real numbers Real numbers
Real numbers
 
Topik 1
Topik 1Topik 1
Topik 1
 
Lesson 1 1 properties of real numbers
Lesson 1 1 properties of real numbersLesson 1 1 properties of real numbers
Lesson 1 1 properties of real numbers
 

More from Marjorie Malveda

EDUC 6 ADEPT.pptx20240514.nnnnnnnnnnnnnnnn
EDUC 6 ADEPT.pptx20240514.nnnnnnnnnnnnnnnnEDUC 6 ADEPT.pptx20240514.nnnnnnnnnnnnnnnn
EDUC 6 ADEPT.pptx20240514.nnnnnnnnnnnnnnnn
Marjorie Malveda
 
Jennie_Golding_Stirling_201503112012.pptx
Jennie_Golding_Stirling_201503112012.pptxJennie_Golding_Stirling_201503112012.pptx
Jennie_Golding_Stirling_201503112012.pptx
Marjorie Malveda
 
Analyzing-Data-PPT-Final-June-292021.pptx
Analyzing-Data-PPT-Final-June-292021.pptxAnalyzing-Data-PPT-Final-June-292021.pptx
Analyzing-Data-PPT-Final-June-292021.pptx
Marjorie Malveda
 
f38-number-gameinmathematics20240310.ppt
f38-number-gameinmathematics20240310.pptf38-number-gameinmathematics20240310.ppt
f38-number-gameinmathematics20240310.ppt
Marjorie Malveda
 
20170129-newliteraciesrosaenterpstra2010-170130040113.ppt
20170129-newliteraciesrosaenterpstra2010-170130040113.ppt20170129-newliteraciesrosaenterpstra2010-170130040113.ppt
20170129-newliteraciesrosaenterpstra2010-170130040113.ppt
Marjorie Malveda
 
HMTM_2020_Kántor_T_Figurative_numbers.ppt
HMTM_2020_Kántor_T_Figurative_numbers.pptHMTM_2020_Kántor_T_Figurative_numbers.ppt
HMTM_2020_Kántor_T_Figurative_numbers.ppt
Marjorie Malveda
 
5thGraderTemplate2222222222222222222.ppt
5thGraderTemplate2222222222222222222.ppt5thGraderTemplate2222222222222222222.ppt
5thGraderTemplate2222222222222222222.ppt
Marjorie Malveda
 
jeopardy-game22222222222222222222222.ppt
jeopardy-game22222222222222222222222.pptjeopardy-game22222222222222222222222.ppt
jeopardy-game22222222222222222222222.ppt
Marjorie Malveda
 
jeopardy game-advanced game for students
jeopardy game-advanced game for studentsjeopardy game-advanced game for students
jeopardy game-advanced game for students
Marjorie Malveda
 
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdf
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdfSample-Curricula-Bachelor-of-Science-in-Mathematics.pdf
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdf
Marjorie Malveda
 
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptx
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptxilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptx
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptx
Marjorie Malveda
 

More from Marjorie Malveda (20)

EDUC 6 ADEPT.pptx20240514.nnnnnnnnnnnnnnnn
EDUC 6 ADEPT.pptx20240514.nnnnnnnnnnnnnnnnEDUC 6 ADEPT.pptx20240514.nnnnnnnnnnnnnnnn
EDUC 6 ADEPT.pptx20240514.nnnnnnnnnnnnnnnn
 
Jennie_Golding_Stirling_201503112012.pptx
Jennie_Golding_Stirling_201503112012.pptxJennie_Golding_Stirling_201503112012.pptx
Jennie_Golding_Stirling_201503112012.pptx
 
Analyzing-Data-PPT-Final-June-292021.pptx
Analyzing-Data-PPT-Final-June-292021.pptxAnalyzing-Data-PPT-Final-June-292021.pptx
Analyzing-Data-PPT-Final-June-292021.pptx
 
f38-number-gameinmathematics20240310.ppt
f38-number-gameinmathematics20240310.pptf38-number-gameinmathematics20240310.ppt
f38-number-gameinmathematics20240310.ppt
 
20170129-newliteraciesrosaenterpstra2010-170130040113.ppt
20170129-newliteraciesrosaenterpstra2010-170130040113.ppt20170129-newliteraciesrosaenterpstra2010-170130040113.ppt
20170129-newliteraciesrosaenterpstra2010-170130040113.ppt
 
HMTM_2020_Kántor_T_Figurative_numbers.ppt
HMTM_2020_Kántor_T_Figurative_numbers.pptHMTM_2020_Kántor_T_Figurative_numbers.ppt
HMTM_2020_Kántor_T_Figurative_numbers.ppt
 
5thGraderTemplate2222222222222222222.ppt
5thGraderTemplate2222222222222222222.ppt5thGraderTemplate2222222222222222222.ppt
5thGraderTemplate2222222222222222222.ppt
 
jeopardy-game22222222222222222222222.ppt
jeopardy-game22222222222222222222222.pptjeopardy-game22222222222222222222222.ppt
jeopardy-game22222222222222222222222.ppt
 
jeopardy game-advanced game for students
jeopardy game-advanced game for studentsjeopardy game-advanced game for students
jeopardy game-advanced game for students
 
Sigma_notation.ppt
Sigma_notation.pptSigma_notation.ppt
Sigma_notation.ppt
 
kla_maths_pd_trw.ppt
kla_maths_pd_trw.pptkla_maths_pd_trw.ppt
kla_maths_pd_trw.ppt
 
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdf
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdfSample-Curricula-Bachelor-of-Science-in-Mathematics.pdf
Sample-Curricula-Bachelor-of-Science-in-Mathematics.pdf
 
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptx
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptxilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptx
ilide.info-literacy-ppt-week-1-pr_835a7fb28fd49e4416ddb2330b5392f5.pptx
 
Public-Speaking.pptx
Public-Speaking.pptxPublic-Speaking.pptx
Public-Speaking.pptx
 
WilCAlg1_06_04.ppt
WilCAlg1_06_04.pptWilCAlg1_06_04.ppt
WilCAlg1_06_04.ppt
 
phyo_c1.ppt
phyo_c1.pptphyo_c1.ppt
phyo_c1.ppt
 
Gerstman_PP01.ppt
Gerstman_PP01.pptGerstman_PP01.ppt
Gerstman_PP01.ppt
 
CLEAR LEARNING TARGETS.pptx
CLEAR LEARNING TARGETS.pptxCLEAR LEARNING TARGETS.pptx
CLEAR LEARNING TARGETS.pptx
 
PreCalc Section 1.6.ppt
PreCalc Section 1.6.pptPreCalc Section 1.6.ppt
PreCalc Section 1.6.ppt
 
Lesson 14.1 Locus notes.ppt
Lesson 14.1 Locus notes.pptLesson 14.1 Locus notes.ppt
Lesson 14.1 Locus notes.ppt
 

Recently uploaded

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 

Recently uploaded (20)

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
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
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...
 
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
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
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
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 

DIVISIBILITY PDF.pdf

  • 2. “The laws of nature are but the mathematical thoughts of God ” -Euclid 2
  • 3. DIVISIBILITY Definition: if a and b are integers with a≠ 0, we say that a divides b if there is an integer c such that b=ac. If a divides b, we also say that a is a divisor or factor of b and that b is a multiple of a. If a divides b, we write ȁ 𝑎 𝑏 , while if a does not divide b, we write a ∤ 𝑏
  • 4. DIVISIBILITY The notation a | b to mean that a divides b. Be careful not to confuse “a | b” with “a/b” or “a÷b”. The notation “a | b” is read “a divides b”, which is a statement — a complete sentence which could be either true or false. On the other hand, “a ÷ b” is read “a divided by b”. This is an expression, not a complete sentence. Compare “6 divides 18” with “18 divided by 6” and be sure you understand the difference
  • 5. DIVISIBILITY The properties in the next proposition are easy consequences of the definition of divisibility; Proposition. Every nonzero number divides 0. 1 divides everything. So does −1. Every nonzero number is divisible by itself.
  • 6. Basic theorem of divisibility 1. If a|b and a|c, then a|(b + c). 2. If a|b, then a|(bc). 3. If a|b and b|c, then a|c. 6
  • 7. Basic theorem of divisibility THEOREM #1:If a|b and a|c, then a|(b + c). 3 | 6 and 3 | 9, so 3 | 15. 5| 35 and 5 | 25, so 5 | 60. 9 | 27 and 8 | 81, so 9 | 99. 7
  • 8. Basic theorem of divisibility THEOREM #2: If a|b, then a|(bc). 5 | 10, so 5 | 20, 5 | 30. 15 | 45, so 15 | 60, 5 | 2700. 11 | 66, so 11 | 121, 11 | 7986. 8
  • 9. Basic theorem of divisibility THEOREM #3 :If a|b and b|c, then a|c. 4 | 8 and 8 | 24, so 4 | 24 12 | 36 and 36 | 72, so 12 | 72 24 | 120 and 120 | 720, so 24 | 720 9
  • 10. Complete the following statement using the theorem #1 15 | 45 and 15 | 30, so 3 | ?. 75 21| 63 and 21 | 441, so 21 | ?. 504 212 | 1060 and 212 | 2332, so 212 | ?. 3,392 10
  • 11. Complete the following statement using the theorem #2 41 | 246, so 41 | 451, 41 | ?. 110,946 231 | 2772, so 231 | 4851, 231 | ?. 13,446,972 406 | 3248, so 406 | 5239, 406 | ?. 17,016,272 11
  • 12. Complete the following statement using theorem #3 51 | 561 and 561 | 4488, so ? 51 | 4488 721 | 2884 and 2884 | 31724, so ? 721 | 31,724 1605 | 17,655 and 17655 | 88275, so ? 1,605 | 88,275 12
  • 13. The Language in Which Mathematics Is Done Even when talking about day to day life, it sometimes happens that one has a hard time finding the words to express one’s thoughts. Furthermore, even when one believes that one has been totally clear, it sometimes happens that there is a vagueness in one’s words that results in the listener understanding something completely different from what the speaker intended. Even the simplest mathematical reasoning is usually more complicated than the most complicated things one attempts to discuss in everyday life. For this reason, mathematics has developed an extremely specialized (and often stylized) language. To see the value of this, one only has to think of how difficult it would be to solve even the simple quadratic equation x2 − 5x = 14 if one’s calculation had to be done without symbols, using only ordinary language. “Suppose that a quantity has the property that when five times that quantity has the property that when five times that quantity is subtracted from the product of the quantity times itself then the result is 14. Determine the possible values of this quantity.” 13
  • 14. The Language in Which Mathematics Is Done During the middle ages, algebraic calculations were in fact done in this fashion — except that the language was Latin, not English. But progress beyond the level of simple algebra only became possible with the introduction of modern algebraic notation — which the West learned from the Arabs. By combining symbolic notation with very precisely defined concepts and a very formalized language, any mathematical proof can be expressed in a way that can be understood by any “mathematically mature” reader. One is not dependent on the reader’s ability to “see what is meant.” 14
  • 15. DIVISION ALGORITHM THEOREM If a and b are integers such that b>0, then there are unique integers q and r such that a =bq + r with 0 ≤ 𝑟 < 𝑏. In this theorem, q is the quotient and r is the remainder, a the dividend and b the divisor. We note that a is divisible by b if and only if the remainder in the division algorithm is 0.
  • 16. DIVISION ALGORITHM THEOREM • The Division Algorithm says that an integer can be divided by another (nonzero) integer, with a unique quotient and remainder.
  • 17. DIVISION ALGORITHM THEOREM 1.If a = 133 and b = 21, then q = 6 and r = 7, because 133 = 21 *6 +7.
  • 18. DIVISION ALGORITHM THEOREM 1. If a = 82 and b = 7, then 82 = (7)(11) + 5: 2. If a = 1 and b = 20, then 1 = (20)(0) + 1: 3. If a = 0 and b = 15, then 0 = (15)(0) + 0:
  • 19. DIVISION ALGORITHM THEOREM a= -36, b=5 −36 5 = −7.2 round down, q=-8 -36=5(-8)+r Find r: Rewrite the equation a=bq+r r=-bq+a r=-(5(-8))+(-36) r=40-36 r=4 By the division algorithm, -36=5(-8)+4
  • 20. DIVISION ALGORITHM THEOREM a= -413, b=3 −413 3 = −137.6 round down, q=-138 -413=3(-138)+r Find r: Rewrite the equation a=bq+r r=-bq+a r=-(3(-138))+(-413) r=414-413 r=1 By the division algorithm, -413=3(-138)+1
  • 21. DIVISION ALGORITHM THEOREM a= -389, b=16 −389 16 = −24.31 round down, q=-25 -389=16(-25)+r Find r: Rewrite the equation a=bq+r r=-bq+a r=-(16(-25))+(-389) r=400-389 r=11 By the division algorithm, -389=16(-25)+11
  • 22. DIVISION ALGORITHM THEOREM 1. If a = -17 and b = 3, then q = -6 and r = 1. −17 = 3 −6 + 1 2. If a = 18 and b = 6, then q = 3 and r = 0. 18 = 6 3 + 0 3. If a = −79 and b = 9, then q=-9 and r=2 −79 = 9 −9 + 2
  • 23. Prime numbers 23 Prime numbers are the building blocks of arithmetic. At the moment there are no efficient methods (algorithms) known that will determine whether a given integer is prime or find its prime factors. This fact is the basis behind many of the cryptosystems currently in use. One problem is that there is no known procedure that will generate prime numbers, even recursively. In fact, there are many things about prime numbers that we don’t know. For example, there is a conjecture, known as Goldbach’s Conjecture, that there are infinitely many prime pairs, that is, consecutive odd prime numbers, such as 5 and 7, or 41 and 43, which no one so far has been able to prove or disprove. As the next theorem illustrates, it is possible, however, to prove that there are infinitely many prime numbers. Its proof, attributed to Euclid, is one of the most elegant in all of mathematics.
  • 24. Prime numbers 24 A prime is an integer with precisely two positive integer divisors. In the past three centuries, the mathematicians have devoted countless hours in exploring the world of primes. They have discovered many fascinating properties, formulated diverse conjectures, and proved interesting and surprising results.
  • 25. Prime numbers 25 A prime is a positive integer greater than 1 that is divisible by no positive integers other than 1 and itself. e.g. 1,2,3,5,7,11, 179
  • 26. composite numbers 26 A positive integer greater than 1 that is not prime is called composite. e.g: 4,8,12,16,26,99,
  • 27. GREATEST COMMON DIVISOR 27 The greatest common divisor (gcd) of two or more non- zero integers is the largest positive integer that divides the numbers without a remainder.
  • 28. GREATEST COMMON DIVISOR 28 The common divisors of 36 and 60 are 1, 2, 3, 4, 6, 12. The greatest common divisor gcd(36,60) = 12.
  • 29. GREATEST COMMON DIVISOR 29 Two or more numbers whose GCD is 1, are relatively prime
  • 30. GREATEST COMMON DIVISOR 30 Find the GCD(24, 23) 24=1.2.2.2.3 23=1.23 GCD (24,23)= 1, then they are relatively prime
  • 31. GREATEST COMMON DIVISOR 31 Find the GCD(32, 16) 32=2.2.2.2.2 16=2.2.2.2 GCD (32,16)= 16
  • 32. GREATEST COMMON DIVISOR 32 Find the GCD of the following set of numbers: 1. GCD (15 ,18) = 3 1. GCD (24,48,50) = 2 1. GCD (111, 80) = 1 1. GCD (20, 30 ,40) = 10 2. GCD (21, 36, 15) = 3
  • 33. 33 Euclidean Algorithm How to find a greatest common divisor in several easy steps
  • 34. 34 Euclid Euclid is often referred to as the “Father of Geometry”, and he wrote perhaps the most important and successful mathematical textbook of all time, the “Stoicheion” or “Elements”, which represents the culmination of the mathematical revolution which had taken place in Greece up to that time. He also wrote works on the division of geometrical figures into into parts in given ratios, on catoptrics (the mathematical theory of mirrors and reflection), and on spherical astronomy (the determination of the location of objects on the “celestial sphere”), as well as important texts on optics and music.
  • 35. 35 > The well known Euclidean algorithm finds the greatest common divisor of two numbers using only elementary mathematical operations - division and subtraction Euclidean Algorithm
  • 36. 36 Euclidean Algorithm > A divisor of a number a is an integer that divides it without remainder > For example the divisors of 12 are 1, 2, 3, 4, 6 and 12 > The divisors of 18 are 1, 2, 3, 6, 9 and 18.
  • 37. 37 Euclidean Algorithm > The greatest common divisor, or GCD, of two numbers is the largest divisor that is common to both of them. > For example GCD(12, 18) is the largest of the divisors common to both 12 and 18.
  • 38. 38 Euclidean Algorithm > The greatest common divisor, or GCD, of two numbers is the largest divisor that is common to both of them. > For example GCD(12, 18) is the largest of the divisors common to both 12 and 18.
  • 39. 39 Euclidean Algorithm > The common divisors of 12 and 18 are 1, 2, 3 and 6. > Hence GCD(12, 18)=6.
  • 40. 40 Euclidean Algorithm > The Euclidean Algorithm to find GCD(a, b) relies upon replacing one of a or b with the remainder after division. > Thus the numbers we seek the GCD of are steadily becoming smaller and smaller. We stop when one of them becomes 0.
  • 41. 41 Euclidean Algorithm > Specifically, we assume that a is larger than b. If b is larger than a, then we swap them around so that a becomes the old b and b becomes the old a. > We then look for numbers q and r so that a=bq+r. They must have the properties that q0 and 0r<b. > In other words, we seek the largest such q.
  • 42. 42 Euclidean Algorithm > As examples, consider the following. > a=12, b=5; 12=5*2+2 so q=2, r=2 > a=24, b=18; 24=18*1+6 so q=1, r=6 > a=30, b=15; 30=15*2+0 so q=2, r=0 > a=27, b=14; 27=14*1+13 so q=1, r=13 > Try the ones on the next slide.
  • 43. 43 Euclidean Algorithm > Find q and r for the following sets of a and b. The answers are on the next slide. > a=28, b=12 > a=50, b=30 > a=35, b=14 > a=100, b=20
  • 44. 44 Euclidean Algorithm > Answers > q=2, r=4 > q=1, r=20 > q=2, r=7 > q=5, r=0
  • 45. 45 Euclidean Algorithm > The algorithm works in the following way. > Given a and b, we find numbers q and r so that a=bq+r. > We make sure that q is as large as possible (≥0), and 0≤r<b. > For example, if a=18, b=12, then we write 18=12*1+6.
  • 46. 46 Euclidean Algorithm > Once the remainder r has been found we replace a by b and b by r. > This relies on the fact that GCD(a,b)=GCD(b,r). > Hence we repeatedly find r, the remainder after a is divided by b. > Then replace a by b and b by r, and keep on in this way until r=0.
  • 47. 47 Euclidean Algorithm > Let us look at a graphical interpretation of the Euclidean algorithm. > Obviously if p=GCD(a,b) then p|a and p|b, that is to say p divides both a and b evenly with no remainder.
  • 48. 48 Euclidean Algorithm > Let us look at a graphical interpretation of the Euclidean algorithm. > Obviously if p=GCD(a,b) then p|a and p|b, that is to say p divides both a and b evenly with no remainder.
  • 49. 49 Show the computations for a=210 and b=45. • Divide 210 by 45, and get the result 4 with remainder 30, so 210=4·45+30. • Divide 45 by 30, and get the result 1 with remainder 15, so 45=1·30+15. • Divide 30 by 15, and get the result 2 with remainder 0, so 30=2·15+0. • The greatest common divisor of 210 and 45 is 15.
  • 50. 50 Show the computations for a=420 and b=55. • Divide 420 by 55, and get the result 7 with remainder 35, so 210=7*55+35. • Divide 55 by 35, and get the result 1 with remainder 20, so 55=1·35+20. • Divide 35 by 20, and get the result 1 with remainder 15, so 35=1·20+15. • Divide 20 by 15 and get the result 1 with remainder 5, so 20= 1 * 15 + 5 • Divide 15 by 5 and get the result 3 with remainder 0, so 15= 3 * 5 + 0 • The greatest common divisor of 420 and 55 is 5.
  • 51. 51 Determine the gcd(12378; 3054) 12378 = 4 · 3054 + 162 3054 = 18 · 162 + 138 162 = 1 · 138 + 24 138 = 5 · 24 + 18 24 = 1 · 18 + 6 18 = 3 · 6 + 0 Then the GCD of (12,378; 3054) is 6
  • 52. 52 a=687, b=24 687 = 28 · 24 + 15 24 = 1 · 15 + 9 15 = 1 · 9 + 6 9 = 1 · 6 + 3 6 = 2 · 3 + 0 Then the GCD of (687; 3054) is 3