SlideShare a Scribd company logo
MODUL
AR
Arithmeti
c
LEARNING
OBJECTIVES:
a. Define modular
arithmetic and perform
addition and
multiplication using the
table for elements.
b. Solve modular
arithmetic problems and
list the properties of real
numbers under in.
MODULAR
ARITHMETIC
> is a system of arithmetic for
integers, where numbers “wrap
around” upon reaching a certain
value – the modulus.
>The modern approach to
modular arithmetic was
developed by Carl Friedrich
k= Mq +r where 0 < r <
M
When k is positive, simply divide k by M to obtain the
remainder r.
k= Mq +r where 0 < r <
M
When k is positive, simply divide k by M to obtain the
remainder r.
25
(mod7)
= 4
k= Mq +r where 0 < r <
M
When k is positive, simply divide k by M to obtain the
remainder r.
25
(mod7)
= 4
25 = 7 (3) + 4
k= Mq +r where 0 < r <
M
When k is positive, simply divide k by M to obtain the
remainder r.
25
(mod7)
= 4
25
(mod5)
= 0
25 = 7 (3) + 4
k= Mq +r where 0 < r <
M
When k is positive, simply divide k by M to obtain the
remainder r.
25
(mod7)
= 4
25
(mod5)
= 0
25 = 7 (3) + 4 25 = 5 (5) + 0
k= Mq +r where 0 < r <
M
When k is positive, simply divide k by M to obtain the
remainder r.
25
(mod7)
= 4
25
(mod5)
= 0
25 = 7 (3) + 4 25 = 5 (5) + 0
8
(mod11)
= 8
k= Mq +r where 0 < r <
M
When k is positive, simply divide k by M to obtain the
remainder r.
25
(mod7)
= 4
25
(mod5)
= 0
25 = 7 (3) + 4 25 = 5 (5) + 0 8 = 11 (0) + 8
8
(mod11)
= 8
k= Mq +r where 0 < r <
M
When k is positive, simply divide k by M to obtain the
remainder r.
25
(mod7)
= 4
25
(mod5)
= 0
25 = 7 (3) + 4 25 = 5 (5) + 0 8 = 11 (0) + 8
8
(mod11)
= 8
0 (mod5)
= 0
k= Mq +r where 0 < r <
M
When k is positive, simply divide k by M to obtain the
remainder r.
25
(mod7)
= 4
25
(mod5)
= 0
25 = 7 (3) + 4 25 = 5 (5) + 0 8 = 11 (0) + 8 0 = 5 (0) + 0
8
(mod11)
= 8
0 (mod5)
= 0
• Example: Construct the table for the
elements of X and Y in modulo 10.
a. X={2,4,6,8} under multiplication.
b. Y={1,3,5,7,9} under multiplication.
d. Determine if each set is closed under
the indicated operation.
e. Find the identity for each set.
f. Find the inverse of every element of
each set.
• 2 4 6 8
2
4
6
8
2 • 2 = 4
4= 10 (0) + 4
• 2 4 6 8
2 4 8 2 6
4 8 6 4 2
6 2 4 6 8
8 6 2 8 4
• 2 4 6 8
2 4 8 2 6
4 8 6 4 2
6 2 4 6 8
8 6 2 8 4
d. The set X is closed under
multiplication
e. The identity of X is 6
f. For the inverse of every element of
set X:
The inverse of 2 is 8, since 2•8 = 6
The inverse of 4 is 4, since 4•4 = 6
The inverse of 6 is 6, since 6•6 = 6
The inverse of 8 is 2, since 8•2 = 6
• 1 3 5 7 9
1 1 3 5 7 9
3 3 3 5 1 7
5 5 5 5 5 5
7 7 1 5 9 3
9 9 7 5 3 1
• 1 3 5 7 9
1 1 3 5 7 9
3 3 3 5 1 7
5 5 5 5 5 5
7 7 1 5 9 3
9 9 7 5 3 1
d. The set Y is closed under
multiplication
e. The identity of Y is 1
f. For the inverse of every element of
set Y:
The inverse of 1 is 1, since 1•1 = 1
The inverse of 3 is 7, since 3•7 = 1
The inverse of 7 is 3, since 7•3 = 1
The inverse of 9 is 9, since 9•9 = 1
5 has no multiplicative inverse, such
that 5• x = 1
ADDITION
and
MULTIPLICATION in
Z4
Z4={0,1,2,3}
Test the properties of real numbers.
a. Closure
b. Associative
c. Identity
d. Inverse
ADDITION
and
MULTIPLICATION in
Z4
Z4={0,1,2,3}
+ 0 1 2 3
0 0 1 2 3
1 1 2 3 0
2 2 3 0 1
3 3 0 1 2
• 0 1 2 3
0 0 0 0 0
1 0 1 2 3
2 0 2 0 2
3 0 3 2 1
Example: If S={(0,0),(1,0),(0,1),
(1,1), where addition + and
multiplication • is defined
under modulo 2 as (a,b)+
(c,d)=(a+c,b+d),and
(a,b)•(c,d)=(ac, bd), then form
the tables and discuss the
closure property.
+ (0,0) (1,0) (0,1) (1,1)
(0,0) (0,0) (1,0) (0,1) (1,1)
(1,0) (1,0) (0,0) (1,1) (0,1)
(0,1) (0,1) (1,1) (0,0) (1,0)
(1,1) (1,1) (0,1) (1,0) (0,0)
• (0,0) (1,0) (0,1) (1,1)
(0,0) (0,0) (0,0) (0,0) (0,0)
(1,0) (0,0) (1,0) (0,0) (1,0)
(0,1) (0,0) (0,0) (0,1) (0,1)
(1,1) (0,0) (1,0) (0,1) (1,1)
+ (0,0) (1,0) (0,1) (1,1)
(0,0) (0,0) (1,0) (0,1) (1,1)
(1,0) (1,0) (0,0) (1,1) (0,1)
(0,1) (0,1) (1,1) (0,0) (1,0)
(1,1) (1,1) (0,1) (1,0) (0,0)
• (0,0) (1,0) (0,1) (1,1)
(0,0) (0,0) (0,0) (0,0) (0,0)
(1,0) (0,0) (1,0) (0,0) (1,0)
(0,1) (0,0) (0,0) (0,1) (0,1)
(1,1) (0,0) (1,0) (0,1) (1,1)
Based on the tables, S is closed with respect to addition and multiplication.
THANK YOU
CLASS! YOU'RE
AWASOME
ACTIVITY:
Construct the table for the elements of:
a. S={1,2,4,8} under multiplication modulo 15
b. Z= {0,1,2,3,4,5,6,7} under addition modulo 8
Then, test the properties of real numbers;
 Closure
 Associative
 Identity
 Inverses

More Related Content

PDF
Maths Revision Notes - IGCSE
PPT
Quadratic Equation and discriminant
PPT
Quadratic eq and discriminant
PPT
cryptography for students and for learning
PPTX
Quadratic Equation
PDF
Module 3 quadratic functions
PPTX
Alg II Unit 3-4-linear programingintro
PPT
Cryptography and Network Security chapter 4.ppt
Maths Revision Notes - IGCSE
Quadratic Equation and discriminant
Quadratic eq and discriminant
cryptography for students and for learning
Quadratic Equation
Module 3 quadratic functions
Alg II Unit 3-4-linear programingintro
Cryptography and Network Security chapter 4.ppt

Similar to Report.AbstractMod.pptxeduction file to help understand the lesson (20)

PDF
Core 1 revision booklet edexcel
PPTX
Operations-on-Radical-Expressions-Q2W7.pptx
PPTX
Simplifying Radical Expressions Mathemat
PPTX
Algebra slide share presantation
PPTX
Bentuk akar dan pangkat.pptx
PPT
determinants.ppt
PDF
Rabotna tetratka 5 odd
PPT
PDF
Basic algebra and graphing
PDF
add math form 4/5
PPT
determinants.ppt
PPTX
PDF
Real number system full
PDF
Real number system full
PPTX
Alg II 3-4 Linear Programming
PPTX
Extracting the roots
PDF
notes on quadratics functions with solutions.pdf
PDF
Form 4 add maths note
PDF
1.4 Quadratic Equations
Core 1 revision booklet edexcel
Operations-on-Radical-Expressions-Q2W7.pptx
Simplifying Radical Expressions Mathemat
Algebra slide share presantation
Bentuk akar dan pangkat.pptx
determinants.ppt
Rabotna tetratka 5 odd
Basic algebra and graphing
add math form 4/5
determinants.ppt
Real number system full
Real number system full
Alg II 3-4 Linear Programming
Extracting the roots
notes on quadratics functions with solutions.pdf
Form 4 add maths note
1.4 Quadratic Equations
Ad

Recently uploaded (20)

PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Computing-Curriculum for Schools in Ghana
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Pre independence Education in Inndia.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Classroom Observation Tools for Teachers
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
Basic Mud Logging Guide for educational purpose
PPTX
Institutional Correction lecture only . . .
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
human mycosis Human fungal infections are called human mycosis..pptx
Computing-Curriculum for Schools in Ghana
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Pre independence Education in Inndia.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
GDM (1) (1).pptx small presentation for students
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Classroom Observation Tools for Teachers
Microbial disease of the cardiovascular and lymphatic systems
Microbial diseases, their pathogenesis and prophylaxis
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
01-Introduction-to-Information-Management.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Insiders guide to clinical Medicine.pdf
Basic Mud Logging Guide for educational purpose
Institutional Correction lecture only . . .
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Ad

Report.AbstractMod.pptxeduction file to help understand the lesson

  • 2. LEARNING OBJECTIVES: a. Define modular arithmetic and perform addition and multiplication using the table for elements. b. Solve modular arithmetic problems and list the properties of real numbers under in.
  • 3. MODULAR ARITHMETIC > is a system of arithmetic for integers, where numbers “wrap around” upon reaching a certain value – the modulus. >The modern approach to modular arithmetic was developed by Carl Friedrich
  • 4. k= Mq +r where 0 < r < M When k is positive, simply divide k by M to obtain the remainder r.
  • 5. k= Mq +r where 0 < r < M When k is positive, simply divide k by M to obtain the remainder r. 25 (mod7) = 4
  • 6. k= Mq +r where 0 < r < M When k is positive, simply divide k by M to obtain the remainder r. 25 (mod7) = 4 25 = 7 (3) + 4
  • 7. k= Mq +r where 0 < r < M When k is positive, simply divide k by M to obtain the remainder r. 25 (mod7) = 4 25 (mod5) = 0 25 = 7 (3) + 4
  • 8. k= Mq +r where 0 < r < M When k is positive, simply divide k by M to obtain the remainder r. 25 (mod7) = 4 25 (mod5) = 0 25 = 7 (3) + 4 25 = 5 (5) + 0
  • 9. k= Mq +r where 0 < r < M When k is positive, simply divide k by M to obtain the remainder r. 25 (mod7) = 4 25 (mod5) = 0 25 = 7 (3) + 4 25 = 5 (5) + 0 8 (mod11) = 8
  • 10. k= Mq +r where 0 < r < M When k is positive, simply divide k by M to obtain the remainder r. 25 (mod7) = 4 25 (mod5) = 0 25 = 7 (3) + 4 25 = 5 (5) + 0 8 = 11 (0) + 8 8 (mod11) = 8
  • 11. k= Mq +r where 0 < r < M When k is positive, simply divide k by M to obtain the remainder r. 25 (mod7) = 4 25 (mod5) = 0 25 = 7 (3) + 4 25 = 5 (5) + 0 8 = 11 (0) + 8 8 (mod11) = 8 0 (mod5) = 0
  • 12. k= Mq +r where 0 < r < M When k is positive, simply divide k by M to obtain the remainder r. 25 (mod7) = 4 25 (mod5) = 0 25 = 7 (3) + 4 25 = 5 (5) + 0 8 = 11 (0) + 8 0 = 5 (0) + 0 8 (mod11) = 8 0 (mod5) = 0
  • 13. • Example: Construct the table for the elements of X and Y in modulo 10. a. X={2,4,6,8} under multiplication. b. Y={1,3,5,7,9} under multiplication.
  • 14. d. Determine if each set is closed under the indicated operation. e. Find the identity for each set. f. Find the inverse of every element of each set.
  • 15. • 2 4 6 8 2 4 6 8 2 • 2 = 4 4= 10 (0) + 4
  • 16. • 2 4 6 8 2 4 8 2 6 4 8 6 4 2 6 2 4 6 8 8 6 2 8 4
  • 17. • 2 4 6 8 2 4 8 2 6 4 8 6 4 2 6 2 4 6 8 8 6 2 8 4 d. The set X is closed under multiplication e. The identity of X is 6 f. For the inverse of every element of set X: The inverse of 2 is 8, since 2•8 = 6 The inverse of 4 is 4, since 4•4 = 6 The inverse of 6 is 6, since 6•6 = 6 The inverse of 8 is 2, since 8•2 = 6
  • 18. • 1 3 5 7 9 1 1 3 5 7 9 3 3 3 5 1 7 5 5 5 5 5 5 7 7 1 5 9 3 9 9 7 5 3 1
  • 19. • 1 3 5 7 9 1 1 3 5 7 9 3 3 3 5 1 7 5 5 5 5 5 5 7 7 1 5 9 3 9 9 7 5 3 1 d. The set Y is closed under multiplication e. The identity of Y is 1 f. For the inverse of every element of set Y: The inverse of 1 is 1, since 1•1 = 1 The inverse of 3 is 7, since 3•7 = 1 The inverse of 7 is 3, since 7•3 = 1 The inverse of 9 is 9, since 9•9 = 1 5 has no multiplicative inverse, such that 5• x = 1
  • 20. ADDITION and MULTIPLICATION in Z4 Z4={0,1,2,3} Test the properties of real numbers. a. Closure b. Associative c. Identity d. Inverse
  • 21. ADDITION and MULTIPLICATION in Z4 Z4={0,1,2,3} + 0 1 2 3 0 0 1 2 3 1 1 2 3 0 2 2 3 0 1 3 3 0 1 2 • 0 1 2 3 0 0 0 0 0 1 0 1 2 3 2 0 2 0 2 3 0 3 2 1
  • 22. Example: If S={(0,0),(1,0),(0,1), (1,1), where addition + and multiplication • is defined under modulo 2 as (a,b)+ (c,d)=(a+c,b+d),and (a,b)•(c,d)=(ac, bd), then form the tables and discuss the closure property.
  • 23. + (0,0) (1,0) (0,1) (1,1) (0,0) (0,0) (1,0) (0,1) (1,1) (1,0) (1,0) (0,0) (1,1) (0,1) (0,1) (0,1) (1,1) (0,0) (1,0) (1,1) (1,1) (0,1) (1,0) (0,0) • (0,0) (1,0) (0,1) (1,1) (0,0) (0,0) (0,0) (0,0) (0,0) (1,0) (0,0) (1,0) (0,0) (1,0) (0,1) (0,0) (0,0) (0,1) (0,1) (1,1) (0,0) (1,0) (0,1) (1,1)
  • 24. + (0,0) (1,0) (0,1) (1,1) (0,0) (0,0) (1,0) (0,1) (1,1) (1,0) (1,0) (0,0) (1,1) (0,1) (0,1) (0,1) (1,1) (0,0) (1,0) (1,1) (1,1) (0,1) (1,0) (0,0) • (0,0) (1,0) (0,1) (1,1) (0,0) (0,0) (0,0) (0,0) (0,0) (1,0) (0,0) (1,0) (0,0) (1,0) (0,1) (0,0) (0,0) (0,1) (0,1) (1,1) (0,0) (1,0) (0,1) (1,1) Based on the tables, S is closed with respect to addition and multiplication.
  • 26. ACTIVITY: Construct the table for the elements of: a. S={1,2,4,8} under multiplication modulo 15 b. Z= {0,1,2,3,4,5,6,7} under addition modulo 8 Then, test the properties of real numbers;  Closure  Associative  Identity  Inverses