answersLogoWhite

0


Best Answer

For the LCM of a set of numbers, write each number as a product of its prime factors in index form. Then, taking each prime in turn, find the highest index with which it appears in any of the numbers' representation. Finally, multiply these together.

So, for example, suppose you have 10, 16, 24 and 36

10 = 2*5

16 = 24

24 = 23*3

36 = 22*32


The highest power of the primes are 24, 32 and 5. Multiply these together to give 720 as the LCM.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find the LCM of numbers using index forms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find HCF of 90 using index notations?

It doesn't matter what you use, you still need at least two numbers to find a GCF.


Solution to find 1000th prime number using python?

Here's a start umbers=[True]*5001 index=2 primes=[] while index<5000: multiplier=2 while index*multiplier <= 5000: Numbers[index*multiplier]=False multiplier+=1 index+=1 while Numbers[index]==False and index < 5000: index+=1 for x in range(0,5000): if Numbers[x]==True: primes.append(x) x+=1 print primes


How do you find particular element in array?

by using index position we can find the particular element in array.


In what type of rocks would geologists most likely find evidence of past life forms?

Index Fossils


What type of rocks would geologists most likely find evidence of past life forms?

Index Fossils


Write a C program to accept 10 numbers and find the sum and average?

#include using namespace std;int main(){int numberOfElemenets = 10;double myArray[numberOfElements] = {0.0};double sum = 0;for (int index = 0; index < numberOfElements; index++){cout


How to write a C program to find largest 2 numbers using pointers?

program to find maximum of two numbers using pointers


How can you get position of number from given some number by using array in c language?

Traverse the array from index 0 until you find the number. Return the index of that number.


What is an Index and where is it located in a book?

An index is located in the back of the book and has a alpabetized list of names and items that can be found in the book with page number to find it. A book index can be created manually by an Indexer, or by using a software like Cindex, PDF Index Generator, etc...


Write a program in C plus plus to store 100 element within array and find the particular element if exist?

#include&lt;iostream&gt; #include&lt;iomanip&gt; #include&lt;time.h&gt; template&lt;typename T&gt; size_t find(T&amp; data, T a[], size_t size) { size_t index=0; do { if(a[index]==data) break; } while(++index&lt;size); return(index); } template&lt;typename T&gt; void print(T a[], size_t size) { using std::cout; using std::endl; using std::setw; size_t index=0; do{ if(index&amp;&amp;index%20==0) cout&lt;&lt;endl; cout&lt;&lt;setw(3)&lt;&lt;a[index]; }while(++index&lt;size); cout&lt;&lt;endl; } int main() { srand((unsigned)time(NULL)); const size_t size=100; unsigned int a[size]; size_t index=0; do{ unsigned int data=rand()%100; do{ data=rand()%100; } while(find(data,a,index)&lt;index); a[index]=data; } while(++index&lt;size); print(a,size); }


How do you find 140 by using LCM?

Two or more numbers are needed to find the LCM


Use index in a sentence?

you can not find a sentence to Index