Monday, July 27, 2020

HCF-LCM

Highest Common Factor and Lowest Common Multiple



HCF - To find the HCF of given numbers, we make a list of the factors of the numbers and find the greatest of the common factors. This is called Factorization method.


LCM To find the LCM of the given numbers, we write down the multiples of each of the given numbers and find the lowest of their common multiples. The LCM of two numbers cannot bigger than their product.

Watch the video on YouTube

No comments:

Post a Comment

To Connect Java program with the MYSQL Database

To connect java application with the MYSQL database, first of all to install MYSQL database in your machine. To install MYSQL in your mach...