- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to find HCF of 30 and 67 by using Euclid division lemma?
Given: 30, 67
To find: We have to find the HCF of 30, 67 by using Euclid division lemma
Solution:
HCF of the integers 30 and 67.
Using Euclid’s lemma to get
- 67 = 30 $\times $ 2 $+$ 7
Now consider the divisor 30 and the remainder 5, and apply the division lemma to get
- 30 = 7 $\times $ 4 $+$ 2
Now consider the divisor 7 and the remainder 2, and apply the division lemma to get
- 7 = 2 $\times $ 3 $+$ 1
Now consider the divisor 2 and the remainder 1, and apply the division lemma to get
- 2 = 1 $\times $ 2 $+$ 0
Notice that the remainder has become zero, and we cannot proceed any further.
Therefore the HCF of 30 and 67 is the divisor at this stage, i.e., 1.
HCF (30, 67) = 1
Advertisements