Difference between revisions of "Manuals/calci/MULTIPLES"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
*The Least Common Multiple of a set of whole numbers is the smallest multiple common to all whole numbers in the set. | *The Least Common Multiple of a set of whole numbers is the smallest multiple common to all whole numbers in the set. | ||
*For example, in the Multiples of 4 are 4,8,12,16...Here Least common multiple is 4. | *For example, in the Multiples of 4 are 4,8,12,16...Here Least common multiple is 4. | ||
+ | *According to this function,it is calculating the multiples in the following way. | ||
+ | *MULTIPLES(7000,7,9) = 7 63 567 5103.Here it is calculating 7*9,63*9,567*9 and so on. | ||
==Examples== | ==Examples== | ||
− | #MULTIPLES(10,6, | + | #MULTIPLES(1000,10,2,60,2) = 10 20 40 80 160 320 640 |
− | #MULTIPLES( | + | #MULTIPLES(700,6,5,800,3) = 6 30 150 |
+ | #MULTIPLES(3000,5,6,2000,7) = 5 30 180 1080 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=rUrLuTMq-sw|280|center|Multiples}} | ||
==See Also== | ==See Also== |
Latest revision as of 15:04, 15 January 2019
MULTIPLES (Limit,From,By,MaxLimit,SwitchLimits)
- and are minimum and maximum limit of the numbers.
- and are any real numbers.
Description
- This function shows the multiples of the given numbers.
- The multiples of a whole number are found by taking the product of any counting number and that whole number.
- The multiples are the products of these multiplications.
- Also the list of the multiples of a whole numbers are endless.
- The Least Common Multiple of a set of whole numbers is the smallest multiple common to all whole numbers in the set.
- For example, in the Multiples of 4 are 4,8,12,16...Here Least common multiple is 4.
- According to this function,it is calculating the multiples in the following way.
- MULTIPLES(7000,7,9) = 7 63 567 5103.Here it is calculating 7*9,63*9,567*9 and so on.
Examples
- MULTIPLES(1000,10,2,60,2) = 10 20 40 80 160 320 640
- MULTIPLES(700,6,5,800,3) = 6 30 150
- MULTIPLES(3000,5,6,2000,7) = 5 30 180 1080