Difference between revisions of "Manuals/calci/DIVIDE"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
*Dividend is the number being divided.Divisor is a number that will divide the dividend exactly. | *Dividend is the number being divided.Divisor is a number that will divide the dividend exactly. | ||
*For example,DIVIDE(20,4),20 is the dividend and 4 is the divisor. | *For example,DIVIDE(20,4),20 is the dividend and 4 is the divisor. | ||
+ | |||
+ | ==Divisors== | ||
+ | *An integer <math>x</math> is called a divisor (or a factor) of the number <math>n</math> if dividing <math>n</math> by <math>x</math> leaves no reminder. | ||
+ | *DIVISORS(10) = 1 2 5 10 | ||
+ | *DIVISORS(1..10) | ||
+ | {| id="TABLE3" class="SpreadSheet blue" | ||
+ | |- class="even" | ||
+ | | class=" " | | ||
+ | | class="sshl_f" | 1 | ||
+ | |||
+ | | class="sshl_f" | 1 | ||
+ | | class="sshl_f" | 2 | ||
+ | |||
+ | | class="sshl_f" | 1 | ||
+ | | class="sshl_f" | 3 | ||
+ | |||
+ | | class="sshl_f" | 1 | ||
+ | | class="sshl_f" | 2 | ||
+ | | class="sshl_f" | 4 | ||
+ | |||
+ | | class="sshl_f" | 1 | ||
+ | | class="sshl_f" | 5 | ||
+ | |||
+ | | class="sshl_f" | 1 | ||
+ | | class="sshl_f" | 2 | ||
+ | | class="sshl_f" | 3 | ||
+ | | class="sshl_f" | 6 | ||
+ | |||
+ | | class="sshl_f" | 1 | ||
+ | | class="sshl_f" | 7 | ||
+ | |||
+ | | class="sshl_f" | 1 | ||
+ | | class="sshl_f" | 2 | ||
+ | | class="sshl_f" | 4 | ||
+ | | class="sshl_f" | 8 | ||
+ | |||
+ | | class="sshl_f" | 1 | ||
+ | | class="sshl_f" | 3 | ||
+ | | class="sshl_f" | 9 | ||
+ | |||
+ | | class="sshl_f" | 1 | ||
+ | | class="sshl_f" | 2 | ||
+ | | class="sshl_f" | 5 | ||
+ | | class="sshl_f" | 10 | ||
+ | |} | ||
==Examples== | ==Examples== |
Revision as of 01:32, 11 February 2020
DIVIDE ()
Description
- This function shows the division of the numbers.
- Division is one of the four basic operations of arithmetic.
- Division is splitting into equal parts or groups.
- Division is the repeated subtraction and it is the opposite of Multiplication.
- The division of two natural numbers is the process of calculating the number of times one number is contained within one another.
- In DIVIDE(),first number is the dividend and second number is the divisor.
- Dividend is the number being divided.Divisor is a number that will divide the dividend exactly.
- For example,DIVIDE(20,4),20 is the dividend and 4 is the divisor.
Divisors
- An integer is called a divisor (or a factor) of the number if dividing by leaves no reminder.
- DIVISORS(10) = 1 2 5 10
- DIVISORS(1..10)
1 | 1 | 2 | 1 | 3 | 1 | 2 | 4 | 1 | 5 | 1 | 2 | 3 | 6 | 1 | 7 | 1 | 2 | 4 | 8 | 1 | 3 | 9 | 1 | 2 | 5 | 10 |
Examples
- DIVIDE(1000,50) = 20
- DIVIDE(300,7) = 42.857142857142854
- DIVIDE(379.45,22) = 17.24772727272727
- DIVIDE(-50,5) = -10
Related Videos
See Also
References