SlideShare a Scribd company logo
1 of 25
REAL NUMBERS
Exercise 1.3
Rational Number :
A number which can be express in the form of p/q ,
where p and q are integers, q ≠ 0.
Irrational Number :
A number which can not be express in the form of
p/q.
Qn. Prove that √5 is irrational.
Proof:
Let us assume that √5 is rational ,then
√5 = a/b ( a & b are integers ,Coprime, b≠0)
(√5)2 = (a/b)2 (squaring on both the sides)
5 = a2 / b2 => 5b2 = a2  ①
therefore, a2 is divisible by ‘5’, then a also divisible by 5.
now, a = 5k ( where a is multiple of 5 , k some integer)
( a )2 = (5k)2 (squaring on both the sides )
=> a2 = 25 k2
=> 5b2 = 25 k2 ( from ① ) => b2 = 5k2  ②
therefore, b2 is divisible by 5, then b also divisible by 5.
from ① and② , a & b have 5 as a common factor
which is contradiction to our assumption.
So, we conclude that √5 is an irrational number.
Qn. Prove that √11 is irrational.
Proof:
Let us assume that √11 is rational ,then
√11 = a/b ( a & b are integers ,Coprime, b≠0)
(√11)2 = (a/b)2 (squaring on both the sides)
11 = a2 / b2 => 11b2 = a2  ①
therefore, a2 is divisible by ‘11’, then a also divisible by 11.
now, a = 11k ( where a is multiple of 11 , k some integer)
( a )2 = (11k)2 (squaring on both the sides )
=> a2 = 121 k2
=> 11b2 = 121 k2 ( from ① ) => b2 = 11k2  ②
therefore, b2 is divisible by 11 , then b also divisible by 11.
from ① and② , a & b have 11 as a common factor
which is contradiction to our assumption.
So, we conclude that √11 is an irrational number.
Qn. Show that 3 + √5 is irrational
Solution :
Let us assume, to the contrary, that 3 + √5 is rational.
=> 3 + √5 = a / b , ( a & b are intezers , b ≠ 0)
= > √5 = a / b - 3
=> √5 = ( a - 3b ) / b
Since ( a-3b ) / b is rational number, then 3+ √5 is also rational.
But this contradicts the fact that √5 is irrational.
So, our assumption 3 + √5 as rational is wrong.
Hence , we conclude that 3 + √5 is irrational.
Qn. Show that 11√7 is irrational.
Solution:
Let us assume, to the contrary, that 11√7 is rational.
=> 11√7 = a / b , ( a & b are intezers , b ≠ 0)
=> √7 = a / 11b
Since a/11b is rational number, then √7 is also rational
But this contradicts the fact that √7 is irrational.
So, our assumption 11√7 as rational is wrong.
Hence , we conclude that 11√7 is irrational.
General forms:
General form an even number is:
2k , where k is a +ve integer
General form an odd number is:
2k + 1 , where k is a +ve integer
Euclid Division lemma:
a = b * q + r, 0 < r < b
d) Show that any positive odd integer is of the form
6q + 1, or 6q + 3, or 6q + 5, where q is some integer.
Ans. Let a be any positive odd integer and b = 6.
Then, by Euclid divison algorithm ,
a = 6q + r for q ≥ 0, and r = 0, 1, 2, 3, 4, 5
hence , a = 6q or 6q + 1 or 6q + 2 or 6q + 3 or 6q + 4 or 6q + 5
since a is odd, a cannot be 6q or 6q + 2 or 6q + 4
as these are divisible by 2.
therefore, any odd integer can be expressed in the form
6q + 1 or 6q + 3 or 6q + 5.
Qn . Use Euclid division lemma to show that the square of any
+ve integer is either of form 3m or 3m + 1 for some integer m.
Ans. Let a be any positive odd integer and b = 3.
By Euclid divison algorithm ,
a = 3q + r for q ≥ 0, and r = 0, 1, 2
then , a = 3q or 3q + 1 or 3q + 2
a2 = (3q)2 or (3q + 1)2 or (3q + 2)2
= 9q2 or 9q2 + 6q + 1 or 9q2 + 12q + 4 => 3x 3q2 + 3 x 4q + 3 + 1
= 3(3q2) or 3(3q2 + 2q) + 1 or 3(3q2 + 4q +1) + 1
= 3 k1 or 3 k2 + 1 or 3 k3 + 1
where k1 , k2 and k3 are some positive integers.
therefore, square of any +ve integer is either of the
form 3m or 3m + 1.
Qn.Use Euclid’s division lemma to show that the cube
of any +ve integer is of the form 9m, 9m + 1or9m + 8
Ans
Let a be any positive integer and b = 3
By Euclid divison algorithm
a = 3q + r, for q ≥ 0 and r = 0, 1, 2
then, a = 3q or 3q + 1 or 3q + 2
An algorithm is a series of well
defined steps which gives a
procedure for solving a type of
problem.
A lemma is a proven statement used
for proving another statement.
Euclid’s Division Lemma:
If a and b are two positive integers
then they must satisfy the condition
a = bq + r, where 0 ≤ r < b.
# it is stated for only positive
integers, it can be extended for
all integers except zero
Euclid’s division lemma and algorithm
are so closely inter linked to that of
division algorithm .
Dividend = Divisor * Quotient + Remainder
Find HCF(113,17) .... Division method
17 ) 113 ( 6
102
11) 17 ( 1
11
6 ) 11 ( 1
6
5 ) 6 ( 1
5
1) 5 (5
5
0
Therefore ,HCF (113,17) = 1
• By Euclid Division Lemma method
• Let a = 113, b = 17
• Since a > b , then by applying E D L ( a = b * q + r )
• 113 = 17 x 6 + 11
•
• 17 = 11 x 1 + 6
•
• 11 = 6 x 1 + 5
•
• 6 = 5 x 1 + 1
•
• 5 = 1 x 5 + 0
• Therefore, HCF(113,17) = the last divisor = 1
Finding HCF of given numbers by using
Euclid’s Division Algorithm:
a) 28 and 72
We have 72 >28, then
72 = 28 x 2 + 16
28 = 16 x 1 + 12
16 = 12 x 1 + 4
12 = 4 x 3 + 0
Therefore, HCF (28,72) is 4
b) 867 and 255
we have 867 > 255, then
867 = 255 x 3 + 102
255 = 102 x 2 + 51
102 = 51 x 2 + 0
Therefore, HCF (255,867) is 51
c)An army contingent of 616 members is to march behind an army band of 32
members in a parade. The two groups are to march in the same number of columns.
What is the maximum number of columns in which they can march?
Sol: We have to find the HCF (616,32) to find the
max. No. Of columns in which they can march
Since 616 > 32, then
616 = 32 x 19 + 8
32 = 8 x 4 + 0
therefore, HCF( 616,32) is 8
Hence they can march in 8 columns each.
Problem set:
1. Use Euclid’s division algorithm to find the HCF of :
(i) 135 and 225
(ii) 196 and 38220
2.A sweet seller has 420 kaju barfis and 130 badam barfis. She
wants tostack them in such a way that each stack has the
same number, and they take up theleast area of the tray.
What is the number of that can be placed in each stack for
this purpose?
3. What is the HCF of
a) two prime numbers b) two even numbers
c) two odd numbers

More Related Content

What's hot

Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theoremitutor
 
euclids division lemma
euclids division lemmaeuclids division lemma
euclids division lemmaJashan Kainth
 
Algebra 2 unit 12.1
Algebra 2 unit 12.1Algebra 2 unit 12.1
Algebra 2 unit 12.1Mark Ryder
 
Binomial Theorem, Recursion ,Tower of Honai, relations
Binomial Theorem, Recursion ,Tower of Honai, relationsBinomial Theorem, Recursion ,Tower of Honai, relations
Binomial Theorem, Recursion ,Tower of Honai, relationsAqeel Rafique
 
Algebra 2 unit 12
Algebra 2 unit 12Algebra 2 unit 12
Algebra 2 unit 12Mark Ryder
 
Introduction of sequence
Introduction of sequenceIntroduction of sequence
Introduction of sequenceKARAN PANCHAL
 
Math aruthmetic geometric series
Math aruthmetic geometric seriesMath aruthmetic geometric series
Math aruthmetic geometric seriesstudent
 
11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Series11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Seriessmiller5
 
13 3 arithmetic and geometric series and their sums
13 3 arithmetic and geometric series and their sums13 3 arithmetic and geometric series and their sums
13 3 arithmetic and geometric series and their sumshisema01
 
Trig substitution
Trig substitutionTrig substitution
Trig substitutiondynx24
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric ProgressionsAkash Saha
 
Geometric progression and geomatric mean
Geometric progression and geomatric meanGeometric progression and geomatric mean
Geometric progression and geomatric meanAsifa Zafar
 
7.3 Solving Multi Step Frac Deci
7.3 Solving Multi Step Frac Deci7.3 Solving Multi Step Frac Deci
7.3 Solving Multi Step Frac DeciJessca Lundin
 
Infinite series & sequence lecture 2
Infinite series & sequence lecture 2Infinite series & sequence lecture 2
Infinite series & sequence lecture 2Mohsin Ramay
 
Arithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic meansArithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic meansDenmar Marasigan
 

What's hot (20)

Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theorem
 
euclids division lemma
euclids division lemmaeuclids division lemma
euclids division lemma
 
Algebra 2 unit 12.1
Algebra 2 unit 12.1Algebra 2 unit 12.1
Algebra 2 unit 12.1
 
Binomial Theorem, Recursion ,Tower of Honai, relations
Binomial Theorem, Recursion ,Tower of Honai, relationsBinomial Theorem, Recursion ,Tower of Honai, relations
Binomial Theorem, Recursion ,Tower of Honai, relations
 
Algebra 2 unit 12
Algebra 2 unit 12Algebra 2 unit 12
Algebra 2 unit 12
 
Introduction of sequence
Introduction of sequenceIntroduction of sequence
Introduction of sequence
 
Math aruthmetic geometric series
Math aruthmetic geometric seriesMath aruthmetic geometric series
Math aruthmetic geometric series
 
11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Series11.3 Geometric Sequences and Series
11.3 Geometric Sequences and Series
 
13 3 arithmetic and geometric series and their sums
13 3 arithmetic and geometric series and their sums13 3 arithmetic and geometric series and their sums
13 3 arithmetic and geometric series and their sums
 
Trig substitution
Trig substitutionTrig substitution
Trig substitution
 
Solving equations
Solving equationsSolving equations
Solving equations
 
Progression
ProgressionProgression
Progression
 
Binomial theorem
Binomial theoremBinomial theorem
Binomial theorem
 
Geometric Progressions
Geometric ProgressionsGeometric Progressions
Geometric Progressions
 
Geometric progression and geomatric mean
Geometric progression and geomatric meanGeometric progression and geomatric mean
Geometric progression and geomatric mean
 
7.3 Solving Multi Step Frac Deci
7.3 Solving Multi Step Frac Deci7.3 Solving Multi Step Frac Deci
7.3 Solving Multi Step Frac Deci
 
Presentation binomial theorem
Presentation binomial theoremPresentation binomial theorem
Presentation binomial theorem
 
Infinite series & sequence lecture 2
Infinite series & sequence lecture 2Infinite series & sequence lecture 2
Infinite series & sequence lecture 2
 
Arithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic meansArithmetic sequences and arithmetic means
Arithmetic sequences and arithmetic means
 
Math For Physics
Math For PhysicsMath For Physics
Math For Physics
 

Similar to Real numbers

Complete ncert exemplar class 10
Complete ncert exemplar class 10Complete ncert exemplar class 10
Complete ncert exemplar class 10physicsmaths5
 
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
 
class 10 chapter 1- real numbers
class 10 chapter 1- real numbersclass 10 chapter 1- real numbers
class 10 chapter 1- real numberskaran saini
 
X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbersAmruthaKB2
 
Real numbers ppt by jk
Real numbers ppt by jkReal numbers ppt by jk
Real numbers ppt by jkJyothikumar M
 
Class-10-Mathematics-Chapter-1-CBSE-NCERT.ppsx
Class-10-Mathematics-Chapter-1-CBSE-NCERT.ppsxClass-10-Mathematics-Chapter-1-CBSE-NCERT.ppsx
Class-10-Mathematics-Chapter-1-CBSE-NCERT.ppsxSoftcare Solution
 
Problems and solutions, inmo 2011
Problems and solutions, inmo 2011Problems and solutions, inmo 2011
Problems and solutions, inmo 2011askiitians
 
Inmo 2010 problems and solutions
Inmo 2010 problems and solutionsInmo 2010 problems and solutions
Inmo 2010 problems and solutionsaskiitians
 
U3 08 ecuaciones
U3   08 ecuacionesU3   08 ecuaciones
U3 08 ecuacionesUNEFA Zulia
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริงNittaya Noinan
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริงNittaya Noinan
 
imc-2018-s.pdf
imc-2018-s.pdfimc-2018-s.pdf
imc-2018-s.pdfbhartanto5
 

Similar to Real numbers (20)

Complete ncert exemplar class 10
Complete ncert exemplar class 10Complete ncert exemplar class 10
Complete ncert exemplar class 10
 
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
 
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
 
X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbers
 
Rmo 2010
Rmo 2010Rmo 2010
Rmo 2010
 
Real numbers ppt by jk
Real numbers ppt by jkReal numbers ppt by jk
Real numbers ppt by jk
 
Class-10-Mathematics-Chapter-1-CBSE-NCERT.ppsx
Class-10-Mathematics-Chapter-1-CBSE-NCERT.ppsxClass-10-Mathematics-Chapter-1-CBSE-NCERT.ppsx
Class-10-Mathematics-Chapter-1-CBSE-NCERT.ppsx
 
Problems and solutions, inmo 2011
Problems and solutions, inmo 2011Problems and solutions, inmo 2011
Problems and solutions, inmo 2011
 
Ca 1.6
Ca 1.6Ca 1.6
Ca 1.6
 
Inmo 2010 problems and solutions
Inmo 2010 problems and solutionsInmo 2010 problems and solutions
Inmo 2010 problems and solutions
 
Mathprize2016solutions
Mathprize2016solutionsMathprize2016solutions
Mathprize2016solutions
 
Rejan's gre ebook
Rejan's gre ebookRejan's gre ebook
Rejan's gre ebook
 
U3 08 ecuaciones
U3   08 ecuacionesU3   08 ecuaciones
U3 08 ecuaciones
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริง
 
Number theoryตัวจริง
Number theoryตัวจริงNumber theoryตัวจริง
Number theoryตัวจริง
 
Binomial theorem
Binomial theoremBinomial theorem
Binomial theorem
 
imc-2018-s.pdf
imc-2018-s.pdfimc-2018-s.pdf
imc-2018-s.pdf
 

Recently uploaded

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 

Recently uploaded (20)

Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 

Real numbers

  • 1. REAL NUMBERS Exercise 1.3 Rational Number : A number which can be express in the form of p/q , where p and q are integers, q ≠ 0. Irrational Number : A number which can not be express in the form of p/q.
  • 2. Qn. Prove that √5 is irrational. Proof: Let us assume that √5 is rational ,then √5 = a/b ( a & b are integers ,Coprime, b≠0) (√5)2 = (a/b)2 (squaring on both the sides) 5 = a2 / b2 => 5b2 = a2  ① therefore, a2 is divisible by ‘5’, then a also divisible by 5. now, a = 5k ( where a is multiple of 5 , k some integer) ( a )2 = (5k)2 (squaring on both the sides ) => a2 = 25 k2 => 5b2 = 25 k2 ( from ① ) => b2 = 5k2  ② therefore, b2 is divisible by 5, then b also divisible by 5. from ① and② , a & b have 5 as a common factor which is contradiction to our assumption. So, we conclude that √5 is an irrational number.
  • 3. Qn. Prove that √11 is irrational. Proof: Let us assume that √11 is rational ,then √11 = a/b ( a & b are integers ,Coprime, b≠0) (√11)2 = (a/b)2 (squaring on both the sides) 11 = a2 / b2 => 11b2 = a2  ① therefore, a2 is divisible by ‘11’, then a also divisible by 11. now, a = 11k ( where a is multiple of 11 , k some integer) ( a )2 = (11k)2 (squaring on both the sides ) => a2 = 121 k2 => 11b2 = 121 k2 ( from ① ) => b2 = 11k2  ② therefore, b2 is divisible by 11 , then b also divisible by 11. from ① and② , a & b have 11 as a common factor which is contradiction to our assumption. So, we conclude that √11 is an irrational number.
  • 4. Qn. Show that 3 + √5 is irrational Solution : Let us assume, to the contrary, that 3 + √5 is rational. => 3 + √5 = a / b , ( a & b are intezers , b ≠ 0) = > √5 = a / b - 3 => √5 = ( a - 3b ) / b Since ( a-3b ) / b is rational number, then 3+ √5 is also rational. But this contradicts the fact that √5 is irrational. So, our assumption 3 + √5 as rational is wrong. Hence , we conclude that 3 + √5 is irrational.
  • 5. Qn. Show that 11√7 is irrational. Solution: Let us assume, to the contrary, that 11√7 is rational. => 11√7 = a / b , ( a & b are intezers , b ≠ 0) => √7 = a / 11b Since a/11b is rational number, then √7 is also rational But this contradicts the fact that √7 is irrational. So, our assumption 11√7 as rational is wrong. Hence , we conclude that 11√7 is irrational.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12. General forms: General form an even number is: 2k , where k is a +ve integer General form an odd number is: 2k + 1 , where k is a +ve integer Euclid Division lemma: a = b * q + r, 0 < r < b
  • 13. d) Show that any positive odd integer is of the form 6q + 1, or 6q + 3, or 6q + 5, where q is some integer. Ans. Let a be any positive odd integer and b = 6. Then, by Euclid divison algorithm , a = 6q + r for q ≥ 0, and r = 0, 1, 2, 3, 4, 5 hence , a = 6q or 6q + 1 or 6q + 2 or 6q + 3 or 6q + 4 or 6q + 5 since a is odd, a cannot be 6q or 6q + 2 or 6q + 4 as these are divisible by 2. therefore, any odd integer can be expressed in the form 6q + 1 or 6q + 3 or 6q + 5.
  • 14. Qn . Use Euclid division lemma to show that the square of any +ve integer is either of form 3m or 3m + 1 for some integer m. Ans. Let a be any positive odd integer and b = 3. By Euclid divison algorithm , a = 3q + r for q ≥ 0, and r = 0, 1, 2 then , a = 3q or 3q + 1 or 3q + 2 a2 = (3q)2 or (3q + 1)2 or (3q + 2)2 = 9q2 or 9q2 + 6q + 1 or 9q2 + 12q + 4 => 3x 3q2 + 3 x 4q + 3 + 1 = 3(3q2) or 3(3q2 + 2q) + 1 or 3(3q2 + 4q +1) + 1 = 3 k1 or 3 k2 + 1 or 3 k3 + 1 where k1 , k2 and k3 are some positive integers. therefore, square of any +ve integer is either of the form 3m or 3m + 1.
  • 15. Qn.Use Euclid’s division lemma to show that the cube of any +ve integer is of the form 9m, 9m + 1or9m + 8 Ans Let a be any positive integer and b = 3 By Euclid divison algorithm a = 3q + r, for q ≥ 0 and r = 0, 1, 2 then, a = 3q or 3q + 1 or 3q + 2
  • 16. An algorithm is a series of well defined steps which gives a procedure for solving a type of problem.
  • 17. A lemma is a proven statement used for proving another statement.
  • 18. Euclid’s Division Lemma: If a and b are two positive integers then they must satisfy the condition a = bq + r, where 0 ≤ r < b. # it is stated for only positive integers, it can be extended for all integers except zero
  • 19. Euclid’s division lemma and algorithm are so closely inter linked to that of division algorithm . Dividend = Divisor * Quotient + Remainder
  • 20. Find HCF(113,17) .... Division method 17 ) 113 ( 6 102 11) 17 ( 1 11 6 ) 11 ( 1 6 5 ) 6 ( 1 5 1) 5 (5 5 0 Therefore ,HCF (113,17) = 1
  • 21. • By Euclid Division Lemma method • Let a = 113, b = 17 • Since a > b , then by applying E D L ( a = b * q + r ) • 113 = 17 x 6 + 11 • • 17 = 11 x 1 + 6 • • 11 = 6 x 1 + 5 • • 6 = 5 x 1 + 1 • • 5 = 1 x 5 + 0 • Therefore, HCF(113,17) = the last divisor = 1
  • 22. Finding HCF of given numbers by using Euclid’s Division Algorithm: a) 28 and 72 We have 72 >28, then 72 = 28 x 2 + 16 28 = 16 x 1 + 12 16 = 12 x 1 + 4 12 = 4 x 3 + 0 Therefore, HCF (28,72) is 4
  • 23. b) 867 and 255 we have 867 > 255, then 867 = 255 x 3 + 102 255 = 102 x 2 + 51 102 = 51 x 2 + 0 Therefore, HCF (255,867) is 51
  • 24. c)An army contingent of 616 members is to march behind an army band of 32 members in a parade. The two groups are to march in the same number of columns. What is the maximum number of columns in which they can march? Sol: We have to find the HCF (616,32) to find the max. No. Of columns in which they can march Since 616 > 32, then 616 = 32 x 19 + 8 32 = 8 x 4 + 0 therefore, HCF( 616,32) is 8 Hence they can march in 8 columns each.
  • 25. Problem set: 1. Use Euclid’s division algorithm to find the HCF of : (i) 135 and 225 (ii) 196 and 38220 2.A sweet seller has 420 kaju barfis and 130 badam barfis. She wants tostack them in such a way that each stack has the same number, and they take up theleast area of the tray. What is the number of that can be placed in each stack for this purpose? 3. What is the HCF of a) two prime numbers b) two even numbers c) two odd numbers