answersLogoWhite

0

Example: 30 and 42

Factor them.

2 x 3 x 5 = 30

2 x 3 x 7 = 42

Select the common factors.

2 x 3 = 6, the GCF

Select the highest amount of each factor.

2 x 3 x 5 x 7 = 210, the LCM

Check it.

30 x 42 = 1260

210 x 6 = 1260

It checks.

User Avatar

Wiki User

9y ago

What else can I help you with?

Continue Learning about Other Math

Shell program for gcd of three given numbers?

write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? check bellow link http://bashscript.blogspot.com/2009/08/gcd-of-more-than-two-numbers.html


What number can be divided into both 35 and 56?

The number that can be divided into both 35 and 56 is the greatest common divisor (GCD) of the two numbers. To find the GCD, you can use the Euclidean algorithm, which involves dividing the larger number by the smaller number and then using the remainder as the new divisor. Repeating this process will eventually lead to a common divisor. In this case, the GCD of 35 and 56 is 7.


What is the largest number that can divide 121 and 143 without any remainders?

17,303


What is Euclid's Algorithm?

Euclid's algorithm is a popular algorithm to compute the GCD of two numbers. Algorithm: Gcd(a,b) = Gcd(b, a mod b), where a>=b and Gcd(a,0) = a Say we want to find the GCD of 72 and 105. 105 mod 72 = 33, so GCD(72,105) = GCD(33,72) 72 mod 33 = 6, so GCD(33,72) = GCD(6,33) 33 mod 6 = 3 so GCD(6,33) = GCD(3,6) 6 mod 3 = 0 so GCD(3,6) = GCD(0,3) = 3. So the GCD of 72 and 105 is 3.


How do you find the greatest common factor on the ti-84?

In this example, we will find the greatest common factor of 132 and 500: Press MATH and scroll over to NUM on the top. Scroll down and select option 9, "gcd(". (This stands for greatest common denominator.) Type the first number, followed by a comma, followed by the second number. Then type and ending parenthesis. In this example, you should have: gcd(132,500) Press ENTER. In this example, the answer should be 4.

Related Questions

How do you find the numbers given the gcd and lcm?

if the gcd and lcm are given and one of the numbers are also given,multiply the gcd and lcm and divide them by the given number


What goes into 36 and 13?

To find a number that goes into both 36 and 13, we can look for their greatest common divisor (GCD). The GCD of 36 and 13 is 1, since 13 is a prime number and does not divide 36. Therefore, the only integer that goes into both 36 and 13 is 1.


What is the greatest common divisor of 2233 and 25193?

The greatest common divisor (GCD) of two numbers is the largest positive integer that divides both numbers without a remainder. To find the GCD of 2233 and 25193, you can use the Euclidean algorithm. By repeatedly applying the algorithm, you will find that the GCD of 2233 and 25193 is 59.


What is GCD in elementary -school textbooks?

GCD = Greatest Common Divisor = Greatest Common Factor = GCF The greatest common factor, or GCF, is the largest positive integer that will divide evenly with no remainder into all the members of a given set of numbers.


Shell program for gcd of three given numbers?

write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? check bellow link http://bashscript.blogspot.com/2009/08/gcd-of-more-than-two-numbers.html


What is the highest number that goes into 5 and 20?

The highest number that goes into both 5 and 20 is 5, which is their greatest common divisor (GCD). The GCD is the largest positive integer that divides both numbers without leaving a remainder. In this case, since 5 is a factor of 20, it is the highest number that meets the criteria.


What is the largest number that is a factor of all the numbers called?

The largest number that is a factor of all the given numbers is known as the greatest common divisor (GCD) or greatest common factor (GCF). It represents the highest number that divides each of the numbers without leaving a remainder. To find the GCD, one can use various methods, such as prime factorization or the Euclidean algorithm.


What is the difference between MCD'S and LCD's?

I think you meant LCD's and GCD's. GCD (Greatest Common Divisor) It is the largest positive integer that divides the numbers without a remainder. LCD (Lowest Common Denominator) It is the smallest positive integer that is a multiple of the denominators.


How do you find the gcd and LCM of given numbers?

#include void main(){int n1,n2,n3,i,gcd,s;printf("enter number n1,n2,n3:-");scanf("%d %d %d",&n1,&n2,&n3);if(n1


What are the lest comm multiples?

The least common multiple (LCM) of two or more integers is the smallest positive integer that is divisible by all the numbers in the set. To find the LCM, one common method is to list the multiples of each number and identify the smallest common one. Alternatively, the LCM can be calculated using the formula: LCM(a, b) = (a * b) / GCD(a, b), where GCD is the greatest common divisor.


What is the GCD of 60?

The greatest common denominator (GCD) refers to a denominator that is COMMON to two or more numbers. You have only one number in the question! The greatest denominator of any number is itself.


What number can be divided into both 35 and 56?

The number that can be divided into both 35 and 56 is the greatest common divisor (GCD) of the two numbers. To find the GCD, you can use the Euclidean algorithm, which involves dividing the larger number by the smaller number and then using the remainder as the new divisor. Repeating this process will eventually lead to a common divisor. In this case, the GCD of 35 and 56 is 7.