Manuals/calci/MULTIPLESOF

From ZCubes Wiki
Revision as of 05:51, 12 April 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''MULTIPLESOF(Number,Count,StartFrom)'''</div><br/> *<math>Number</math> is the 'multiples of' value, *<math>Count</math> is how many multiples a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
MULTIPLESOF(Number,Count,StartFrom)


  • is the 'multiples of' value,
  • is how many multiples are to be calculated from the starting value,
  • is the starting point of calculation.

Description

  • This function shows the multiples of the given numbers starting from the mentioned number.
  • indicates how many multiples are to be calculated. Count value should be always positive.
  • 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.
  • and can be positive or negative.

Examples

  1. MULTIPLESOF(2,6,8) = 8 10 12 14 16 18 (Gives 6 multiples of 2 starting from 8)
  2. MULTIPLESOF(5,10,15) = 15 20 25 30 35 40 45 50 55 60
  3. MULTIPLESOF(10,5,-25) = -25 -15 -5 5 15
  4. MULTIPLESOF(-3,4,20) = 20 17 14 11

Related Videos

Multiples of a number


See Also


References