SlideShare a Scribd company logo
TOPIC: PROPERTIES OF INTEGERS
NAME: FARHEEN PATEL
STD : FYBCA
DIV : I
ROLL NO : 29
WHAT IS AN INTEGERS?
An integer is a whole number (not a fractional
number) that can be positive, negative, or
zero.
Examples of integers are: -5, 1, 5, 8, 97, and
3,043.
Examples of numbers that are not integers are:
-1.43, 1 3/4, 3.14, .09, and 5,643.1.
The set of integers, denoted Z, is formally
defined as follows:
Z = {..., -3, -2, -1, 0, 1, 2, 3, ...}
PROPERTIES OF ADDITION AND
MULTIPLICATION
1.BINARY OPERATION : The operation is called binary
operation if a, b, ∈ Z => a o b ∈ Z.
For e.g. : a, b, ∈ Z => a + b ∈ Z
a, b, ∈ Z => ab ∈ Z
2.COMMUTATIVE PROPERTY : The operation o is
called commutative property if a o b => b o a.
For e.g. : If a, b, ∈ Z then a+b => b+a
If a, b, ∈ Z then ab => ba
3. ASSOCIATIVE PROPERTY : The operation o is called
associative property if (aob)oc = ao(boc).
For e.g. : a, b ∈ Z => (a+b)+c =a+(b+c)
a, b ∈ Z => (a.b).c =a.(b.c)
4. DISTRIBUTIVE PROPERTY : The operation o is called
distributive property if ao(boc)=(aob)o(aoc).
For e.g. : a(b+c)=ab+ac
5. ADDITIVE IDENTITY: Z contains an element o such that ∀a
∈ Z a+o=o+a=a.
6. MULTIPLICATIVE IDENTITY : Z contains an element 1
such that ∀a ∈ Z a.1=1.a=a
7. ADDITIVE INVERSE : For each element a ∈ Z there is an
element b ∈ Z such that a+b=o=b+a.
ABSOLUTE VALUE :
 For any integer x , we define absolute value |x| as follows :
|x|= x if x ≥ 0
= x if x ≥ 0
NOTE : 1) For a ∈ Z , |a|≥ 0.
2) For a ∈ Z , |a|=max{a,-a}=|-a|
3) For a ∈ Z , |a|≤ 𝑎 ≤ |a|
Also, -|a|≤ −𝑎 ≤ 𝑎
THEOREMS : 1) |a+b| ≤ |a|+|b| for a, b ∈ Z
Proof:
If a+b≥ 0 , then |a+b|= a+b
≤ |a|+|b|
If a+b < 0 , then |a+b|= -(a+b)
= -a – b
≤ |a|+|b|
∴ 𝑎 + 𝑏 ≤ |𝑎| + |b|.
2)|ab|=|a||b|
If a>0 , b>0 then |ab|= ab
Also, |a||b|= ab
∴ 𝑎𝑏 = 𝑎 𝑏
If a>0 , b<0 then |ab|= -ab
Also, |a||b|= a(-b)= -ab
∴ 𝑎𝑏 = 𝑎 𝑏
If a<0 , b>0 then |ab|= -ab
Also, |a||b|= (-a)b = -ab
∴ 𝑎𝑏 = 𝑎 𝑏
DIVISIBILITY IN Z : For integers a, b we say a divides
b if a≠0 and there exists integer c such that b=ac . Notation a|b.
 THEOREMS :
1) If a|b and b|c then a|c where a , b, c ∈ Z
Proof :
Let a|b & b|c
∴ there exists 𝑘1& 𝑘2 such that b= a𝑘1 & 𝑐 = 𝑏𝑘2
∴ 𝑐 = b𝑘2 = 𝑎𝑘1 𝑘2 = 𝑎 𝑘1 𝑘2
∴ 𝑎|𝑐
2) If c|a , c|b then c|ma+nb
Proof:
Since c|a & c|b
∴there exists 𝑘1, 𝑘2 ∈ 𝑍 such that a=c𝑘1 & 𝑏 = 𝑐𝑘2
ma+nb= m(c𝑘1) + 𝑛 𝑐𝑘2 = 𝑐(𝑚𝑘1 + 𝑛𝑘2)
∴ c|ma+nb.
DIVISION ALGORITHM:
For given integers a and b with b>0 ,
there exists unique integers q and r such
that
a = bq + r & 0 ≤ 𝑟 < h
GREATEST COMMON DIVISOR :
Let a and b be two non- zero integers d is
said to be greatest common divisor of a & b
if 1) d|a & d|b and
2) if c|a & c|b then c|d
THEOREM : Any two non-zero integers a and b have a unique
positive g.c.d. This g.c.d can be expressed in the form ma+nb where
m, n∈ Z .
 THEOREM :
If a=bq+r & r ≠ 0 then (a , b) = (b , r)
Proof : Let d = (a , b) & 𝑑1 = 𝑏 , 𝑟
Then d|a & d| b
∴ 𝑑|𝑎 − 𝑏𝑞
∴ 𝑑 | 𝑟
Thus , d divides both b & r
∴ d divides g.c.d of b & r i.e. d | 𝑑1
Now , 𝑑1 = (𝑏 , 𝑟)
∴ 𝑑1 𝑏 & 𝑑1 𝑟
∴ 𝑑1 | 𝑏𝑞 + 𝑟
∴ 𝑑1 | 𝑎
∴ 𝑑1 divides both a & b
∴ 𝑑1 divides g.c.d of a & b i.e. d | 𝑑1 ∵ 𝑑 & 𝑑1 𝑎𝑟𝑒 𝑝𝑜𝑠𝑖𝑡𝑖𝑣𝑒 𝑑 = 𝑑1
THEOREM : Two non-zero integers a and b are co-
prime if and only if there exists integers m , n ∈ Z such
that ma+nb=1.
 Proof :
If a & b are co-prime then (a , b) = 1
∴ 𝑡ℎ𝑒𝑟𝑒 𝑒𝑥𝑖𝑠𝑡 𝑖𝑛𝑡𝑒𝑔𝑒𝑟𝑠 𝑚 , 𝑛 𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡 𝑚𝑎 + 𝑛𝑏 = 1
Conversely ,
Suppose that ma+nb = 1 for m , n ∈ Z & let if possible (a , b ) =
d
Thus , d which is common divisor of a & b also divides ma + nb
.
∴ 𝑑 | 𝑚𝑎 + 𝑛𝑏
∴ 𝑑 | 1
As d is positive , we have d = 1 .
THEOREM - EUCLID’S LEMMA :
If (a , b ) = 1 & b|ac then b | c .
Proof :
∵ 𝑎 , 𝑏 = 1 𝑡ℎ𝑒𝑟𝑒 𝑒𝑥𝑖𝑠𝑡𝑠 𝑚 , 𝑛 ∈ 𝑍 𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡
1 = ma + nb
∵ 𝑐 = 𝑚𝑎𝑐 + 𝑛𝑏𝑐
∵ 𝑏 𝑑𝑖𝑣𝑖𝑑𝑒𝑠 𝑎𝑐 , 𝑏 𝑑𝑖𝑣𝑖𝑑𝑒𝑠 𝑚𝑎𝑐 + 𝑛𝑏𝑐
∵ 𝑏 | 𝑐
E.g. : Find the GCD of 2329 & 3151 , Express it in the form
,2329m + 3151n ?
solution :
3151 = 2329 x 1 + 822
2329 = 822 x 2 + 685
822 = 685 x 1 + 137
685 = 137 x 5 + 0
∴ 2329 , 3151 = 137
Now , 137 = 822 – 685 x 1
= 822 – (2329 – 822 x 2 ) x 1
= 822 x 1 – 2329 x 1 + 822 x 2
= 822 x 3 – 2329 x 1
= (3151 – 2329 x 1) x 3 – 2329 x 1
= 3151 x 3 – 2329 x 3 – 2329 x 1
= 3151 x 3 – 2329 x 4
= 3151 x 3 + 2329 (- 4)
∴ 3151𝑚 + 2329𝑛 = 3151 x 3 + 2329 (-4 )

More Related Content

What's hot

Integers
Integers Integers
Integers and Operation of Integers
Integers and Operation of IntegersIntegers and Operation of Integers
Integers and Operation of Integers
Maria Theresa Bicar - Edar
 
Dividing integers
Dividing integersDividing integers
Dividing integers
bweldon
 
Maths integers
Maths integersMaths integers
Maths integers
821234
 
Integers
IntegersIntegers
Integers
Ranjan K.M.
 
Q1 lesson 3 integers
Q1 lesson 3 integersQ1 lesson 3 integers
Q1 lesson 3 integers
RaeAnnInes
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressions
Christie Harp
 
Add-subtract of integers
Add-subtract of integersAdd-subtract of integers
Add-subtract of integers
Orlando Calderon
 
Integers
IntegersIntegers
Powerpoint on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
Powerpoint  on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...Powerpoint  on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
Powerpoint on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
Franz Jeremiah Ü Ibay
 
Addition and subtraction integers
Addition and subtraction integersAddition and subtraction integers
Addition and subtraction integersweerawattk
 
Integers 101- Understanding Integers
Integers 101- Understanding IntegersIntegers 101- Understanding Integers
Integers 101- Understanding Integers
Kari Knisely, M.Ed.
 
Integers
IntegersIntegers
Integers
Rishabh27
 
Chapter 1.2
Chapter 1.2Chapter 1.2
Chapter 1.2nglaze10
 
Integers, roots, powers, order of operations
Integers, roots, powers, order of operationsIntegers, roots, powers, order of operations
Integers, roots, powers, order of operationsmathn3rd
 
DIPIN PPT OF INTEGER
DIPIN PPT OF INTEGERDIPIN PPT OF INTEGER
DIPIN PPT OF INTEGER
lenovo_123
 
Grade 8 Simplifying Expressions and Solving Equations Cambridge [PPT]
Grade 8 Simplifying Expressions and Solving Equations Cambridge [PPT]Grade 8 Simplifying Expressions and Solving Equations Cambridge [PPT]
Grade 8 Simplifying Expressions and Solving Equations Cambridge [PPT]
kacangtom
 

What's hot (20)

Integers
Integers Integers
Integers
 
Integers and Operation of Integers
Integers and Operation of IntegersIntegers and Operation of Integers
Integers and Operation of Integers
 
Integers
IntegersIntegers
Integers
 
Dividing integers
Dividing integersDividing integers
Dividing integers
 
Maths integers
Maths integersMaths integers
Maths integers
 
Integers
IntegersIntegers
Integers
 
Q1 lesson 3 integers
Q1 lesson 3 integersQ1 lesson 3 integers
Q1 lesson 3 integers
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressions
 
Add-subtract of integers
Add-subtract of integersAdd-subtract of integers
Add-subtract of integers
 
Integers
IntegersIntegers
Integers
 
Powerpoint on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
Powerpoint  on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...Powerpoint  on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
Powerpoint on K-12 Mathematics Grade 7 Q1 (Fundamental Operations of Integer...
 
Adding Integers Ppt
Adding Integers PptAdding Integers Ppt
Adding Integers Ppt
 
Addition and subtraction integers
Addition and subtraction integersAddition and subtraction integers
Addition and subtraction integers
 
Integers 101- Understanding Integers
Integers 101- Understanding IntegersIntegers 101- Understanding Integers
Integers 101- Understanding Integers
 
Integers
IntegersIntegers
Integers
 
Chapter 1.2
Chapter 1.2Chapter 1.2
Chapter 1.2
 
Integers, roots, powers, order of operations
Integers, roots, powers, order of operationsIntegers, roots, powers, order of operations
Integers, roots, powers, order of operations
 
DIPIN PPT OF INTEGER
DIPIN PPT OF INTEGERDIPIN PPT OF INTEGER
DIPIN PPT OF INTEGER
 
Grade 8 Simplifying Expressions and Solving Equations Cambridge [PPT]
Grade 8 Simplifying Expressions and Solving Equations Cambridge [PPT]Grade 8 Simplifying Expressions and Solving Equations Cambridge [PPT]
Grade 8 Simplifying Expressions and Solving Equations Cambridge [PPT]
 
Integers and Absolute Value
Integers and Absolute ValueIntegers and Absolute Value
Integers and Absolute Value
 

Similar to Topic

Lecture-1.pptx
Lecture-1.pptxLecture-1.pptx
Lecture-1.pptx
NiharikaThakur32
 
Chapter 2 Lecture Notes_ Divisibility.pdf
Chapter 2 Lecture Notes_ Divisibility.pdfChapter 2 Lecture Notes_ Divisibility.pdf
Chapter 2 Lecture Notes_ Divisibility.pdf
georgianabeauty02
 
NumberTheory.ppt
NumberTheory.pptNumberTheory.ppt
NumberTheory.ppt
Dhandhan16
 
555_Spring12_topic06.ppt
555_Spring12_topic06.ppt555_Spring12_topic06.ppt
555_Spring12_topic06.ppt
SnehSinha6
 
Number theory
Number theoryNumber theory
Number theory
dhivyakesavan3
 
Proof of Beal's conjecture
Proof of Beal's conjecture Proof of Beal's conjecture
Proof of Beal's conjecture
nikos mantzakouras
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริงNittaya Noinan
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริงNittaya Noinan
 
Expresiones algebraicas
Expresiones algebraicasExpresiones algebraicas
Expresiones algebraicas
MiguelHernandezPerez2
 
Question bank -xi (hots)
Question bank -xi (hots)Question bank -xi (hots)
Question bank -xi (hots)
indu psthakur
 
DIVISIBILITY PDF.pdf
DIVISIBILITY PDF.pdfDIVISIBILITY PDF.pdf
DIVISIBILITY PDF.pdf
Marjorie Malveda
 
Finite fields
Finite fields Finite fields
Finite fields
BhumikaPal1
 
Metrix[1]
Metrix[1]Metrix[1]
Metrix[1]
Aon Narinchoti
 
Wu Mamber (String Algorithms 2007)
Wu  Mamber (String Algorithms 2007)Wu  Mamber (String Algorithms 2007)
Wu Mamber (String Algorithms 2007)
mailund
 
UNIT III.pptx
UNIT III.pptxUNIT III.pptx
UNIT III.pptx
UmeshReddy49
 
A Szemeredi-type theorem for subsets of the unit cube
A Szemeredi-type theorem for subsets of the unit cubeA Szemeredi-type theorem for subsets of the unit cube
A Szemeredi-type theorem for subsets of the unit cube
VjekoslavKovac1
 
Peretmuan iii iv sistem bilangan
Peretmuan iii iv sistem bilanganPeretmuan iii iv sistem bilangan
Peretmuan iii iv sistem bilangan
UNIVERSITAS MUHAMMADIYAH BERAU
 
Complex numbers
Complex numbersComplex numbers
Complex numbers
FITNESSWORLD4
 

Similar to Topic (20)

Lecture-1.pptx
Lecture-1.pptxLecture-1.pptx
Lecture-1.pptx
 
Chapter 2 Lecture Notes_ Divisibility.pdf
Chapter 2 Lecture Notes_ Divisibility.pdfChapter 2 Lecture Notes_ Divisibility.pdf
Chapter 2 Lecture Notes_ Divisibility.pdf
 
NumberTheory.ppt
NumberTheory.pptNumberTheory.ppt
NumberTheory.ppt
 
555_Spring12_topic06.ppt
555_Spring12_topic06.ppt555_Spring12_topic06.ppt
555_Spring12_topic06.ppt
 
Number theory
Number theoryNumber theory
Number theory
 
Proof of Beal's conjecture
Proof of Beal's conjecture Proof of Beal's conjecture
Proof of Beal's conjecture
 
Matdis 3.4
Matdis 3.4Matdis 3.4
Matdis 3.4
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริง
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริง
 
Expresiones algebraicas
Expresiones algebraicasExpresiones algebraicas
Expresiones algebraicas
 
Question bank -xi (hots)
Question bank -xi (hots)Question bank -xi (hots)
Question bank -xi (hots)
 
DIVISIBILITY PDF.pdf
DIVISIBILITY PDF.pdfDIVISIBILITY PDF.pdf
DIVISIBILITY PDF.pdf
 
Finite fields
Finite fields Finite fields
Finite fields
 
Metrix[1]
Metrix[1]Metrix[1]
Metrix[1]
 
Wu Mamber (String Algorithms 2007)
Wu  Mamber (String Algorithms 2007)Wu  Mamber (String Algorithms 2007)
Wu Mamber (String Algorithms 2007)
 
UNIT III.pptx
UNIT III.pptxUNIT III.pptx
UNIT III.pptx
 
2.ppt
2.ppt2.ppt
2.ppt
 
A Szemeredi-type theorem for subsets of the unit cube
A Szemeredi-type theorem for subsets of the unit cubeA Szemeredi-type theorem for subsets of the unit cube
A Szemeredi-type theorem for subsets of the unit cube
 
Peretmuan iii iv sistem bilangan
Peretmuan iii iv sistem bilanganPeretmuan iii iv sistem bilangan
Peretmuan iii iv sistem bilangan
 
Complex numbers
Complex numbersComplex numbers
Complex numbers
 

Recently uploaded

Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 

Recently uploaded (20)

Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.Biological Screening of Herbal Drugs in detailed.
Biological Screening of Herbal Drugs in detailed.
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 

Topic

  • 1. TOPIC: PROPERTIES OF INTEGERS NAME: FARHEEN PATEL STD : FYBCA DIV : I ROLL NO : 29
  • 2. WHAT IS AN INTEGERS? An integer is a whole number (not a fractional number) that can be positive, negative, or zero. Examples of integers are: -5, 1, 5, 8, 97, and 3,043. Examples of numbers that are not integers are: -1.43, 1 3/4, 3.14, .09, and 5,643.1. The set of integers, denoted Z, is formally defined as follows: Z = {..., -3, -2, -1, 0, 1, 2, 3, ...}
  • 3. PROPERTIES OF ADDITION AND MULTIPLICATION 1.BINARY OPERATION : The operation is called binary operation if a, b, ∈ Z => a o b ∈ Z. For e.g. : a, b, ∈ Z => a + b ∈ Z a, b, ∈ Z => ab ∈ Z 2.COMMUTATIVE PROPERTY : The operation o is called commutative property if a o b => b o a. For e.g. : If a, b, ∈ Z then a+b => b+a If a, b, ∈ Z then ab => ba
  • 4. 3. ASSOCIATIVE PROPERTY : The operation o is called associative property if (aob)oc = ao(boc). For e.g. : a, b ∈ Z => (a+b)+c =a+(b+c) a, b ∈ Z => (a.b).c =a.(b.c) 4. DISTRIBUTIVE PROPERTY : The operation o is called distributive property if ao(boc)=(aob)o(aoc). For e.g. : a(b+c)=ab+ac 5. ADDITIVE IDENTITY: Z contains an element o such that ∀a ∈ Z a+o=o+a=a. 6. MULTIPLICATIVE IDENTITY : Z contains an element 1 such that ∀a ∈ Z a.1=1.a=a 7. ADDITIVE INVERSE : For each element a ∈ Z there is an element b ∈ Z such that a+b=o=b+a.
  • 5. ABSOLUTE VALUE :  For any integer x , we define absolute value |x| as follows : |x|= x if x ≥ 0 = x if x ≥ 0 NOTE : 1) For a ∈ Z , |a|≥ 0. 2) For a ∈ Z , |a|=max{a,-a}=|-a| 3) For a ∈ Z , |a|≤ 𝑎 ≤ |a| Also, -|a|≤ −𝑎 ≤ 𝑎 THEOREMS : 1) |a+b| ≤ |a|+|b| for a, b ∈ Z Proof: If a+b≥ 0 , then |a+b|= a+b ≤ |a|+|b| If a+b < 0 , then |a+b|= -(a+b) = -a – b ≤ |a|+|b| ∴ 𝑎 + 𝑏 ≤ |𝑎| + |b|.
  • 6. 2)|ab|=|a||b| If a>0 , b>0 then |ab|= ab Also, |a||b|= ab ∴ 𝑎𝑏 = 𝑎 𝑏 If a>0 , b<0 then |ab|= -ab Also, |a||b|= a(-b)= -ab ∴ 𝑎𝑏 = 𝑎 𝑏 If a<0 , b>0 then |ab|= -ab Also, |a||b|= (-a)b = -ab ∴ 𝑎𝑏 = 𝑎 𝑏
  • 7. DIVISIBILITY IN Z : For integers a, b we say a divides b if a≠0 and there exists integer c such that b=ac . Notation a|b.  THEOREMS : 1) If a|b and b|c then a|c where a , b, c ∈ Z Proof : Let a|b & b|c ∴ there exists 𝑘1& 𝑘2 such that b= a𝑘1 & 𝑐 = 𝑏𝑘2 ∴ 𝑐 = b𝑘2 = 𝑎𝑘1 𝑘2 = 𝑎 𝑘1 𝑘2 ∴ 𝑎|𝑐 2) If c|a , c|b then c|ma+nb Proof: Since c|a & c|b ∴there exists 𝑘1, 𝑘2 ∈ 𝑍 such that a=c𝑘1 & 𝑏 = 𝑐𝑘2 ma+nb= m(c𝑘1) + 𝑛 𝑐𝑘2 = 𝑐(𝑚𝑘1 + 𝑛𝑘2) ∴ c|ma+nb.
  • 8. DIVISION ALGORITHM: For given integers a and b with b>0 , there exists unique integers q and r such that a = bq + r & 0 ≤ 𝑟 < h
  • 9. GREATEST COMMON DIVISOR : Let a and b be two non- zero integers d is said to be greatest common divisor of a & b if 1) d|a & d|b and 2) if c|a & c|b then c|d
  • 10. THEOREM : Any two non-zero integers a and b have a unique positive g.c.d. This g.c.d can be expressed in the form ma+nb where m, n∈ Z .  THEOREM : If a=bq+r & r ≠ 0 then (a , b) = (b , r) Proof : Let d = (a , b) & 𝑑1 = 𝑏 , 𝑟 Then d|a & d| b ∴ 𝑑|𝑎 − 𝑏𝑞 ∴ 𝑑 | 𝑟 Thus , d divides both b & r ∴ d divides g.c.d of b & r i.e. d | 𝑑1 Now , 𝑑1 = (𝑏 , 𝑟) ∴ 𝑑1 𝑏 & 𝑑1 𝑟 ∴ 𝑑1 | 𝑏𝑞 + 𝑟 ∴ 𝑑1 | 𝑎 ∴ 𝑑1 divides both a & b ∴ 𝑑1 divides g.c.d of a & b i.e. d | 𝑑1 ∵ 𝑑 & 𝑑1 𝑎𝑟𝑒 𝑝𝑜𝑠𝑖𝑡𝑖𝑣𝑒 𝑑 = 𝑑1
  • 11. THEOREM : Two non-zero integers a and b are co- prime if and only if there exists integers m , n ∈ Z such that ma+nb=1.  Proof : If a & b are co-prime then (a , b) = 1 ∴ 𝑡ℎ𝑒𝑟𝑒 𝑒𝑥𝑖𝑠𝑡 𝑖𝑛𝑡𝑒𝑔𝑒𝑟𝑠 𝑚 , 𝑛 𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡 𝑚𝑎 + 𝑛𝑏 = 1 Conversely , Suppose that ma+nb = 1 for m , n ∈ Z & let if possible (a , b ) = d Thus , d which is common divisor of a & b also divides ma + nb . ∴ 𝑑 | 𝑚𝑎 + 𝑛𝑏 ∴ 𝑑 | 1 As d is positive , we have d = 1 .
  • 12. THEOREM - EUCLID’S LEMMA : If (a , b ) = 1 & b|ac then b | c . Proof : ∵ 𝑎 , 𝑏 = 1 𝑡ℎ𝑒𝑟𝑒 𝑒𝑥𝑖𝑠𝑡𝑠 𝑚 , 𝑛 ∈ 𝑍 𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡 1 = ma + nb ∵ 𝑐 = 𝑚𝑎𝑐 + 𝑛𝑏𝑐 ∵ 𝑏 𝑑𝑖𝑣𝑖𝑑𝑒𝑠 𝑎𝑐 , 𝑏 𝑑𝑖𝑣𝑖𝑑𝑒𝑠 𝑚𝑎𝑐 + 𝑛𝑏𝑐 ∵ 𝑏 | 𝑐
  • 13. E.g. : Find the GCD of 2329 & 3151 , Express it in the form ,2329m + 3151n ? solution : 3151 = 2329 x 1 + 822 2329 = 822 x 2 + 685 822 = 685 x 1 + 137 685 = 137 x 5 + 0 ∴ 2329 , 3151 = 137 Now , 137 = 822 – 685 x 1 = 822 – (2329 – 822 x 2 ) x 1 = 822 x 1 – 2329 x 1 + 822 x 2 = 822 x 3 – 2329 x 1 = (3151 – 2329 x 1) x 3 – 2329 x 1 = 3151 x 3 – 2329 x 3 – 2329 x 1 = 3151 x 3 – 2329 x 4 = 3151 x 3 + 2329 (- 4) ∴ 3151𝑚 + 2329𝑛 = 3151 x 3 + 2329 (-4 )