Changes

Jump to navigation Jump to search
868 bytes added ,  07:32, 11 February 2020
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==
writer
6,694

edits

Navigation menu