| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''DIVIDE ()'''</div><br/> | + | <div style="font-size:30px">'''DIVISION ()'''</div><br/> |
| | | | |
| | ==Description== | | ==Description== |
| Line 7: |
Line 7: |
| | *Division is the repeated subtraction and it is the opposite of Multiplication. | | *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. | | *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. | + | *In DIVISION(),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. | | *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,DIVISION(20,4),20 is the dividend and 4 is the divisor. |
| | | | |
| | ==Examples== | | ==Examples== |
| − | #DIVIDE(1000,50) = 20 | + | #DIVISION(1000,50) = 20 |
| − | #DIVIDE(300,7) = 42.857142857142854 | + | #DIVISION(300,7) = 42.857142857142854 |
| − | #DIVIDE(379.45,22) = 17.24772727272727 | + | #DIVISION(379.45,22) = 17.24772727272727 |
| − | #DIVIDE(-50,5) = -10 | + | #DIVISION(-50,5) = -10 |
| | | | |
| | ==Related Videos== | | ==Related Videos== |
| Line 25: |
Line 25: |
| | *[[Manuals/calci/SUBTRACT | SUBTRACT]] | | *[[Manuals/calci/SUBTRACT | SUBTRACT]] |
| | *[[Manuals/calci/MULTIPLY | MULTIPLY]] | | *[[Manuals/calci/MULTIPLY | MULTIPLY]] |
| | + | *[[Manuals/calci/DIVIDE | DIVIDE]] |
| | | | |
| | ==References== | | ==References== |