Let me begin by introducing basic math operations.
##Addition Operation
2 + 2 # addition
## [1] 4
5 - 4
## [1] 1
2 * 3
## [1] 6
8/3
## [1] 2.666667