- 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
Find the HCF of 999 and 9999.
Given :
The given numbers are 999 and 9999.
To do :
We have to find the HCF of 999 and 9999.
Solution :
To find the H.C.F. of the given numbers follows the below steps:
- Divide the bigger number by the smaller ones.
- Divide a smaller number in step 1 with the remainder obtained in step 1.
- Divide the divisor of the second step with the remainder obtained in step 2.
- Continue this process till you get remainder zero and the divisor obtained in the end is the required H.C.F.
999) 9999 (10
9990
----------
9) 999 (111
999
-------
0
-------
Therefore,
HCF of 999 and 9999 is 9.
Advertisements