answersLogoWhite

0

A multiple of any number means that the multiple is formed by the multiplying any number with that number for example

multiple of 6 are 6, 12 18,24, 30, 600, 666,.............infinite

an factors of any number is breaking of that number in smallest possible prime no.

for e.g. factor of 6 are 1,2,3

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Explain the difference between factors and multiples?

Factors are just a line of numbers while multiples are a line of times


What are all the multiples of 27?

We could be here a while! multiples of 27 are numbers 27 divides INTO, therefore, 27 is the first, then 54, 71, 98, 125, 152...... there are an infinite number of multiples.


What is the difference of multiples and factors?

MultiplesFor example: Multiples of two 2, 4, 6, 8, 10.The numbers after the "2" branch off of the "2." Factors are above the number.FactorsIn factoring, you are finding numbers that fit into the number you are trying to factor.For example: 201x20=202x10=204x5=20So the factors of 20 are 1, 2, 4, 5, 10, and 20.but the Multiples of 20 are 20, 40, 60, 80.Factors are under the number while Multiples are over the number.


In math what is the opposite of factor?

In mathematics, the opposite of a factor is a multiple. Factors are numbers that can be multiplied together to obtain a given number, while multiples are the result of multiplying a number by an integer. For example, the factors of 12 are 1, 2, 3, 4, 6, and 12, while the multiples of 4 include 4, 8, 12, 16, and so on.


How is multiple and factor different?

The only number that is both a multiple of a number and a factor of that same number is the number itself. Multiples of a number are equal to or bigger than the number, while factors are equal to or smaller than the number.


What does infinite and finite mean?

Infinite means never ending while finite means it ends.


What is the difference between infinite and finite sequence?

infinite is never ending while finite means it canend


What is the prefix for infinity?

How about omni- (prefix for "all", "every")? Or perhaps ultra-/hyper- ("beyond", "excessive")?I was looking for the same thing as you, and while this prefix doesn't explicitly refer to an infinite number of items, these options did work in the context I was using. I figured since this question had no answers, a "close enough" one could help :)


What is a finite and infinite set?

A set which containing $and pi are the end blocks are the finite and without these are infinite


How do you do a program looping?

An infinite loop might look something like: while 1==1: print("Infinite loop") as 1 is ALWAYS equal to 1.


What are the multiples of 7 between135 and 139?

There are no integer multiples of 7 between 135 and 139: 19 x 7 = 133, while 20 x 7 = 140.


What is an infinite loop in c plus plus?

An infinite loop is one sequence of commands that just repeats over and over again forever. When it comes to creating an infinite loop you can use the: for do while and do statements. using the keywords 'true'