answersLogoWhite

0

If you have two numbers, multiply them together and divide that total by the GCF. The result will be the LCM.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Which number can divided by 3 without leaving a remainder?

The infinite set of numbers which are multiples of three. The infinite set of numbers which are multiples of three. The infinite set of numbers which are multiples of three. The infinite set of numbers which are multiples of three.


What numbers are common multiples of both numbers?

They are numbers that each of the two numbers can divide without remainder.


What does multiples mean in math terms?

Numbers that can be divided by other numbers without a remainder.


How many multiples are between 61 and 217?

Without a specific number, all of the numbers in that range are multiples.


List the integers from 1 to 20 inclusive that are multiples what numbers?

We won't be able to answer that without knowing the numbers.


How can you find the GCF of a given set of numbers given their LCM but without listing the factors of the numbers?

By finding their common prime numbers.


Which numbers below have 2 and 4 factor?

Difficult to answer without knowing the numbers below. Choose multiples of 4. They will be even numbers.


What 2 numbers have the greatest common factor of ten?

The two numbers that have the greatest common factor of ten are any two multiples of ten. This is because the greatest common factor is the largest number that divides evenly into both numbers. So, for example, 10 and 20 have a greatest common factor of 10 because 10 is the largest number that divides evenly into both 10 and 20.


How do you write a C program using an integer array to print array numbers up to 100 and then remove all numbers that are divisible by 2 and print out the remaining numbers and continue for 3 to 9?

#include<stdio.h> #include<conio.h> void main() { int i, a[100]; clrscr(); printf("Numbers from 1 to 100"); for(i=1;i<=100;i++) printf(" %d",a[i]); printf("Numbers from 1 to 100 without multiples of 2"); for(i=1;i<=100;i++) { if (a[i]%2 !=0) printf(" %d",a[i]); } printf("Numbers from 1 to 100 without multiples of 3"); for(i=1;i<=100;i++) { if (a[i]%3 !=0) printf(" %d",a[i]); } printf("Numbers from 1 to 100 without multiples of 4"); for(i=1;i<=100;i++) { if (a[i]%4 !=0) printf(" %d",a[i]); } printf("Numbers from 1 to 100 without multiples of 5"); for(i=1;i<=100;i++) { if (a[i]%5 !=0) printf(" %d",a[i]); } printf("Numbers from 1 to 100 without multiples of 6"); for(i=1;i<=100;i++) { if (a[i]%6 !=0) printf(" %d",a[i]); } printf("Numbers from 1 to 100 without multiples of 7"); for(i=1;i<=100;i++) { if (a[i]%7 !=0) printf(" %d",a[i]); } printf("Numbers from 1 to 100 without multiples of 8"); for(i=1;i<=100;i++) { if (a[i]%8 !=0) printf(" %d",a[i]); } printf("Numbers from 1 to 100 without multiples of 9"); for(i=1;i<=100;i++) { if (a[i]%9 !=0) printf(" %d",a[i]); } getch(); }


What are the first four common multiples of each set of numbers?

This will be difficult to answer accurately without knowing each set of numbers.


What are common multiples of 2 3 and 7?

Oh, dude, common multiples are just numbers that all three of these divas can divide into without any drama. So, for 2, 3, and 7, their common multiples would be like 42, 84, 126, and so on. It's like finding a party playlist that everyone can groove to without any complaints.


What is the greatest common multiple of 9 and 6?

Oh, dude, the greatest common multiple of 9 and 6 is 18. It's like the cool kid at the math party that both 9 and 6 can hang out with without any drama. So, yeah, 18 is where it's at when it comes to those two numbers getting along in the world of multiples.