Question 466580: the number of multiples of 3 between 0 and 100.........and easiest way/formula to solve this type of problem.
numbers of even integer between 0 and 100, and easiest way/formula to solve it
Answer by Edwin McCravy(20060) (Show Source):
You can put this solution on YOUR website! The multiples of 3 between 0 and 100 are
3,6,9,...,93,96,99
Divide them all by 3
1,2,3,...,31,32,33
So obviously there are 33 of them.
------------------------
The even integers between 0 and 100 are
2,4,6,...,94,96,98
Divide them all by 2
1,2,3,...,47,48,49
So obviously there are 49 of them.
|
|
|