Mathematical Induction Explained
Mathematical Induction Explained
ANCY
Chapter 2
Mathematical Induction
2.1 Introduction
Mathematical induction is a powerful and elegant technique for proving certain type of
mathematical statements, general propositions which assert that something is true for all
natural numbers or for all natural numbers from some point on.
One of the techniques to prove mathematical statements discussed in this chapter is the
Principle of Mathematical Induction.
The actual term mathematical induction was first used by De Morgan, even though the
method was used by Fermat, Pascal and others before him.
The method is used in many branches of higher mathematics.
Before we state the principle of mathematical induction, let us consider an example.
Consider the sum of the first n odd positive integers. That is,
if 𝑛𝑛 = 1, 1 = 12
if 𝑛𝑛 = 2, 1+3 =4 = 22 ,
if 𝑛𝑛 = 3, 1+3+5 =9 = 32 ,
if 𝑛𝑛 = 4, 1+3+5+7 = 16 = 42 ,
if 𝑛𝑛 = 5, 1+3+5+7+9 = 25 = 52 ,
if 𝑛𝑛 = 6, 1 + 3 + 5 + 7 + 9 + 11 = 36 = 62 .
From the results above, it looks as if the sum of the first 𝒏𝒏 odd natural numbers is always
given by 𝒏𝒏𝟐𝟐 .
To express this statement symbolically, first observe that the 𝒏𝒏𝐭𝐭𝐭𝐭 odd natural number is
𝟐𝟐𝟐𝟐 − 𝟏𝟏. Then the statement can be expressed as:
1 + 3 + 5 + 7 + 9 + … + (2𝑛𝑛 − 1) = 𝑛𝑛2 --- (1)
Although from this pattern we might conjecture that statement (1) is true for any choice of 𝑛𝑛,
can we really be sure that it does not fail for some choice of n?
We have seen that the statement is true for 𝒏𝒏 = 𝟏𝟏, 𝟐𝟐, 𝟑𝟑, 𝟒𝟒, 𝟓𝟓, 𝟔𝟔 by direct calculation.
Is the statement true for any natural number 𝑛𝑛?
Actually, no matter how many cases we check, we can never prove that the statement is
always true because there are infinitely many cases and direct calculation cannot check them all.
The method of proof by mathematical induction will, in fact, prove that any mathematical
statement like (1) is true for all natural numbers 𝑛𝑛.
---------------------------------------------------------------------------------------------------------------------------
GRADE 12 MATHEMATICS
P a g e |2 Aung Pan Tine (Education Center) [Link]
GRADE 12 MATHEMATICS
P a g e |3 Aung Pan Tine (Education Center) [Link]
(3) Hence, by principle of mathematical induction, the statement 𝑃𝑃(𝑛𝑛) is true for all natural
numbers 𝑛𝑛.
---------------------------------------------------------------------------------------------------------------------------
Example 2.
𝑛𝑛(𝑛𝑛+1)
Use the mathematical induction principle to prove that 1 + 2 + 3 + ⋯ + 𝑛𝑛 = ,for all
2
natural numbers 𝑛𝑛.
Solution:
𝑛𝑛(𝑛𝑛+1)
Let 𝑃𝑃(𝑛𝑛) denote the statement 1 + 2 + 3 + ⋯ + 𝑛𝑛 = ,
2
(1) For 𝑛𝑛 = 1, L.H.S = 1,
1(1+1)
R.H.S = =1
2
L.H.S = R.H.S
The statement is true for 𝑛𝑛 = 1.
(2) Assume that the statement is true for 𝑛𝑛 = 𝑘𝑘, that is
𝑘𝑘(𝑘𝑘+1)
1 + 2 + 3 + ⋯ + 𝑘𝑘 = ,
2
We will show that the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1, that is
(𝑘𝑘+1)(𝑘𝑘+2)
we have to show that 1 + 2 + 3 + ⋯ + 𝑘𝑘 + (𝑘𝑘 + 1) = ,
2
𝒌𝒌(𝒌𝒌+𝟏𝟏)
It is proved that 𝟏𝟏 + 𝟐𝟐 + 𝟑𝟑 + ⋯ + 𝒌𝒌 + (𝑘𝑘 + 1) = + (𝑘𝑘 + 1)
𝟐𝟐
𝑘𝑘 2 +𝑘𝑘+2𝑘𝑘+2
=
2
𝑘𝑘 2 +3𝑘𝑘+2
=
2
(𝑘𝑘+1)(𝑘𝑘+2)
=
2
Therefore, the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1.
(3) Hence, by principle of mathematical induction, the statement 𝑃𝑃(𝑛𝑛) is true for all natural
numbers 𝑛𝑛.
---------------------------------------------------------------------------------------------------------------------------
In some cases, a statement involving, a variable n holds when the natural numbers 𝑛𝑛 ≥ 𝑚𝑚,
𝑚𝑚 ∈ 𝑁𝑁 and the statement does not hold when 𝑛𝑛 < 𝑚𝑚.
In this case, we will prove that the statement is true for 𝑛𝑛 = 𝑚𝑚 in the initial step.
---------------------------------------------------------------------------------------------------------------------------
GRADE 12 MATHEMATICS
P a g e |4 Aung Pan Tine (Education Center) [Link]
Example 3.
Use the mathematical induction principle to prove that 3𝑛𝑛 − 1 is a multiple of 2 for all natural
numbers 𝑛𝑛.
Solution
Let 𝑃𝑃(𝑛𝑛) denotes the statement 3𝑛𝑛 − 1 is a multiple of 2.
(1) For 𝑛𝑛 = 1, 31 − 1 = 2 which is a multiple of 2.
The statement is true for 𝑛𝑛 = 1.
(2) Assume that the statement is true for 𝑛𝑛 = 𝑘𝑘, that is
3𝑘𝑘 − 1 is a multiple of 2.
We will show that the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1, that is
we have to show that 3𝑘𝑘+1 − 1 is a multiple of 2.
we prove that 3𝑘𝑘+1 − 1 = 3 . 3𝑘𝑘 − 1 = 2 . 3𝑘𝑘 + 3𝑘𝑘 −1.
Since 2 . 3𝑘𝑘 is a multiple of 2 and 3𝑘𝑘 −1 is a multiple of 2, we can say that 2 . 3𝑘𝑘 + 3𝑘𝑘 −1 is
also a multiple of 2.
So, 3𝑘𝑘+1 − 1 is also a multiple of 2.
Therefore, the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1.
(3) Hence, by principle of mathematical induction, the statement 𝑃𝑃(𝑛𝑛) is true for all natural
numbers 𝑛𝑛.
---------------------------------------------------------------------------------------------------------------------------
Example 4.
Prove that (𝑎𝑎𝑎𝑎)𝑛𝑛 = 𝑎𝑎𝑛𝑛 𝑏𝑏 𝑛𝑛 for every natural number 𝑛𝑛.
Solution
Let 𝑃𝑃(𝑛𝑛) denote the statement (𝑎𝑎𝑎𝑎)𝑛𝑛 = 𝑎𝑎𝑛𝑛 𝑏𝑏 𝑛𝑛 .
(1) For 𝑛𝑛 = 1, L.H.S = (𝑎𝑎𝑎𝑎)1 = 𝑎𝑎𝑎𝑎
R.H.S = 𝑎𝑎1 𝑏𝑏1 = 𝑎𝑎𝑎𝑎
L.H.S = R.H.S
The statement is true for 𝑛𝑛 = 1.
(2) Assume that the statement is true for 𝑛𝑛 = 𝑘𝑘, that is
(𝑎𝑎𝑎𝑎)𝑘𝑘 = 𝑎𝑎𝑘𝑘 𝑏𝑏𝑘𝑘
We will show that the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1, that is
we have to show that (𝑎𝑎𝑎𝑎)𝑘𝑘+1 = 𝑎𝑎𝑘𝑘+1 𝑏𝑏𝑘𝑘+1
It is prove that (𝑎𝑎𝑎𝑎)𝑘𝑘+1 = (𝒂𝒂𝒂𝒂)𝒌𝒌 (𝑎𝑎𝑎𝑎) = �𝒂𝒂𝒌𝒌 𝒃𝒃𝒌𝒌 � (𝑎𝑎𝑎𝑎) = 𝑎𝑎𝑘𝑘+1 𝑏𝑏𝑘𝑘+1.
Therefore, the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1.
(3) Hence, by principle of mathematical induction, the statement 𝑃𝑃(𝑛𝑛) is true for all natural
numbers 𝑛𝑛.
---------------------------------------------------------------------------------------------------------------------------
GRADE 12 MATHEMATICS
P a g e |5 Aung Pan Tine (Education Center) [Link]
Example 5.
(2𝑛𝑛−1)3𝑛𝑛+1 +3
Prove that 1.3 + 2. 32 + 3. 33 + ⋯ + 𝑛𝑛. 3𝑛𝑛 = for all natural number n by the use of
4
GRADE 12 MATHEMATICS
P a g e |6 Aung Pan Tine (Education Center) [Link]
GRADE 12 MATHEMATICS
P a g e |7 Aung Pan Tine (Education Center) [Link]
Solution:
3𝑛𝑛 −1
Let 𝑃𝑃(𝑛𝑛) denote the statement 1 + 3 + 32 + … + 3𝑛𝑛−1 =
2
(1) For 𝑛𝑛 = 1, L.H.S = 1
31 −1
R.H.S = =1
2
L.H.S = R.H.S.
The statement is true for 𝑛𝑛 = 1.
(2) Assume that the statement is true for 𝑛𝑛 = 𝑘𝑘, that is
3𝑘𝑘 −1
1 + 3 + 32 + … + 3𝑘𝑘−1 =
2
We will show that the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1, that is we have to show that
3𝑘𝑘+1 −1
1 + 3 + 32 + … + 3𝑘𝑘−1 + 3𝑘𝑘 = .
2
L.H.S = 1 + 3 + 32 + … + 𝟑𝟑𝒌𝒌−𝟏𝟏 + 3𝑘𝑘
𝟑𝟑𝒌𝒌 −𝟏𝟏
= + 3𝑘𝑘
𝟐𝟐
3𝑘𝑘 −1+2.3𝑘𝑘
=
2
3𝑘𝑘 +2.3𝑘𝑘 −1
=
2
3𝑘𝑘 (1+2)−1
=
2
3𝑘𝑘 .3−1 3𝑘𝑘+1 −1
= = = R.H.S.
2 2
Therefore, the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1.
(3) Hence, by principle of mathematical induction, the statement 𝑃𝑃(𝑛𝑛) is true for all natural
numbers 𝑛𝑛.
---------------------------------------------------------------------------------------------------------------------------
GRADE 12 MATHEMATICS
P a g e |8 Aung Pan Tine (Education Center) [Link]
𝑛𝑛(𝑛𝑛+1) 2
(b) 13 + 23 + 33 + … + 𝑛𝑛3 = � � .
2
Solution:
𝑛𝑛(𝑛𝑛+1) 2
Let 𝑃𝑃(𝑛𝑛) denote the statement 13 + 23 + 33 + … + 𝑛𝑛3 = � �
2
(1) For 𝑛𝑛 = 1, L.H.S = 1
1(1+1) 2
R.H.S = � � = 1.
2
L.H.S = R.H.S
The statement is true for 𝑛𝑛 = 1.
(2) Assume that the statement is true for 𝑛𝑛 = 𝑘𝑘, that is
𝑘𝑘(𝑘𝑘+1) 2
13 + 23 + 33 + … + 𝑘𝑘3 = � �
2
We will show that the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1, that is we have to show that
(𝑘𝑘+1)(𝑘𝑘+2) 2
13 + 23 + 33 + … + 𝑘𝑘3 + (𝑘𝑘 + 1)3 = � �
2
L.H.S = 13 + 23 + 33 + … + 𝒌𝒌𝟑𝟑 + (𝑘𝑘 + 1)3
𝒌𝒌(𝒌𝒌+𝟏𝟏) 𝟐𝟐
= � 𝟐𝟐
� + (𝑘𝑘 + 1)3
𝑘𝑘 2
= (𝑘𝑘 + 1)2 � 4 + 𝑘𝑘 + 1�
𝑘𝑘 2 +4𝑘𝑘+4
=(𝑘𝑘 + 1)2 � �
4
𝑘𝑘+2 2
=(𝑘𝑘 + 1)2 � 2
�
(𝑘𝑘+1)(𝑘𝑘+2) 2
=� � = R.H.S.
2
Therefore, the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1.
(3) Hence, by principle of mathematical induction, the statement 𝑃𝑃(𝑛𝑛) is true for all natural
numbers 𝑛𝑛.
---------------------------------------------------------------------------------------------------------------------------
(c) 23 + 43 + 63 + … + (2𝑛𝑛)3 = 2𝑛𝑛2 (𝑛𝑛 + 1)2
Solution:
Let 𝑃𝑃(𝑛𝑛) denote the statement 23 + 43 + 63 + … + (2𝑛𝑛)3 = 2𝑛𝑛2 (𝑛𝑛 + 1)2
(1) For 𝑛𝑛 = 1, L.H.S = 23 = 8,
R.H.S = 2(1)2 (1 + 1)2 = 8.
L.H.S = R.H.S
GRADE 12 MATHEMATICS
P a g e |9 Aung Pan Tine (Education Center) [Link]
Solution:
Let 𝑃𝑃(𝑛𝑛) denote the statement
1
(1 . 2) + (2 . 3) + (3 . 4) + … + 𝑛𝑛 (𝑛𝑛 + 1) = 𝑛𝑛 (𝑛𝑛 + 1) (𝑛𝑛 + 2)
3
(1) For 𝑛𝑛 = 1, L.H.S = (1 . 2) = 2,
1
R.H.S = (1) (2) (3) = 2.
3
L.H.S = R.H.S
The statement is true for 𝑛𝑛 = 1.
(2) Assume that the statement is true for 𝑛𝑛 = 𝑘𝑘, that is
1
(1 . 2) + (2 . 3) + (3 . 4) + … + 𝑘𝑘 (𝑘𝑘 + 1) = 𝑘𝑘 (𝑘𝑘 + 1) (𝑘𝑘 + 2)
3
We will show that the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1, that is we have to show that
1
(1 . 2)+(2 . 3)+(3 . 4) + … + 𝑘𝑘(𝑘𝑘 + 1) + (𝑘𝑘 + 1) (𝑘𝑘 + 2) = (𝑘𝑘 + 1) (𝑘𝑘 + 2) (𝑘𝑘 + 3)
3
L.H.S = (1 . 2) + (2 . 3) + (3 . 4) + … + 𝒌𝒌 (𝒌𝒌 + 𝟏𝟏) + (𝑘𝑘 + 1) (𝑘𝑘 + 2)
𝟏𝟏
= 𝒌𝒌 (𝒌𝒌 + 𝟏𝟏) (𝒌𝒌 + 𝟐𝟐) + (𝑘𝑘 + 1) (𝑘𝑘 + 2)
𝟑𝟑
1
= (𝑘𝑘 + 1) (𝑘𝑘 + 2) (𝑘𝑘 + 3) = R.H.S
3
GRADE 12 MATHEMATICS
P a g e | 10 Aung Pan Tine (Education Center) [Link]
---------------------------------------------------------------------------------------------------------------------------
1 1 1 1 1
(e) + + +…+ =1−
2 4 8 2𝑛𝑛 2𝑛𝑛
Solution:
1 1 1 1 1
Let 𝑃𝑃(𝑛𝑛) denote the statement + + + … + =1−
2 4 8 2𝑛𝑛 2𝑛𝑛
1
(1) For 𝑛𝑛 = 1, L.H.S = ,
2
1 1
R.H.S = 1 − =
2 2
L.H.S = R.H.S
The statement is true for 𝑛𝑛 = 1.
(2) Assume that the statement is true for 𝑛𝑛 = 𝑘𝑘, that is
1 1 1 1 1
+ + +…+ =1−
2 4 8 2𝑘𝑘 2𝑘𝑘
We will show that the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1, that is we have to show that
1 1 1 1 1 1
+ + +…+ 𝑘𝑘
+ 𝑘𝑘+1
=1−
2 4 8 2 2 2𝑘𝑘+1
𝟏𝟏 𝟏𝟏 𝟏𝟏 𝟏𝟏 1
L.H.S = + + +…+ 𝒌𝒌
+
𝟐𝟐 𝟒𝟒 𝟖𝟖 𝟐𝟐 2𝑘𝑘+1
𝟏𝟏 1
=1− +
𝟐𝟐𝒌𝒌 2𝑘𝑘+1
2 1
=1− +
2𝑘𝑘+1 2𝑘𝑘+1
1
=1− = R.H.S
2𝑘𝑘+1
Therefore, the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1.
(3) Hence, by principle of mathematical induction, the statement 𝑃𝑃(𝑛𝑛) is true for all natural
numbers 𝑛𝑛.
---------------------------------------------------------------------------------------------------------------------------
(f) 1 + 2 + 22 + … + 2𝑛𝑛−1 = 2𝑛𝑛 − 1
Solution:
Let 𝑃𝑃(𝑛𝑛) denote the statement 1 + 2 + 22 + … + 2𝑛𝑛−1 = 2𝑛𝑛 − 1
(1) For 𝑛𝑛 = 1, L.H.S = 1,
R.H.S = 21 − 1 = 2 − 1 = 1
L.H.S = R.H.S
The statement is true for 𝑛𝑛 = 1.
(2) Assume that the statement is true for 𝑛𝑛 = 𝑘𝑘, that is
1 + 2 + 22 + … + 2𝑘𝑘−1 = 2𝑘𝑘 − 1
GRADE 12 MATHEMATICS
P a g e | 11 Aung Pan Tine (Education Center) [Link]
We will show that the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1, that is we have to show that
1 + 2 + 22 + … + 2𝑘𝑘−1 + 2𝑘𝑘 = 2𝑘𝑘+1 − 1
L.H.S = 𝟏𝟏 + 𝟐𝟐 + 𝟐𝟐𝟐𝟐 + … + 𝟐𝟐𝒌𝒌−𝟏𝟏 + 2𝑘𝑘
= 𝟐𝟐𝒌𝒌 − 𝟏𝟏 + 2𝑘𝑘
= 2.2𝑘𝑘 − 1
= 2𝑘𝑘+1 − 1 = R.H.S
Therefore, the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1.
(3) Hence, by principle of mathematical induction, the statement 𝑃𝑃(𝑛𝑛) is true for all natural
numbers 𝑛𝑛.
---------------------------------------------------------------------------------------------------------------------------
1 1 1 1 𝑛𝑛
(g) + + +…+ =
1. 2 2. 3 3. 4 𝑛𝑛 (𝑛𝑛+1) (𝑛𝑛+1)
Solution:
1 1 1 1 𝑛𝑛
Let 𝑃𝑃(𝑛𝑛) denote the statement + + +…+ =
1. 2 2. 3 3. 4 𝑛𝑛 (𝑛𝑛+1) (𝑛𝑛+1)
1 1
(1) For 𝑛𝑛 = 1, L.H.S = = ,
1. 2 2
1 1
R.H.S = =
(1+1) 2
L.H.S = R.H.S
The statement is true for 𝑛𝑛 = 1.
(2) Assume that the statement is true for 𝑛𝑛 = 𝑘𝑘, that is
1 1 1 1 𝑘𝑘
+ + +…+ =
1. 2 2. 3 3. 4 𝑘𝑘 (𝑘𝑘+1) (𝑘𝑘+1)
We will show that the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1, that is we have to show that
1 1 1 1 1 𝑘𝑘+1
+ + +…+ + =
1. 2 2. 3 3. 4 𝑘𝑘 (𝑘𝑘+1) (𝑘𝑘+1) (𝑘𝑘+2) (𝑘𝑘+1)
𝟏𝟏 𝟏𝟏 𝟏𝟏 𝟏𝟏 1
L.H.S = + + +…+ +
𝟏𝟏 . 𝟐𝟐 𝟐𝟐 . 𝟑𝟑 𝟑𝟑 . 𝟒𝟒 𝒌𝒌 (𝒌𝒌+𝟏𝟏) (𝑘𝑘+1) (𝑘𝑘+2)
𝒌𝒌 1
= +
𝒌𝒌+𝟏𝟏 (𝑘𝑘+1) (𝑘𝑘+2)
𝑘𝑘 2 +2𝑘𝑘+1
=
(𝑘𝑘+1) (𝑘𝑘+2)
(𝑘𝑘+1)2
=
(𝑘𝑘+1) (𝑘𝑘+2)
𝑘𝑘+1
= = R.H.S
𝑘𝑘+2
Therefore, the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1.
GRADE 12 MATHEMATICS
P a g e | 12 Aung Pan Tine (Education Center) [Link]
(3) Hence, by principle of mathematical induction, the statement 𝑃𝑃(𝑛𝑛) is true for all natural
numbers 𝑛𝑛.
---------------------------------------------------------------------------------------------------------------------------
2. Prove that 3 is a factor of 4𝑛𝑛 − 1 for all natural numbers 𝑛𝑛 by using the mathematical
induction.
Solution:
Let 𝑃𝑃(𝑛𝑛) denote the statement 3 is a factor of 4𝑛𝑛 − 1 .
(1) For 𝑛𝑛 = 1, 41 − 1 = 4 − 1 = 3
So, 3 is a factor of 41 − 1 .
The statement is true for 𝑛𝑛 = 1.
(2) Assume that the statement is true for 𝑛𝑛 = 𝑘𝑘, that is
3 is a factor of 4𝑘𝑘 − 1 .
Let 4𝑘𝑘 − 1 = 3𝑚𝑚, 𝑚𝑚 ∈ 𝑁𝑁
We will show that the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1, that is we have to show that
3 is a factor of 4𝑘𝑘+1 − 1 .
4𝑘𝑘+1 − 1 = 4 . 4𝑘𝑘 − 1
= 3 . 4𝑘𝑘 + 𝟒𝟒𝒌𝒌 − 1
= 3 . 4𝑘𝑘 + 𝟑𝟑𝟑𝟑
= 3 (4𝑘𝑘 + 𝑚𝑚)
So, 3 is a factor of 4𝑘𝑘+1 − 1 .
Therefore, the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1.
(3) Hence, by principle of mathematical induction, the statement 𝑃𝑃(𝑛𝑛) is true for all natural
numbers 𝑛𝑛.
---------------------------------------------------------------------------------------------------------------------------
3. Prove that 𝑛𝑛3 − 𝑛𝑛 + 3 is divisible by 3 for all natural numbers 𝑛𝑛 by using the mathematical
induction.
Solution:
Let 𝑃𝑃(𝑛𝑛) denote the statement 𝑛𝑛3 − 𝑛𝑛 + 3 is divisible by 3 .
(1) For 𝑛𝑛 = 1, 13 − 1 + 3 = 3 is divisible by 3.
The statement is true for 𝑛𝑛 = 1.
(2) Assume that the statement is true for 𝑛𝑛 = 𝑘𝑘, that is
𝑘𝑘 3 − 𝑘𝑘 + 3 is divisible by 3.
Let 𝑘𝑘 3 − 𝑘𝑘 + 3 = 3𝑚𝑚, 𝑚𝑚 ∈ 𝑁𝑁
We will show that the statement is true for 𝑛𝑛 = 𝑘𝑘 + 1, that is we have to show that
(𝑘𝑘 + 1)3 − (𝑘𝑘 + 1) + 3 is divisible by 3.
(𝑘𝑘 + 1)3 − (𝑘𝑘 + 1) + 3 = 𝑘𝑘 3 + 3𝑘𝑘 2 + 3𝑘𝑘 + 1 − 𝑘𝑘 − 1 + 3
GRADE 12 MATHEMATICS
P a g e | 13 Aung Pan Tine (Education Center) [Link]
GRADE 12 MATHEMATICS
P a g e | 14 Aung Pan Tine (Education Center) [Link]
GRADE 12 MATHEMATICS
P a g e | 15 Aung Pan Tine (Education Center) [Link]
GRADE 12 MATHEMATICS