SlideShare a Scribd company logo
1 of 39
Mathematical Induction
And
Divisibility Rules
UNIVERSITY OF AZAD JAMMU & KASHMIR
MUZAFFARABAD
Department of CS & IT
 Dawood Faheem Abbasi 05
Mathematical induction
INTRODUCTION:
The principal of mathematical induction is useful tool for proving that a
certain predicate is true for all natural numbers.
It can not be used to discover theorems.
In mathematical induction, we try to prove that L.H.S is equal to R.H.S
It has only 2 steps
Step 1. Show it is true for first one.
Step 2. Show that if any one is true then the next one is true..
Then all are true.
Have you heard of “dominos effect”?
 Step1. The first domino falls.
 Step2. When any domino falls, the next domino falls.
So.. All dominos falls.
In the world of numbers we say;
Step 1. Show that it is true for n=1.
Step 2. Show that if n=k is true then n =k+1 is also true.
How to do it?
Step 1 is usually easy, we just have to prove it is true for n=1.
Step 2 is done by;
Assume it is true for n=k.
Prove it is true for n=k+1
Types of questions solve by induction
Statements giving expressions about summation or multiplication of
special series
Statements to show divisibility of an expression by a certain natural
number.
Statements containing signs of inequality.
Adding up all odd numbers.
1+3+5+……….+(2n-1)=n2
 Step 1. show it is true for n=1
1=12 is true
 Step 2. assume it is true for n=k
1+3+5+…..+(2k-1)=k2 is true
 Now, prove it is true for “k+1”
1+3+5+…..+(2k-1)+(2(k+1)-1)=(k+1) 2
 We know that 1+3+5+…(2k-1)=k2 so,
K2+(2(k+1)-1)=(k+1) 2
 Expanding;
k2+2k+2-1=k2+2k+1
K2+2k+1=k2+2k+1 they are same! So it is true.
Prove that 2n>n for all positive integers n
Let p(n)be the given statement
P(n):2n>n
 step1. when n=1
21>1
Hence , p(1)is true.
 Step 2. assume that p(k) is true for any positive integer k i.e
2k>k
 We shall now prove that pk+1is true.
Multiplying both sides of 1 by 2.
2.2k>2k i.e
2k+1>2k
K+k>k+1
Therefore, pk+1 is true when p(k+1) is true.
So, P(n) is true for every positive integer n.
 n < 2n
 for all positive integers n.
 Solution: Let P(n) be the proposition that n < 2n.
 BASIS STEP: P(1) is true, because 1 < 21 = 2. This completes the basis step.
 INDUCTIVE STEP: We first assume the inductive hypothesis that P(k) is true for anarbitrary
 positive integer k. That is, the inductive hypothesisP(k) is the statement thatk < 2k.To complete
 the inductive step, we need to show that if P(k) is true, then P(k + 1), which is the statement
 that k + 1 < 2k+1, is true. That is, we need to show that ifk < 2k, then k + 1 < 2k+1. To show
 320 5 / Induction and Recursion
 that this conditional statement is true for the positive integer k, we first add 1 to both sides of
 k < 2k, and then note that 1 ≤ 2k. This tells us that
 k + 1
 IH
 <2k + 1 ≤ 2k + 2k = 2 · 2k = 2k+1.
 This shows that P(k + 1) is true, namely, that k + 1 < 2k+1, based on the assumption that P(k)
 is true. The induction step is complete.
 Therefore, because we have completed both the basis step and the inductive step, by
 the principle of mathematical induction we have shown that n < 2n is true for all positive
 integers n.
 Solution: To construct the proof, let P(n) denote the proposition: “7n+2 + 82n+1 is divisible by
 57.”
 BASIS STEP: To complete the basis step, we must show that P(0) is true, because we want
 to prove that P(n) is true for every nonnegative integer. We see that P(0) is true because
 70+2 + 82·0+1 = 72 + 81 = 57 is divisible by 57. This completes the basis step.
 INDUCTIVE STEP: For the inductive hypothesis we assume that P(k) is true for an arbitrary
 nonnegative integer k; that is, we assume that 7k+2 + 82k+1 is divisible by 57. To complete the
 inductive step, we must show that when we assume that the inductive hypothesis P(k) is true,
 then P(k + 1), the statement that 7(k+1)+2 + 82(k+1)+1 is divisible by 57, is also true.
 The difficult part of the proof is to see howto use the inductive hypothesis.To take advantage
 of the inductive hypothesis, we use these steps:
 7(k+1)+2 + 82(k+1)+1 = 7k+3 + 82k+3
 = 7 · 7k+2 + 82 · 82k+1
 = 7 · 7k+2 + 64 · 82k+1
 = 7(7k+2 + 82k+1) + 57 · 82k+1.
 We can now use the inductive hypothesis, which states that 7k+2 + 82k+1 is divisible by
 57. We will use parts (i) and (ii) of Theorem 1 in Section 4.1. By part (ii) of this theorem, and
 the inductive hypothesis, we conclude that the first term in this last sum, 7(7k+2 + 82k+1), is
 divisible by 57. By part (ii) of this theorem, the second term in this sum, 57 · 82k+1, is divisible
 by 57. Hence, by part (i) of this theorem, we conclude that 7(7k+2 + 82k+1) + 57 · 82k+1 =
 7k+3 + 82k+3 is divisible by 57. This completes the inductive step.
 Because we have completed both the basis step and the inductive step, by the principle of
 mathematical induction we know that 7n+2 + 82n+1 is divisible by 57 for every nonnegative
 integer n.
Strong Induction
 Before we illustrate how to use strong induction, we state this principle again.
 STRONG INDUCTION To prove that P(n) is true for all positive integers n, where P(n)
is a propositional function, we complete two steps:
 BASIS STEP: We verify that the proposition P(1) is true.
 INDUCTIVE STEP: We show that the conditional statement [P(1) ∧ P(2) ∧ · · · ∧
P(k)] → P(k + 1) is true for all positive integers k.
 Note that when we use strong induction to prove that P(n) is true for all positive integers n,
our inductive hypothesis is the assumption that P(j) is true for j = 1, 2, . . . , k. That is, the
inductive hypothesis includes all k statements P(1), P(2), . . . , P (k). Because we can use all k
statements P(1), P(2), . . . , P (k) to prove P(k + 1), rather than just the statement P(k) as in a
proof by mathematical induction,
 strong induction is a more flexible proof technique. Because
of this, some mathematicians prefer to always use strong induction instead of mathematical
induction, even when a proof by mathematical induction is easy to find.
 You may be surprised that mathematical induction and strong induction are equivalent.
 That is, each can be shown to be a valid proof technique assuming that the other is valid.
Divisibility rules
for numbers
Introduction:
The rules given below transform a given number into a generally
smaller number, while preserving divisibility by the divisor of
interest. Therefore, unless otherwise noted, the resulting number
should be evaluated for divisibility by the same divisor.
Divisibility by 2
 First, take any number (for this example it will be 376) and note the last digit
in the number, discarding the other digits. Then take that digit (6) while
ignoring the rest of the number and determine if it is divisible by 2. If it is
divisible by 2, then the original number is divisible by 2.
Examples
 376 (The original number)
 37 6 (Take the last digit)
 6 ÷ 2 = 3 (Check to see if the last digit is divisible by 2)
 376 ÷ 2 = 188 (If the last digit is divisible by 2, then the whole number is
divisible by 2)
Divisibility by 3 or 9
First, take any number (for this example it will be 492) and add
together each digit in the number (4 + 9 + 2 = 15). Then take
that sum (15) and determine if it is divisible by 3. The original
number is divisible by 3 (or 9) if and only if the sum of its digits
is divisible by 3 (or 9).
If a number is a multiplication of 3 consecutive numbers then
that number is always divisible by 3. This is useful for when the
number takes the form of (n × (n − 1) × (n + 1))
Example
 492 (The original number)
 4 + 9 + 2 = 15 (Add each individual digit together)
 15 is divisible by 3 at which point we can stop. Alternatively we can continue
using the same method if the number is still too large:
 1 + 5 = 6 (Add each individual digit together)
 6 ÷ 3 = 2 (Check to see if the number received is divisible by 3)
 492 ÷ 3 = 164 (If the number obtained by using the rule is divisible by 3, then
the whole number is divisible by 3)
Divisibility by 4
The basic rule for divisibility by 4 is that if the number formed by the last two
digits in a number is divisible by 4, the original number is divisible by 4; this is
because 100 is divisible by 4 and so adding hundreds, thousands, etc. is
simply adding another number that is divisible by 4. If any number ends in a
two digit number that you know is divisible by 4 (e.g. 24, 04, 08, etc.), then
the whole number will be divisible by 4 regardless of what is before the last
two digits.
Alternatively, one can simply divide the number by 2, and then check the
result to find if it is divisible by 2. If it is, the original number is divisible by 4.
In addition, the result of this test is the same as the original number divided
by 4
Example
 1720 (The original number)
 1720 ÷ 2 = 860 (Divide the original number by 2)
 860 ÷ 2 = 430 (Check to see if the result is divisible by 2)
 1720 ÷ 4 = 430 (If the result is divisible by 2, then the original number is
divisible by 4)
Divisibility by 5
 Divisibility by 5 is easily determined by checking the last digit in the number
(475), and seeing if it is either 0 or 5. If the last number is either 0 or 5, the
entire number is divisible by 5.
Conti….
 If the last digit in the number is 5, then the result will be the remaining digits
multiplied by two (2), plus one (1). For example, the number 125 ends in a 5,
so take the remaining digits (12), multiply them by two (12 × 2 = 24), then add
one (24 + 1 = 25). The result is the same as the result of 125 divided by 5
(125/5=25
Example
 If the last digit in the number is 5, then the result will be the remaining digits
multiplied by two (2), plus one (1). For example, the number 125 ends in a 5,
so take the remaining digits (12), multiply them by two (12 × 2 = 24), then
add one (24 + 1 = 25). The result is the same as the result of 125 divided by
5 (125/5=25).
If the last digit is 5
 85 (The original number)
 8 5 (Take the last digit of the number, and check if it is 0 or 5)
 8 5 (If it is 5, take the remaining digits, discarding the last)
 8 × 2 = 16 (Multiply the result by 2)
 16 + 1 = 17 (Add 1 to the result)
 85 ÷ 5 = 17 (The result is the same as the original number divided by 5)
Divisibility by 6
 Divisibility by 6 is determined by checking the original number to see if it is both
an even number (divisible by 2) and divisible by 3. This is the best test to use.
 If the number is divisible by six, take the original number (246) and divide it by
two (246 ÷ 2 = 123). Then, take that result and divide it by three (123 ÷ 3 = 41).
This result is the same as the original number divided by six (246 ÷ 6 = 41)
Example
 324 (The original number)
 324 ÷ 3 = 108 (Check to see if the original number is divisible by 3)
 324 ÷ 2 = 162 OR 108 ÷ 2 = 54 (Check to see if either the original number or the
result of the previous equation is divisible by 2)
 324 ÷ 6 = 54 (If either of the tests in the last step are true, then the original
number is divisible by 6. Also, the result of the second test returns the same
result as the original number divided by 6)
Divisibility by 7
 Divisibility by 7 can be tested by a recursive method. A number of the form 10x + y
is divisible by 7 if and only if x − 2y is divisible by 7. In other words, subtract twice
the last digit from the number formed by the remaining digits. Continue to do this
until a number known to be divisible by 7 is obtained. The original number is
divisible by 7 if and only if the number obtained using this procedure is divisible by
7. For example, the number 371: 37 − (2×1) = 37 − 2 = 35; 3 − (2 × 5) = 3 − 10
= −7; thus, since −7 is divisible by 7, 371 is divisible by 7
Divisibility by 13
 Remainder Test 13 (1, −3, −4, −1, 3, 4, cycle goes on.) If you are not comfortable
with negative numbers, then use this sequence. (1, 10, 9, 12, 3, 4)
 Multiply the right most digit of the number with the left most number in the
sequence shown above and the second right most digit to the second left most
digit of the number in the sequence. The cycle goes on
Example
 Example: What is the remainder when 321 is divided by 13?
Using the first sequence,
Ans: 1 × 1 + 2 × −3 + 3 × −4 = −17
Remainder = −17 mod 13 = 9
 312 is divisible by 13?
Using first sequence
2 x 1+ 1 x -3+ 3x-4= -13 => 0
Divisor Divisibility Condition Examples
21 Subtract twice the last digit from the rest 168: 16 − (8×2) = 0, 168 is divisible.
1050: 105 − (0×2) = 105, 10 − (5×2) = 0, 1050 is
divisible.
23 Add 7 times the last digit to the rest. 3128: 312 + (8×7) = 368, 368 ÷ 23 = 16.
25 The number formed by the last two digits is divisible
by 25
134,250: 50 is divisible by 25.
27 Sum the digits in blocks of three from right to left. If
the result is divisible by 27, then the number is
divisible by 27.
2,644,272: 2 + 644 + 272 = 918 = 27×34.
Divisor Divisibility condition Examples
29 Add three times the last digit to the rest. 261: 1×3 = 3; 3 + 26 = 29
31 Subtract three times the last digit from the rest 837: 83 − 3×7 = 62
32
The number formed by the last five digits is divisible
by 32.[1][2] 25,135,520: 35,520=1110×32
32
If the ten thousands digit is even, examine the
number formed by the last four digits.
41,312: 1312.
33
Add 10 times the last digit to the rest; it has to be
divisible by 3 and 11
627: 62 + 7 × 10 = 132,
13 + 2 × 10 = 33.
Divisor Divisibility Condition Examples
35 Number must be divisible by 7 ending in 0 or 5. 700 is divisible by 7 ending in a 0
37 Take the digits in blocks of three from right to left and
add each block, just as for 27.
2,651,272: 2 + 651 + 272 = 925. 925 = 37×25.
39 Add 4 times the last digit to the rest 351: 1 × 4 = 4; 4 + 35 = 39
41 Subtract 4 times the last digit from the rest 738: 73 − 8 × 4 = 41
Divisor Divisible Condition Example
43 Add 13 times the last digit to the rest. 36,249: 3624 + 9 × 13 = 3741,
374 + 1 × 13 = 387,
38 + 7 × 13 = 129,
12 + 9 × 13 = 129 = 43 × 3
45 The number must be divisible by 9 ending in 0 or 5 495: 4 + 9 + 5 = 18, 1 + 8 = 9;
(495 is divisible by both 5 and 9.)
47 Subtract 14 times the last digit from the rest. 1,642,979: 164297 − 9 × 14 = 164171,
16417 − 14 = 16403,
1640 − 3 × 14 = 1598,
159 − 8 × 14 = 47.
49 Add 5 times the last digit to the rest. 1,127: 112+(7×5)=147.
147: 14 + (7×5) = 49
Divisor Divisible Condition Example
50 The last two digits are 00 or 50 134,250: 50.
51 Subtract 5 times the last digit to the rest 204: 20-(4×5)=0
53 Add 16 times the last digit to the rest. 3657: 365+(7×16)=477 = 9 × 53
55 Number must be divisible by 11 ending in 0 or 5. 935: 93 − 5 = 88 or 9 + 35 = 44
Divisor Divisible Condition Example
71 Subtract 7 times the last digit from the rest. 852: 85-(2×7)=71
81 Subtract 8 times the last digit from the rest 162: 16-(2×8)=0
100 Ends with at least two zeros 900 ends with 2 zeros
1000 Ends with at least three zeros. 2000 ends with 3 zeros

More Related Content

What's hot

5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical inductionmath260
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical inductionSman Abbasi
 
1st Test - If then, converse, inverse and contrapositive
1st Test - If then, converse, inverse and contrapositive1st Test - If then, converse, inverse and contrapositive
1st Test - If then, converse, inverse and contrapositiveBrandeis High School
 
CMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional LogicCMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional Logicallyn joy calcaben
 
Method of direct proof
Method of direct proofMethod of direct proof
Method of direct proofAbdur Rehman
 
Determining the Inverse, Converse, and Contrapositive of an If-then Statement...
Determining the Inverse, Converse, and Contrapositive of an If-then Statement...Determining the Inverse, Converse, and Contrapositive of an If-then Statement...
Determining the Inverse, Converse, and Contrapositive of an If-then Statement...Ma. Loiel Salome Nabelon
 
The Fundamental Counting Principle
The Fundamental Counting PrincipleThe Fundamental Counting Principle
The Fundamental Counting PrincipleTed Gallano
 
1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoningsmiller5
 
Pigeonhole Principle,Cardinality,Countability
Pigeonhole Principle,Cardinality,CountabilityPigeonhole Principle,Cardinality,Countability
Pigeonhole Principle,Cardinality,CountabilityKiran Munir
 
permutation and combination
permutation and combinationpermutation and combination
permutation and combinationiqra university
 
Fundamental theorem of arithmatic
Fundamental theorem of arithmaticFundamental theorem of arithmatic
Fundamental theorem of arithmaticSubhrajeet Praharaj
 
Exponential functions
Exponential functionsExponential functions
Exponential functionsRon Eick
 
Discrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional LogicDiscrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional LogicIT Engineering Department
 
Permutation & Combination
Permutation & CombinationPermutation & Combination
Permutation & CombinationPuru Agrawal
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contrapositionAbdur Rehman
 
Sets of numbers
Sets of numbersSets of numbers
Sets of numberspcm544330
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpointJuwileene Soriano
 

What's hot (20)

5.4 mathematical induction
5.4 mathematical induction5.4 mathematical induction
5.4 mathematical induction
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
1st Test - If then, converse, inverse and contrapositive
1st Test - If then, converse, inverse and contrapositive1st Test - If then, converse, inverse and contrapositive
1st Test - If then, converse, inverse and contrapositive
 
CMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional LogicCMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional Logic
 
Discrete math Truth Table
Discrete math Truth TableDiscrete math Truth Table
Discrete math Truth Table
 
Method of direct proof
Method of direct proofMethod of direct proof
Method of direct proof
 
Determining the Inverse, Converse, and Contrapositive of an If-then Statement...
Determining the Inverse, Converse, and Contrapositive of an If-then Statement...Determining the Inverse, Converse, and Contrapositive of an If-then Statement...
Determining the Inverse, Converse, and Contrapositive of an If-then Statement...
 
The Fundamental Counting Principle
The Fundamental Counting PrincipleThe Fundamental Counting Principle
The Fundamental Counting Principle
 
1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning
 
Mathematical Logic
Mathematical LogicMathematical Logic
Mathematical Logic
 
Pigeonhole Principle,Cardinality,Countability
Pigeonhole Principle,Cardinality,CountabilityPigeonhole Principle,Cardinality,Countability
Pigeonhole Principle,Cardinality,Countability
 
permutation and combination
permutation and combinationpermutation and combination
permutation and combination
 
Fundamental theorem of arithmatic
Fundamental theorem of arithmaticFundamental theorem of arithmatic
Fundamental theorem of arithmatic
 
Exponential functions
Exponential functionsExponential functions
Exponential functions
 
Discrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional LogicDiscrete Math Lecture 01: Propositional Logic
Discrete Math Lecture 01: Propositional Logic
 
Permutation & Combination
Permutation & CombinationPermutation & Combination
Permutation & Combination
 
Propositional logic
Propositional logicPropositional logic
Propositional logic
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contraposition
 
Sets of numbers
Sets of numbersSets of numbers
Sets of numbers
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpoint
 

Viewers also liked

mathematical induction
mathematical inductionmathematical induction
mathematical inductionankush_kumar
 
Math induction principle (slides)
Math induction principle (slides)Math induction principle (slides)
Math induction principle (slides)IIUM
 
Mathematics - Divisibility Rules From 0 To 12
Mathematics - Divisibility Rules From 0 To 12Mathematics - Divisibility Rules From 0 To 12
Mathematics - Divisibility Rules From 0 To 12Shivansh Khurana
 
Divisibility rules (Properties of Divisibility)
Divisibility rules (Properties of Divisibility)Divisibility rules (Properties of Divisibility)
Divisibility rules (Properties of Divisibility)Tsuki Hibari
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical inductionsonia -
 
Playing with numbers
Playing with numbersPlaying with numbers
Playing with numbersArnav Jain
 
Divisibility rules
Divisibility rulesDivisibility rules
Divisibility ruleswhernanm
 
11 x1 t14 09 mathematical induction 2 (2013)
11 x1 t14 09 mathematical induction 2 (2013)11 x1 t14 09 mathematical induction 2 (2013)
11 x1 t14 09 mathematical induction 2 (2013)Nigel Simmons
 
X2 t08 02 induction (2013)
X2 t08 02 induction (2013)X2 t08 02 induction (2013)
X2 t08 02 induction (2013)Nigel Simmons
 
AP Chemistry Chapter 11 Sample Exercises
AP Chemistry Chapter 11 Sample ExercisesAP Chemistry Chapter 11 Sample Exercises
AP Chemistry Chapter 11 Sample ExercisesJane Hamze
 
Conic sections day one
Conic sections day oneConic sections day one
Conic sections day oneJessica Garcia
 
Lesson 10 conic sections - hyperbola
Lesson 10    conic sections - hyperbolaLesson 10    conic sections - hyperbola
Lesson 10 conic sections - hyperbolaJean Leano
 
Divisibility Rules
Divisibility RulesDivisibility Rules
Divisibility RulesHeatherNeal
 
Predicates and quantifiers
Predicates and quantifiersPredicates and quantifiers
Predicates and quantifiersIstiak Ahmed
 
Divisibility Rules
Divisibility RulesDivisibility Rules
Divisibility RulesTim Bonnar
 

Viewers also liked (20)

mathematical induction
mathematical inductionmathematical induction
mathematical induction
 
Math induction principle (slides)
Math induction principle (slides)Math induction principle (slides)
Math induction principle (slides)
 
Mathematics - Divisibility Rules From 0 To 12
Mathematics - Divisibility Rules From 0 To 12Mathematics - Divisibility Rules From 0 To 12
Mathematics - Divisibility Rules From 0 To 12
 
Divisibility rules (Properties of Divisibility)
Divisibility rules (Properties of Divisibility)Divisibility rules (Properties of Divisibility)
Divisibility rules (Properties of Divisibility)
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Playing with numbers
Playing with numbersPlaying with numbers
Playing with numbers
 
Per4 induction
Per4 inductionPer4 induction
Per4 induction
 
Divisibility rules
Divisibility rulesDivisibility rules
Divisibility rules
 
10. divisibility rules
10. divisibility rules10. divisibility rules
10. divisibility rules
 
11 x1 t14 09 mathematical induction 2 (2013)
11 x1 t14 09 mathematical induction 2 (2013)11 x1 t14 09 mathematical induction 2 (2013)
11 x1 t14 09 mathematical induction 2 (2013)
 
X2 t08 02 induction (2013)
X2 t08 02 induction (2013)X2 t08 02 induction (2013)
X2 t08 02 induction (2013)
 
8 math
8 math8 math
8 math
 
AP Chemistry Chapter 11 Sample Exercises
AP Chemistry Chapter 11 Sample ExercisesAP Chemistry Chapter 11 Sample Exercises
AP Chemistry Chapter 11 Sample Exercises
 
Conic sections day one
Conic sections day oneConic sections day one
Conic sections day one
 
1515 conics
1515 conics1515 conics
1515 conics
 
Lesson 10 conic sections - hyperbola
Lesson 10    conic sections - hyperbolaLesson 10    conic sections - hyperbola
Lesson 10 conic sections - hyperbola
 
Divisibility Rules
Divisibility RulesDivisibility Rules
Divisibility Rules
 
Circles
CirclesCircles
Circles
 
Predicates and quantifiers
Predicates and quantifiersPredicates and quantifiers
Predicates and quantifiers
 
Divisibility Rules
Divisibility RulesDivisibility Rules
Divisibility Rules
 

Similar to Mathematical induction and divisibility rules

X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbersAmruthaKB2
 
CHAPTER final.pdf
CHAPTER final.pdfCHAPTER final.pdf
CHAPTER final.pdfvivek827170
 
The 2 Goldbach's Conjectures with Proof
The 2 Goldbach's Conjectures with Proof The 2 Goldbach's Conjectures with Proof
The 2 Goldbach's Conjectures with Proof nikos mantzakouras
 
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 KVKMD. G R Ahmed
 
Set Of Primes Is Infinite - Number Theory
Set Of Primes Is Infinite - Number TheorySet Of Primes Is Infinite - Number Theory
Set Of Primes Is Infinite - Number TheoryMethusael Cebrian
 
Chapter 4 dis 2011
Chapter 4 dis 2011Chapter 4 dis 2011
Chapter 4 dis 2011noraidawati
 
Complete ncert exemplar class 10
Complete ncert exemplar class 10Complete ncert exemplar class 10
Complete ncert exemplar class 10physicsmaths5
 
Lect 18
Lect 18Lect 18
Lect 18IIUM
 
Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Osama Zahid
 
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 |Slides With MANAV
 
class 10 chapter 1- real numbers
class 10 chapter 1- real numbersclass 10 chapter 1- real numbers
class 10 chapter 1- real numberskaran saini
 
11-Induction CIIT.pptx
11-Induction CIIT.pptx11-Induction CIIT.pptx
11-Induction CIIT.pptxjaffarbikat
 

Similar to Mathematical induction and divisibility rules (20)

Induction.pdf
Induction.pdfInduction.pdf
Induction.pdf
 
X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbers
 
CHAPTER final.pdf
CHAPTER final.pdfCHAPTER final.pdf
CHAPTER final.pdf
 
The 2 Goldbach's Conjectures with Proof
The 2 Goldbach's Conjectures with Proof The 2 Goldbach's Conjectures with Proof
The 2 Goldbach's Conjectures with Proof
 
Sol80
Sol80Sol80
Sol80
 
Sol80
Sol80Sol80
Sol80
 
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
 
Set Of Primes Is Infinite - Number Theory
Set Of Primes Is Infinite - Number TheorySet Of Primes Is Infinite - Number Theory
Set Of Primes Is Infinite - Number Theory
 
Chapter 4 dis 2011
Chapter 4 dis 2011Chapter 4 dis 2011
Chapter 4 dis 2011
 
Complete ncert exemplar class 10
Complete ncert exemplar class 10Complete ncert exemplar class 10
Complete ncert exemplar class 10
 
Lect 18
Lect 18Lect 18
Lect 18
 
Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)Math lecture 7 (Arithmetic Sequence)
Math lecture 7 (Arithmetic Sequence)
 
Discrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of ProofDiscrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of Proof
 
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 |
 
Proof Techniques
Proof TechniquesProof Techniques
Proof Techniques
 
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
 
Maths project
Maths projectMaths project
Maths project
 
Maths project
Maths projectMaths project
Maths project
 
11-Induction CIIT.pptx
11-Induction CIIT.pptx11-Induction CIIT.pptx
11-Induction CIIT.pptx
 

More from Dawood Faheem Abbasi (11)

First and follow set
First and follow setFirst and follow set
First and follow set
 
TCP/IP and UDP protocols
TCP/IP and UDP protocolsTCP/IP and UDP protocols
TCP/IP and UDP protocols
 
Report writing
Report writingReport writing
Report writing
 
UML constructs
UML constructs UML constructs
UML constructs
 
Hashing
HashingHashing
Hashing
 
Features of-RC-quad-copter
Features of-RC-quad-copter Features of-RC-quad-copter
Features of-RC-quad-copter
 
7 cs of communication
7 cs of communication7 cs of communication
7 cs of communication
 
Geography of pakistan
Geography of pakistanGeography of pakistan
Geography of pakistan
 
FET (Field Effect Transistors)
FET (Field Effect Transistors)FET (Field Effect Transistors)
FET (Field Effect Transistors)
 
Cyber crime.pptx
Cyber crime.pptxCyber crime.pptx
Cyber crime.pptx
 
BJT’s (bipolar junction transistor)
BJT’s (bipolar junction transistor)BJT’s (bipolar junction transistor)
BJT’s (bipolar junction transistor)
 

Recently uploaded

Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
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.docxRamakrishna Reddy Bijjam
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
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.pptxDr. Sarita Anand
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
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...pradhanghanshyam7136
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
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.pptxDenish Jangid
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
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Ă...Nguyen Thanh Tu Collection
 
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.MaryamAhmad92
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 

Recently uploaded (20)

Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
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
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
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
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
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...
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.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
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
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
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
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Ă...
 
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.
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 

Mathematical induction and divisibility rules

  • 2. UNIVERSITY OF AZAD JAMMU & KASHMIR MUZAFFARABAD Department of CS & IT  Dawood Faheem Abbasi 05
  • 3. Mathematical induction INTRODUCTION: The principal of mathematical induction is useful tool for proving that a certain predicate is true for all natural numbers. It can not be used to discover theorems. In mathematical induction, we try to prove that L.H.S is equal to R.H.S It has only 2 steps Step 1. Show it is true for first one. Step 2. Show that if any one is true then the next one is true.. Then all are true.
  • 4. Have you heard of “dominos effect”?  Step1. The first domino falls.  Step2. When any domino falls, the next domino falls. So.. All dominos falls.
  • 5. In the world of numbers we say; Step 1. Show that it is true for n=1. Step 2. Show that if n=k is true then n =k+1 is also true. How to do it? Step 1 is usually easy, we just have to prove it is true for n=1. Step 2 is done by; Assume it is true for n=k. Prove it is true for n=k+1
  • 6. Types of questions solve by induction Statements giving expressions about summation or multiplication of special series Statements to show divisibility of an expression by a certain natural number. Statements containing signs of inequality.
  • 7.
  • 8. Adding up all odd numbers. 1+3+5+……….+(2n-1)=n2  Step 1. show it is true for n=1 1=12 is true  Step 2. assume it is true for n=k 1+3+5+…..+(2k-1)=k2 is true  Now, prove it is true for “k+1” 1+3+5+…..+(2k-1)+(2(k+1)-1)=(k+1) 2  We know that 1+3+5+…(2k-1)=k2 so, K2+(2(k+1)-1)=(k+1) 2  Expanding; k2+2k+2-1=k2+2k+1 K2+2k+1=k2+2k+1 they are same! So it is true.
  • 9.
  • 10.
  • 11. Prove that 2n>n for all positive integers n Let p(n)be the given statement P(n):2n>n  step1. when n=1 21>1 Hence , p(1)is true.  Step 2. assume that p(k) is true for any positive integer k i.e 2k>k  We shall now prove that pk+1is true. Multiplying both sides of 1 by 2. 2.2k>2k i.e 2k+1>2k K+k>k+1 Therefore, pk+1 is true when p(k+1) is true. So, P(n) is true for every positive integer n.
  • 12.  n < 2n  for all positive integers n.  Solution: Let P(n) be the proposition that n < 2n.  BASIS STEP: P(1) is true, because 1 < 21 = 2. This completes the basis step.  INDUCTIVE STEP: We first assume the inductive hypothesis that P(k) is true for anarbitrary  positive integer k. That is, the inductive hypothesisP(k) is the statement thatk < 2k.To complete  the inductive step, we need to show that if P(k) is true, then P(k + 1), which is the statement  that k + 1 < 2k+1, is true. That is, we need to show that ifk < 2k, then k + 1 < 2k+1. To show  320 5 / Induction and Recursion  that this conditional statement is true for the positive integer k, we first add 1 to both sides of  k < 2k, and then note that 1 ≤ 2k. This tells us that  k + 1  IH  <2k + 1 ≤ 2k + 2k = 2 · 2k = 2k+1.  This shows that P(k + 1) is true, namely, that k + 1 < 2k+1, based on the assumption that P(k)  is true. The induction step is complete.  Therefore, because we have completed both the basis step and the inductive step, by  the principle of mathematical induction we have shown that n < 2n is true for all positive  integers n.
  • 13.  Solution: To construct the proof, let P(n) denote the proposition: “7n+2 + 82n+1 is divisible by  57.”  BASIS STEP: To complete the basis step, we must show that P(0) is true, because we want  to prove that P(n) is true for every nonnegative integer. We see that P(0) is true because  70+2 + 82·0+1 = 72 + 81 = 57 is divisible by 57. This completes the basis step.  INDUCTIVE STEP: For the inductive hypothesis we assume that P(k) is true for an arbitrary  nonnegative integer k; that is, we assume that 7k+2 + 82k+1 is divisible by 57. To complete the  inductive step, we must show that when we assume that the inductive hypothesis P(k) is true,  then P(k + 1), the statement that 7(k+1)+2 + 82(k+1)+1 is divisible by 57, is also true.  The difficult part of the proof is to see howto use the inductive hypothesis.To take advantage  of the inductive hypothesis, we use these steps:  7(k+1)+2 + 82(k+1)+1 = 7k+3 + 82k+3  = 7 · 7k+2 + 82 · 82k+1  = 7 · 7k+2 + 64 · 82k+1  = 7(7k+2 + 82k+1) + 57 · 82k+1.  We can now use the inductive hypothesis, which states that 7k+2 + 82k+1 is divisible by  57. We will use parts (i) and (ii) of Theorem 1 in Section 4.1. By part (ii) of this theorem, and  the inductive hypothesis, we conclude that the first term in this last sum, 7(7k+2 + 82k+1), is  divisible by 57. By part (ii) of this theorem, the second term in this sum, 57 · 82k+1, is divisible  by 57. Hence, by part (i) of this theorem, we conclude that 7(7k+2 + 82k+1) + 57 · 82k+1 =  7k+3 + 82k+3 is divisible by 57. This completes the inductive step.  Because we have completed both the basis step and the inductive step, by the principle of  mathematical induction we know that 7n+2 + 82n+1 is divisible by 57 for every nonnegative  integer n.
  • 14. Strong Induction  Before we illustrate how to use strong induction, we state this principle again.  STRONG INDUCTION To prove that P(n) is true for all positive integers n, where P(n) is a propositional function, we complete two steps:  BASIS STEP: We verify that the proposition P(1) is true.  INDUCTIVE STEP: We show that the conditional statement [P(1) ∧ P(2) ∧ · · · ∧ P(k)] → P(k + 1) is true for all positive integers k.
  • 15.  Note that when we use strong induction to prove that P(n) is true for all positive integers n, our inductive hypothesis is the assumption that P(j) is true for j = 1, 2, . . . , k. That is, the inductive hypothesis includes all k statements P(1), P(2), . . . , P (k). Because we can use all k statements P(1), P(2), . . . , P (k) to prove P(k + 1), rather than just the statement P(k) as in a proof by mathematical induction,  strong induction is a more flexible proof technique. Because of this, some mathematicians prefer to always use strong induction instead of mathematical induction, even when a proof by mathematical induction is easy to find.  You may be surprised that mathematical induction and strong induction are equivalent.  That is, each can be shown to be a valid proof technique assuming that the other is valid.
  • 16.
  • 18. Introduction: The rules given below transform a given number into a generally smaller number, while preserving divisibility by the divisor of interest. Therefore, unless otherwise noted, the resulting number should be evaluated for divisibility by the same divisor.
  • 19. Divisibility by 2  First, take any number (for this example it will be 376) and note the last digit in the number, discarding the other digits. Then take that digit (6) while ignoring the rest of the number and determine if it is divisible by 2. If it is divisible by 2, then the original number is divisible by 2.
  • 20. Examples  376 (The original number)  37 6 (Take the last digit)  6 ÷ 2 = 3 (Check to see if the last digit is divisible by 2)  376 ÷ 2 = 188 (If the last digit is divisible by 2, then the whole number is divisible by 2)
  • 21. Divisibility by 3 or 9 First, take any number (for this example it will be 492) and add together each digit in the number (4 + 9 + 2 = 15). Then take that sum (15) and determine if it is divisible by 3. The original number is divisible by 3 (or 9) if and only if the sum of its digits is divisible by 3 (or 9). If a number is a multiplication of 3 consecutive numbers then that number is always divisible by 3. This is useful for when the number takes the form of (n × (n − 1) × (n + 1))
  • 22. Example  492 (The original number)  4 + 9 + 2 = 15 (Add each individual digit together)  15 is divisible by 3 at which point we can stop. Alternatively we can continue using the same method if the number is still too large:  1 + 5 = 6 (Add each individual digit together)  6 ÷ 3 = 2 (Check to see if the number received is divisible by 3)  492 ÷ 3 = 164 (If the number obtained by using the rule is divisible by 3, then the whole number is divisible by 3)
  • 23. Divisibility by 4 The basic rule for divisibility by 4 is that if the number formed by the last two digits in a number is divisible by 4, the original number is divisible by 4; this is because 100 is divisible by 4 and so adding hundreds, thousands, etc. is simply adding another number that is divisible by 4. If any number ends in a two digit number that you know is divisible by 4 (e.g. 24, 04, 08, etc.), then the whole number will be divisible by 4 regardless of what is before the last two digits. Alternatively, one can simply divide the number by 2, and then check the result to find if it is divisible by 2. If it is, the original number is divisible by 4. In addition, the result of this test is the same as the original number divided by 4
  • 24. Example  1720 (The original number)  1720 ÷ 2 = 860 (Divide the original number by 2)  860 ÷ 2 = 430 (Check to see if the result is divisible by 2)  1720 ÷ 4 = 430 (If the result is divisible by 2, then the original number is divisible by 4)
  • 25. Divisibility by 5  Divisibility by 5 is easily determined by checking the last digit in the number (475), and seeing if it is either 0 or 5. If the last number is either 0 or 5, the entire number is divisible by 5.
  • 26. Conti….  If the last digit in the number is 5, then the result will be the remaining digits multiplied by two (2), plus one (1). For example, the number 125 ends in a 5, so take the remaining digits (12), multiply them by two (12 × 2 = 24), then add one (24 + 1 = 25). The result is the same as the result of 125 divided by 5 (125/5=25
  • 27. Example  If the last digit in the number is 5, then the result will be the remaining digits multiplied by two (2), plus one (1). For example, the number 125 ends in a 5, so take the remaining digits (12), multiply them by two (12 × 2 = 24), then add one (24 + 1 = 25). The result is the same as the result of 125 divided by 5 (125/5=25).
  • 28. If the last digit is 5  85 (The original number)  8 5 (Take the last digit of the number, and check if it is 0 or 5)  8 5 (If it is 5, take the remaining digits, discarding the last)  8 × 2 = 16 (Multiply the result by 2)  16 + 1 = 17 (Add 1 to the result)  85 ÷ 5 = 17 (The result is the same as the original number divided by 5)
  • 29. Divisibility by 6  Divisibility by 6 is determined by checking the original number to see if it is both an even number (divisible by 2) and divisible by 3. This is the best test to use.  If the number is divisible by six, take the original number (246) and divide it by two (246 ÷ 2 = 123). Then, take that result and divide it by three (123 ÷ 3 = 41). This result is the same as the original number divided by six (246 ÷ 6 = 41)
  • 30. Example  324 (The original number)  324 ÷ 3 = 108 (Check to see if the original number is divisible by 3)  324 ÷ 2 = 162 OR 108 ÷ 2 = 54 (Check to see if either the original number or the result of the previous equation is divisible by 2)  324 ÷ 6 = 54 (If either of the tests in the last step are true, then the original number is divisible by 6. Also, the result of the second test returns the same result as the original number divided by 6)
  • 31. Divisibility by 7  Divisibility by 7 can be tested by a recursive method. A number of the form 10x + y is divisible by 7 if and only if x − 2y is divisible by 7. In other words, subtract twice the last digit from the number formed by the remaining digits. Continue to do this until a number known to be divisible by 7 is obtained. The original number is divisible by 7 if and only if the number obtained using this procedure is divisible by 7. For example, the number 371: 37 − (2×1) = 37 − 2 = 35; 3 − (2 × 5) = 3 − 10 = −7; thus, since −7 is divisible by 7, 371 is divisible by 7
  • 32. Divisibility by 13  Remainder Test 13 (1, −3, −4, −1, 3, 4, cycle goes on.) If you are not comfortable with negative numbers, then use this sequence. (1, 10, 9, 12, 3, 4)  Multiply the right most digit of the number with the left most number in the sequence shown above and the second right most digit to the second left most digit of the number in the sequence. The cycle goes on
  • 33. Example  Example: What is the remainder when 321 is divided by 13? Using the first sequence, Ans: 1 × 1 + 2 × −3 + 3 × −4 = −17 Remainder = −17 mod 13 = 9  312 is divisible by 13? Using first sequence 2 x 1+ 1 x -3+ 3x-4= -13 => 0
  • 34. Divisor Divisibility Condition Examples 21 Subtract twice the last digit from the rest 168: 16 − (8×2) = 0, 168 is divisible. 1050: 105 − (0×2) = 105, 10 − (5×2) = 0, 1050 is divisible. 23 Add 7 times the last digit to the rest. 3128: 312 + (8×7) = 368, 368 ÷ 23 = 16. 25 The number formed by the last two digits is divisible by 25 134,250: 50 is divisible by 25. 27 Sum the digits in blocks of three from right to left. If the result is divisible by 27, then the number is divisible by 27. 2,644,272: 2 + 644 + 272 = 918 = 27×34.
  • 35. Divisor Divisibility condition Examples 29 Add three times the last digit to the rest. 261: 1×3 = 3; 3 + 26 = 29 31 Subtract three times the last digit from the rest 837: 83 − 3×7 = 62 32 The number formed by the last five digits is divisible by 32.[1][2] 25,135,520: 35,520=1110×32 32 If the ten thousands digit is even, examine the number formed by the last four digits. 41,312: 1312. 33 Add 10 times the last digit to the rest; it has to be divisible by 3 and 11 627: 62 + 7 × 10 = 132, 13 + 2 × 10 = 33.
  • 36. Divisor Divisibility Condition Examples 35 Number must be divisible by 7 ending in 0 or 5. 700 is divisible by 7 ending in a 0 37 Take the digits in blocks of three from right to left and add each block, just as for 27. 2,651,272: 2 + 651 + 272 = 925. 925 = 37×25. 39 Add 4 times the last digit to the rest 351: 1 × 4 = 4; 4 + 35 = 39 41 Subtract 4 times the last digit from the rest 738: 73 − 8 × 4 = 41
  • 37. Divisor Divisible Condition Example 43 Add 13 times the last digit to the rest. 36,249: 3624 + 9 × 13 = 3741, 374 + 1 × 13 = 387, 38 + 7 × 13 = 129, 12 + 9 × 13 = 129 = 43 × 3 45 The number must be divisible by 9 ending in 0 or 5 495: 4 + 9 + 5 = 18, 1 + 8 = 9; (495 is divisible by both 5 and 9.) 47 Subtract 14 times the last digit from the rest. 1,642,979: 164297 − 9 × 14 = 164171, 16417 − 14 = 16403, 1640 − 3 × 14 = 1598, 159 − 8 × 14 = 47. 49 Add 5 times the last digit to the rest. 1,127: 112+(7×5)=147. 147: 14 + (7×5) = 49
  • 38. Divisor Divisible Condition Example 50 The last two digits are 00 or 50 134,250: 50. 51 Subtract 5 times the last digit to the rest 204: 20-(4×5)=0 53 Add 16 times the last digit to the rest. 3657: 365+(7×16)=477 = 9 × 53 55 Number must be divisible by 11 ending in 0 or 5. 935: 93 − 5 = 88 or 9 + 35 = 44
  • 39. Divisor Divisible Condition Example 71 Subtract 7 times the last digit from the rest. 852: 85-(2×7)=71 81 Subtract 8 times the last digit from the rest 162: 16-(2×8)=0 100 Ends with at least two zeros 900 ends with 2 zeros 1000 Ends with at least three zeros. 2000 ends with 3 zeros