SlideShare a Scribd company logo
1 of 3
Mathematical Induction
TAKUDZWA CAITANO
Question
Prove, by Mathematical Induction, that
( ) ( ) ( ) ( ) ( )( )
6
1n71n2n
n2...3n2n1n
2222 ++
=+++++++
is true for all natural numbers n.
Discussion
Some readers may find it difficult to write the L.H.S. in P(k + 1). Some cannot factorize
the L.H.S. and are forced to expand everything.
For P(1),
L.H.S. = 22
= 4, R.H.S. = 4
6
831
=
××
. ∴ P(1) is true.
Assume that P(k) is true for some natural number k, that is
( ) ( ) ( ) ( ) ( )( )
6
1k71k2k
k2...3k2k1k
2222 ++
=+++++++ …. (1)
For P(k + 1) ,
( ) ( ) ( ) ( ) ( )22222
2k21k2k2...3k2k +++++++++ (There is a missing term in front
and two more terms at the back.)
( ) ( ) ( ) ( ) ( )22222
1k41k2k2...3k2k +++++++++=
( ) ( ) ( ) ( ) ( ) ( )222222
1k31k2k2...3k2k1k +++++++++++=
( )( ) ( ) ( )22
1k31k2
6
1k71k2k
++++
++
= , by (1)
( ) ( ) ( )[ ] ( )2
1k31k261k7k
6
1k2
+++++
+
= (Combine the first two terms)
( ) [ ] ( )22
1k36k13k7
6
1k2
++++
+
=
( ) ( )( ) ( )2
1k31k6k7
6
1k2
++++
+
=
( ) ( )( ) ( )[ ]1k186k71k2
6
1k
++++
+
=
( ) [ ]24k37k14
6
1k 2
++
+
=
( ) ( )( ) ( ) ( )[ ] ( )[ ]
6
11k711k21k
8k73k2
6
1k +++++
=++
+
=
∴ P(k + 1) is true.
By the Principle of Mathematical Induction, P(n) is true for all natural numbers, n .
Question
1
Prove, by Mathematical Induction, that
( ) ( ) ( ) ( )( )2n1nn
6
1
1n22n...2n31n2n1 ++=⋅+⋅−++−+−+⋅
is true for all natural numbers n.
Discussion
The "up and down" of the L.H.S. makes it difficult to find the middle term, but you can
avoid this.
Solution
Let P(n) be the proposition: ( ) ( ) ( ) ( )( )2n1nn
6
1
1n22n...2n31n2n1 ++=⋅+⋅−++−+−+⋅
For P(1),
L.H.S. = 1, R.H.S. = 1321
6
1
=××× . ∴ P(1) is true.
Assume that P(k) is true for some natural number k, that is
( ) ( ) ( ) ( )( )2k1kk
6
1
1k22k...2k31k2k1 ++=⋅+⋅−++−+−+⋅ …. (1)
For P(k + 1) ,
( ) ( ) ( ) ( ) 11k2k31k...1k3k21k1 ⋅++⋅+⋅−++−+++⋅
( ) ( )[ ] ( )[ ] ( ) [ ] [ ] ( ) 11k11k121k...12k311k21k1 ⋅+++⋅++⋅−+++−++−++⋅=
( ) ( ) ( )
( ) ( )1kk1k...321
1k22k...2k31k2k1
+++−+++++
⋅+⋅−++−+−+⋅=
(The bottom series is arithmetic)
( )( ) ( )( )2k1k
2
1
2k1kk
6
1
+++++= , by (1)
( )( )[ ] ( ) ( )[ ] ( )[ ]21k11k1k
6
1
3k2k1k
6
1
+++++=+++=
∴ P(k + 1) is true.
By the Principle of Mathematical Induction, P(n) is true for all natural numbers, n .
Question
Prove, by Mathematical Induction, that n(n + 1)(n + 2)(n + 3) is divisible by 24, for all natural
numbers n.
Discussion
Mathematical Induction cannot be applied directly. Here we break the proposition into three
parts. Also note that 24 = 4×3×2×1 = 4!
Solution
2
Let P(n) be the proposition:
1. n(n + 1) is divisible by 2! =2.
2. n(n + 1)(n + 2) is divisible by 3! = 6.
3. n(n + 1)(n + 2)(n + 3) is divisible by 4! = 24.
For P(1),
1. 1×2 = 2 is divisible by 2.
2. 1×2×3 = 6 is divisible by 3.
3. 1×2×3×4 = 24 is divisible by 24. ∴ P(1) is true.
Assume that P(k) is true for some natural number k, that is
1. k(k + 1) is divisible by 2, that is, k(k + 1) = 2a …. (1)
2. k(k + 1)(k + 2) is divisible by 6 , that is, k(k + 1)(k + 2) = 6b …. (2)
3. k(k + 1)(k + 2)(k + 3) is divisible by 24 ,
that is, k(k + 1)(k + 2)(k + 3) = 24c …. (3)
where a, b, c are natural numbers.
For P(k + 1) ,
1. (k + 1)(k + 2) = k(k + 1) + 2(k + 1) = 2a + 2(k + 1) , by (1)
= 2 [a + k + 1] …. (4)
, which is divisible by 2.
2. (k + 1)(k + 2)(k + 3) = k(k + 1)(k + 2) + 3(k + 1)(k + 2)
= 6b + 3 × 2[a + k + 1] , by (2), (4)
= 6 [b + a + k + 1] …. (5)
, which is divisible by 6.
3. (k + 1)(k + 2)(k + 3)(k + 4) = k(k + 1)(k + 2)(k + 3) + 4(k + 1)(k + 2)(k + 3)
= 24c + 4 × 6[b + a + k + 1] , by (3) , (5)
= 24 [c + b + a + k + 1]
, which is divisible by 24 .
∴ P(k + 1) is true.
By the Principle of Mathematical Induction, P(n) is true for all natural numbers, n .
Harder Problem :
Prove, by Mathematical Induction, that n(n + 1)(n + 2)(n + 3) …(n + r – 1) is divisible by r ! , for
all natural numbers n, where r = 1, 2, ….
3

More Related Content

What's hot

A Note on Correlated Topic Models
A Note on Correlated Topic ModelsA Note on Correlated Topic Models
A Note on Correlated Topic ModelsTomonari Masada
 
Datastructure tree
Datastructure treeDatastructure tree
Datastructure treerantd
 
Logarithm Bases IA
Logarithm Bases IALogarithm Bases IA
Logarithm Bases IAbank8787
 
Table of transformation of laplace & z
Table of transformation of laplace & zTable of transformation of laplace & z
Table of transformation of laplace & zcairo university
 
Specific Finite Groups(General)
Specific Finite Groups(General)Specific Finite Groups(General)
Specific Finite Groups(General)Shane Nicklas
 
Specific Finite Groups(General)
Specific Finite Groups(General)Specific Finite Groups(General)
Specific Finite Groups(General)Shane Nicklas
 
Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...journal ijrtem
 
Potencias resueltas 1eso (1)
Potencias resueltas 1eso (1)Potencias resueltas 1eso (1)
Potencias resueltas 1eso (1)Lina Manriquez
 
Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...Alexander Litvinenko
 
10.11648.j.pamj.20170601.11
10.11648.j.pamj.20170601.1110.11648.j.pamj.20170601.11
10.11648.j.pamj.20170601.11DAVID GIKUNJU
 
Anti-differentiating approximation algorithms: A case study with min-cuts, sp...
Anti-differentiating approximation algorithms: A case study with min-cuts, sp...Anti-differentiating approximation algorithms: A case study with min-cuts, sp...
Anti-differentiating approximation algorithms: A case study with min-cuts, sp...David Gleich
 
maths revision to help you
 maths revision to help you maths revision to help you
maths revision to help youJakeHornsby3219
 

What's hot (20)

A Note on Correlated Topic Models
A Note on Correlated Topic ModelsA Note on Correlated Topic Models
A Note on Correlated Topic Models
 
Datastructure tree
Datastructure treeDatastructure tree
Datastructure tree
 
Logarithm Bases IA
Logarithm Bases IALogarithm Bases IA
Logarithm Bases IA
 
Integration formulas
Integration formulasIntegration formulas
Integration formulas
 
FDP-libre(1)
FDP-libre(1)FDP-libre(1)
FDP-libre(1)
 
Indefinite Integrals 12
Indefinite Integrals 12Indefinite Integrals 12
Indefinite Integrals 12
 
On the Zeros of Complex Polynomials
On the Zeros of Complex PolynomialsOn the Zeros of Complex Polynomials
On the Zeros of Complex Polynomials
 
Table of transformation of laplace & z
Table of transformation of laplace & zTable of transformation of laplace & z
Table of transformation of laplace & z
 
Tabla trasformada z
Tabla trasformada zTabla trasformada z
Tabla trasformada z
 
Specific Finite Groups(General)
Specific Finite Groups(General)Specific Finite Groups(General)
Specific Finite Groups(General)
 
Specific Finite Groups(General)
Specific Finite Groups(General)Specific Finite Groups(General)
Specific Finite Groups(General)
 
Ecuacion matricial ejemplo resuelto.
Ecuacion matricial ejemplo resuelto.Ecuacion matricial ejemplo resuelto.
Ecuacion matricial ejemplo resuelto.
 
Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...
 
Probability QA 4
Probability QA 4Probability QA 4
Probability QA 4
 
Indefinite Integrals 11
Indefinite Integrals 11Indefinite Integrals 11
Indefinite Integrals 11
 
Potencias resueltas 1eso (1)
Potencias resueltas 1eso (1)Potencias resueltas 1eso (1)
Potencias resueltas 1eso (1)
 
Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...
 
10.11648.j.pamj.20170601.11
10.11648.j.pamj.20170601.1110.11648.j.pamj.20170601.11
10.11648.j.pamj.20170601.11
 
Anti-differentiating approximation algorithms: A case study with min-cuts, sp...
Anti-differentiating approximation algorithms: A case study with min-cuts, sp...Anti-differentiating approximation algorithms: A case study with min-cuts, sp...
Anti-differentiating approximation algorithms: A case study with min-cuts, sp...
 
maths revision to help you
 maths revision to help you maths revision to help you
maths revision to help you
 

Similar to Further mathematics notes zimsec cambridge zimbabwe

Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical InductionEdelyn Cagas
 
Activ.aprendiz. 3a y 3b
Activ.aprendiz. 3a y 3bActiv.aprendiz. 3a y 3b
Activ.aprendiz. 3a y 3bCristian Vaca
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical inductionSman Abbasi
 
Spm add math 2009 paper 1extra222
Spm add math 2009 paper 1extra222Spm add math 2009 paper 1extra222
Spm add math 2009 paper 1extra222Saripah Ahmad Mozac
 
Rosser's theorem
Rosser's theoremRosser's theorem
Rosser's theoremWathna
 
23NCBSE09MAT02TP103V01L1_Polynomials_Factorisation_of_Polynomials.pdf
23NCBSE09MAT02TP103V01L1_Polynomials_Factorisation_of_Polynomials.pdf23NCBSE09MAT02TP103V01L1_Polynomials_Factorisation_of_Polynomials.pdf
23NCBSE09MAT02TP103V01L1_Polynomials_Factorisation_of_Polynomials.pdffatimashifali
 
SMB_2012_HR_VAN_ST-last version
SMB_2012_HR_VAN_ST-last versionSMB_2012_HR_VAN_ST-last version
SMB_2012_HR_VAN_ST-last versionLilyana Vankova
 
Diagram Venn Beserta Contoh Soal
Diagram Venn Beserta Contoh SoalDiagram Venn Beserta Contoh Soal
Diagram Venn Beserta Contoh SoalEman Mendrofa
 
f00a5f08-14cf-4f73-a749-f8e30a016fa4.pdf
f00a5f08-14cf-4f73-a749-f8e30a016fa4.pdff00a5f08-14cf-4f73-a749-f8e30a016fa4.pdf
f00a5f08-14cf-4f73-a749-f8e30a016fa4.pdfSRSstatusking
 
Succesive differntiation
Succesive differntiationSuccesive differntiation
Succesive differntiationJaydevVadachhak
 
【DL輪読会】Unbiased Gradient Estimation for Marginal Log-likelihood
【DL輪読会】Unbiased Gradient Estimation for Marginal Log-likelihood【DL輪読会】Unbiased Gradient Estimation for Marginal Log-likelihood
【DL輪読会】Unbiased Gradient Estimation for Marginal Log-likelihoodDeep Learning JP
 
35182797 additional-mathematics-form-4-and-5-notes
35182797 additional-mathematics-form-4-and-5-notes35182797 additional-mathematics-form-4-and-5-notes
35182797 additional-mathematics-form-4-and-5-notesWendy Pindah
 
IIT Jam math 2016 solutions BY Trajectoryeducation
IIT Jam math 2016 solutions BY TrajectoryeducationIIT Jam math 2016 solutions BY Trajectoryeducation
IIT Jam math 2016 solutions BY TrajectoryeducationDev Singh
 

Similar to Further mathematics notes zimsec cambridge zimbabwe (20)

Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
 
Activ.aprendiz. 3a y 3b
Activ.aprendiz. 3a y 3bActiv.aprendiz. 3a y 3b
Activ.aprendiz. 3a y 3b
 
Text s1 21
Text s1 21Text s1 21
Text s1 21
 
Mathematical induction
Mathematical inductionMathematical induction
Mathematical induction
 
Spm add math 2009 paper 1extra222
Spm add math 2009 paper 1extra222Spm add math 2009 paper 1extra222
Spm add math 2009 paper 1extra222
 
1113 ch 11 day 13
1113 ch 11 day 131113 ch 11 day 13
1113 ch 11 day 13
 
Bessel 1 div_3
Bessel 1 div_3Bessel 1 div_3
Bessel 1 div_3
 
Rosser's theorem
Rosser's theoremRosser's theorem
Rosser's theorem
 
23NCBSE09MAT02TP103V01L1_Polynomials_Factorisation_of_Polynomials.pdf
23NCBSE09MAT02TP103V01L1_Polynomials_Factorisation_of_Polynomials.pdf23NCBSE09MAT02TP103V01L1_Polynomials_Factorisation_of_Polynomials.pdf
23NCBSE09MAT02TP103V01L1_Polynomials_Factorisation_of_Polynomials.pdf
 
SMB_2012_HR_VAN_ST-last version
SMB_2012_HR_VAN_ST-last versionSMB_2012_HR_VAN_ST-last version
SMB_2012_HR_VAN_ST-last version
 
Position Vector.pdf
Position Vector.pdfPosition Vector.pdf
Position Vector.pdf
 
Diagram Venn Beserta Contoh Soal
Diagram Venn Beserta Contoh SoalDiagram Venn Beserta Contoh Soal
Diagram Venn Beserta Contoh Soal
 
f00a5f08-14cf-4f73-a749-f8e30a016fa4.pdf
f00a5f08-14cf-4f73-a749-f8e30a016fa4.pdff00a5f08-14cf-4f73-a749-f8e30a016fa4.pdf
f00a5f08-14cf-4f73-a749-f8e30a016fa4.pdf
 
Succesive differntiation
Succesive differntiationSuccesive differntiation
Succesive differntiation
 
1108 ch 11 day 8
1108 ch 11 day 81108 ch 11 day 8
1108 ch 11 day 8
 
Maths04
Maths04Maths04
Maths04
 
【DL輪読会】Unbiased Gradient Estimation for Marginal Log-likelihood
【DL輪読会】Unbiased Gradient Estimation for Marginal Log-likelihood【DL輪読会】Unbiased Gradient Estimation for Marginal Log-likelihood
【DL輪読会】Unbiased Gradient Estimation for Marginal Log-likelihood
 
Sample question paper 2 with solution
Sample question paper 2 with solutionSample question paper 2 with solution
Sample question paper 2 with solution
 
35182797 additional-mathematics-form-4-and-5-notes
35182797 additional-mathematics-form-4-and-5-notes35182797 additional-mathematics-form-4-and-5-notes
35182797 additional-mathematics-form-4-and-5-notes
 
IIT Jam math 2016 solutions BY Trajectoryeducation
IIT Jam math 2016 solutions BY TrajectoryeducationIIT Jam math 2016 solutions BY Trajectoryeducation
IIT Jam math 2016 solutions BY Trajectoryeducation
 

More from Alpro

Accounting 970602 paper 2 structured questions october november 2008
Accounting 970602 paper 2 structured questions october november 2008 Accounting 970602 paper 2 structured questions october november 2008
Accounting 970602 paper 2 structured questions october november 2008 Alpro
 
Accounting 970602 paper 2 structured questions october november 2007
Accounting 970602 paper 2 structured questions october november 2007 Accounting 970602 paper 2 structured questions october november 2007
Accounting 970602 paper 2 structured questions october november 2007 Alpro
 
Accounting 970602 paper 2 structured questions october november 2006
Accounting 970602 paper 2 structured questions october november 2006 Accounting 970602 paper 2 structured questions october november 2006
Accounting 970602 paper 2 structured questions october november 2006 Alpro
 
Accounting 970602 paper 2 structured questions for examination from 2016 spec...
Accounting 970602 paper 2 structured questions for examination from 2016 spec...Accounting 970602 paper 2 structured questions for examination from 2016 spec...
Accounting 970602 paper 2 structured questions for examination from 2016 spec...Alpro
 
Accounting 970602 paper 2 core topics for examination from 2010 specimen paper
Accounting 970602 paper 2 core topics for examination from 2010 specimen paperAccounting 970602 paper 2 core topics for examination from 2010 specimen paper
Accounting 970602 paper 2 core topics for examination from 2010 specimen paperAlpro
 
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...Alpro
 
Accounting 970601 paper 1 multiple choice october november 2008
Accounting 970601 paper 1 multiple choice october november 2008 Accounting 970601 paper 1 multiple choice october november 2008
Accounting 970601 paper 1 multiple choice october november 2008 Alpro
 
Accounting 970601 paper 1 multiple choice october november 2007
Accounting 970601 paper 1 multiple choice october november 2007 Accounting 970601 paper 1 multiple choice october november 2007
Accounting 970601 paper 1 multiple choice october november 2007 Alpro
 
Accounting 970601 paper 1 multiple choice october november 2006
Accounting 970601 paper 1 multiple choice october november 2006 Accounting 970601 paper 1 multiple choice october november 2006
Accounting 970601 paper 1 multiple choice october november 2006 Alpro
 
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...Alpro
 
Accounting 97064 paper 4 problem solving (extension topics) may june session ...
Accounting 97064 paper 4 problem solving (extension topics) may june session ...Accounting 97064 paper 4 problem solving (extension topics) may june session ...
Accounting 97064 paper 4 problem solving (extension topics) may june session ...Alpro
 
Accounting 97062 paper 2 structured questions may june session 2002
Accounting 97062 paper 2 structured questions may june session 2002 Accounting 97062 paper 2 structured questions may june session 2002
Accounting 97062 paper 2 structured questions may june session 2002 Alpro
 
Accounting 97061 paper 1 multiple choice october november 201
Accounting 97061 paper 1 multiple choice october november 201 Accounting 97061 paper 1 multiple choice october november 201
Accounting 97061 paper 1 multiple choice october november 201 Alpro
 
Accounting 97061 paper 1 multiple choice may june session 2002
Accounting 97061 paper 1 multiple choice may june session 2002 Accounting 97061 paper 1 multiple choice may june session 2002
Accounting 97061 paper 1 multiple choice may june session 2002 Alpro
 
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...Alpro
 
Accounting 9706 31 paper 3 multiple choice october november 2013
Accounting 9706 31 paper 3 multiple choice october november 2013 Accounting 9706 31 paper 3 multiple choice october november 2013
Accounting 9706 31 paper 3 multiple choice october november 2013 Alpro
 
Accounting 9706 11 paper 1 multiple choice october november 2014
Accounting 9706 11 paper 1 multiple choice october november 2014Accounting 9706 11 paper 1 multiple choice october november 2014
Accounting 9706 11 paper 1 multiple choice october november 2014Alpro
 
9706 accounting november 2012 principal examiner report for teachers 2012 ac...
9706 accounting november 2012 principal examiner report for teachers  2012 ac...9706 accounting november 2012 principal examiner report for teachers  2012 ac...
9706 accounting november 2012 principal examiner report for teachers 2012 ac...Alpro
 
9706 accounting november 2011 principal examiner report for teachers 2011 ac...
9706 accounting november 2011 principal examiner report for teachers  2011 ac...9706 accounting november 2011 principal examiner report for teachers  2011 ac...
9706 accounting november 2011 principal examiner report for teachers 2011 ac...Alpro
 
9706 accounting november 2011 grade thresholds university of cambridge intern...
9706 accounting november 2011 grade thresholds university of cambridge intern...9706 accounting november 2011 grade thresholds university of cambridge intern...
9706 accounting november 2011 grade thresholds university of cambridge intern...Alpro
 

More from Alpro (20)

Accounting 970602 paper 2 structured questions october november 2008
Accounting 970602 paper 2 structured questions october november 2008 Accounting 970602 paper 2 structured questions october november 2008
Accounting 970602 paper 2 structured questions october november 2008
 
Accounting 970602 paper 2 structured questions october november 2007
Accounting 970602 paper 2 structured questions october november 2007 Accounting 970602 paper 2 structured questions october november 2007
Accounting 970602 paper 2 structured questions october november 2007
 
Accounting 970602 paper 2 structured questions october november 2006
Accounting 970602 paper 2 structured questions october november 2006 Accounting 970602 paper 2 structured questions october november 2006
Accounting 970602 paper 2 structured questions october november 2006
 
Accounting 970602 paper 2 structured questions for examination from 2016 spec...
Accounting 970602 paper 2 structured questions for examination from 2016 spec...Accounting 970602 paper 2 structured questions for examination from 2016 spec...
Accounting 970602 paper 2 structured questions for examination from 2016 spec...
 
Accounting 970602 paper 2 core topics for examination from 2010 specimen paper
Accounting 970602 paper 2 core topics for examination from 2010 specimen paperAccounting 970602 paper 2 core topics for examination from 2010 specimen paper
Accounting 970602 paper 2 core topics for examination from 2010 specimen paper
 
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...
Accounting 970602 paper 2 core topics for examination from 2010 specimen mark...
 
Accounting 970601 paper 1 multiple choice october november 2008
Accounting 970601 paper 1 multiple choice october november 2008 Accounting 970601 paper 1 multiple choice october november 2008
Accounting 970601 paper 1 multiple choice october november 2008
 
Accounting 970601 paper 1 multiple choice october november 2007
Accounting 970601 paper 1 multiple choice october november 2007 Accounting 970601 paper 1 multiple choice october november 2007
Accounting 970601 paper 1 multiple choice october november 2007
 
Accounting 970601 paper 1 multiple choice october november 2006
Accounting 970601 paper 1 multiple choice october november 2006 Accounting 970601 paper 1 multiple choice october november 2006
Accounting 970601 paper 1 multiple choice october november 2006
 
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...
Accounting 970601 paper 1 multiple choice for examination from 2016 specimen ...
 
Accounting 97064 paper 4 problem solving (extension topics) may june session ...
Accounting 97064 paper 4 problem solving (extension topics) may june session ...Accounting 97064 paper 4 problem solving (extension topics) may june session ...
Accounting 97064 paper 4 problem solving (extension topics) may june session ...
 
Accounting 97062 paper 2 structured questions may june session 2002
Accounting 97062 paper 2 structured questions may june session 2002 Accounting 97062 paper 2 structured questions may june session 2002
Accounting 97062 paper 2 structured questions may june session 2002
 
Accounting 97061 paper 1 multiple choice october november 201
Accounting 97061 paper 1 multiple choice october november 201 Accounting 97061 paper 1 multiple choice october november 201
Accounting 97061 paper 1 multiple choice october november 201
 
Accounting 97061 paper 1 multiple choice may june session 2002
Accounting 97061 paper 1 multiple choice may june session 2002 Accounting 97061 paper 1 multiple choice may june session 2002
Accounting 97061 paper 1 multiple choice may june session 2002
 
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...
Accounting 9706 41 paper 4 problem solving (supplementary topics) october nov...
 
Accounting 9706 31 paper 3 multiple choice october november 2013
Accounting 9706 31 paper 3 multiple choice october november 2013 Accounting 9706 31 paper 3 multiple choice october november 2013
Accounting 9706 31 paper 3 multiple choice october november 2013
 
Accounting 9706 11 paper 1 multiple choice october november 2014
Accounting 9706 11 paper 1 multiple choice october november 2014Accounting 9706 11 paper 1 multiple choice october november 2014
Accounting 9706 11 paper 1 multiple choice october november 2014
 
9706 accounting november 2012 principal examiner report for teachers 2012 ac...
9706 accounting november 2012 principal examiner report for teachers  2012 ac...9706 accounting november 2012 principal examiner report for teachers  2012 ac...
9706 accounting november 2012 principal examiner report for teachers 2012 ac...
 
9706 accounting november 2011 principal examiner report for teachers 2011 ac...
9706 accounting november 2011 principal examiner report for teachers  2011 ac...9706 accounting november 2011 principal examiner report for teachers  2011 ac...
9706 accounting november 2011 principal examiner report for teachers 2011 ac...
 
9706 accounting november 2011 grade thresholds university of cambridge intern...
9706 accounting november 2011 grade thresholds university of cambridge intern...9706 accounting november 2011 grade thresholds university of cambridge intern...
9706 accounting november 2011 grade thresholds university of cambridge intern...
 

Recently uploaded

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 

Further mathematics notes zimsec cambridge zimbabwe

  • 1. Mathematical Induction TAKUDZWA CAITANO Question Prove, by Mathematical Induction, that ( ) ( ) ( ) ( ) ( )( ) 6 1n71n2n n2...3n2n1n 2222 ++ =+++++++ is true for all natural numbers n. Discussion Some readers may find it difficult to write the L.H.S. in P(k + 1). Some cannot factorize the L.H.S. and are forced to expand everything. For P(1), L.H.S. = 22 = 4, R.H.S. = 4 6 831 = ×× . ∴ P(1) is true. Assume that P(k) is true for some natural number k, that is ( ) ( ) ( ) ( ) ( )( ) 6 1k71k2k k2...3k2k1k 2222 ++ =+++++++ …. (1) For P(k + 1) , ( ) ( ) ( ) ( ) ( )22222 2k21k2k2...3k2k +++++++++ (There is a missing term in front and two more terms at the back.) ( ) ( ) ( ) ( ) ( )22222 1k41k2k2...3k2k +++++++++= ( ) ( ) ( ) ( ) ( ) ( )222222 1k31k2k2...3k2k1k +++++++++++= ( )( ) ( ) ( )22 1k31k2 6 1k71k2k ++++ ++ = , by (1) ( ) ( ) ( )[ ] ( )2 1k31k261k7k 6 1k2 +++++ + = (Combine the first two terms) ( ) [ ] ( )22 1k36k13k7 6 1k2 ++++ + = ( ) ( )( ) ( )2 1k31k6k7 6 1k2 ++++ + = ( ) ( )( ) ( )[ ]1k186k71k2 6 1k ++++ + = ( ) [ ]24k37k14 6 1k 2 ++ + = ( ) ( )( ) ( ) ( )[ ] ( )[ ] 6 11k711k21k 8k73k2 6 1k +++++ =++ + = ∴ P(k + 1) is true. By the Principle of Mathematical Induction, P(n) is true for all natural numbers, n . Question 1
  • 2. Prove, by Mathematical Induction, that ( ) ( ) ( ) ( )( )2n1nn 6 1 1n22n...2n31n2n1 ++=⋅+⋅−++−+−+⋅ is true for all natural numbers n. Discussion The "up and down" of the L.H.S. makes it difficult to find the middle term, but you can avoid this. Solution Let P(n) be the proposition: ( ) ( ) ( ) ( )( )2n1nn 6 1 1n22n...2n31n2n1 ++=⋅+⋅−++−+−+⋅ For P(1), L.H.S. = 1, R.H.S. = 1321 6 1 =××× . ∴ P(1) is true. Assume that P(k) is true for some natural number k, that is ( ) ( ) ( ) ( )( )2k1kk 6 1 1k22k...2k31k2k1 ++=⋅+⋅−++−+−+⋅ …. (1) For P(k + 1) , ( ) ( ) ( ) ( ) 11k2k31k...1k3k21k1 ⋅++⋅+⋅−++−+++⋅ ( ) ( )[ ] ( )[ ] ( ) [ ] [ ] ( ) 11k11k121k...12k311k21k1 ⋅+++⋅++⋅−+++−++−++⋅= ( ) ( ) ( ) ( ) ( )1kk1k...321 1k22k...2k31k2k1 +++−+++++ ⋅+⋅−++−+−+⋅= (The bottom series is arithmetic) ( )( ) ( )( )2k1k 2 1 2k1kk 6 1 +++++= , by (1) ( )( )[ ] ( ) ( )[ ] ( )[ ]21k11k1k 6 1 3k2k1k 6 1 +++++=+++= ∴ P(k + 1) is true. By the Principle of Mathematical Induction, P(n) is true for all natural numbers, n . Question Prove, by Mathematical Induction, that n(n + 1)(n + 2)(n + 3) is divisible by 24, for all natural numbers n. Discussion Mathematical Induction cannot be applied directly. Here we break the proposition into three parts. Also note that 24 = 4×3×2×1 = 4! Solution 2
  • 3. Let P(n) be the proposition: 1. n(n + 1) is divisible by 2! =2. 2. n(n + 1)(n + 2) is divisible by 3! = 6. 3. n(n + 1)(n + 2)(n + 3) is divisible by 4! = 24. For P(1), 1. 1×2 = 2 is divisible by 2. 2. 1×2×3 = 6 is divisible by 3. 3. 1×2×3×4 = 24 is divisible by 24. ∴ P(1) is true. Assume that P(k) is true for some natural number k, that is 1. k(k + 1) is divisible by 2, that is, k(k + 1) = 2a …. (1) 2. k(k + 1)(k + 2) is divisible by 6 , that is, k(k + 1)(k + 2) = 6b …. (2) 3. k(k + 1)(k + 2)(k + 3) is divisible by 24 , that is, k(k + 1)(k + 2)(k + 3) = 24c …. (3) where a, b, c are natural numbers. For P(k + 1) , 1. (k + 1)(k + 2) = k(k + 1) + 2(k + 1) = 2a + 2(k + 1) , by (1) = 2 [a + k + 1] …. (4) , which is divisible by 2. 2. (k + 1)(k + 2)(k + 3) = k(k + 1)(k + 2) + 3(k + 1)(k + 2) = 6b + 3 × 2[a + k + 1] , by (2), (4) = 6 [b + a + k + 1] …. (5) , which is divisible by 6. 3. (k + 1)(k + 2)(k + 3)(k + 4) = k(k + 1)(k + 2)(k + 3) + 4(k + 1)(k + 2)(k + 3) = 24c + 4 × 6[b + a + k + 1] , by (3) , (5) = 24 [c + b + a + k + 1] , which is divisible by 24 . ∴ P(k + 1) is true. By the Principle of Mathematical Induction, P(n) is true for all natural numbers, n . Harder Problem : Prove, by Mathematical Induction, that n(n + 1)(n + 2)(n + 3) …(n + r – 1) is divisible by r ! , for all natural numbers n, where r = 1, 2, …. 3