- #1
jackson6612
- 334
- 1
I'm trying to learn some math. I was studying about decimal number system.
The place values of base 10 are: ... 10000s 1000s 100s 10s 1s (decimal point) 1/10s 1/100s 1/1000s 1/10000s ...
In positional notation system every lower valued place is used to feed the higher one. Any place value left to the other is higher one.
999 means that there are 9 groups of 1s, 9 groups of 10s, and 9 groups of 100s (from right to left).
0.999 = 9/10 + 9/100 + 9/1000 = 999/1000.
0.9 = 9/10 = 90/100 = 900/1000
0.009 = 0/10 + 0/100 + 9/1000 = It means that there are 9 groups of 1/10000 things.
When 1000 is divided by 100 it can be said 1000 objects have been divided into 10 parts. What would be said when 1/100 is divided by 10? Please guide me on this with some example. Thanks.
The place values of base 10 are: ... 10000s 1000s 100s 10s 1s (decimal point) 1/10s 1/100s 1/1000s 1/10000s ...
In positional notation system every lower valued place is used to feed the higher one. Any place value left to the other is higher one.
999 means that there are 9 groups of 1s, 9 groups of 10s, and 9 groups of 100s (from right to left).
0.999 = 9/10 + 9/100 + 9/1000 = 999/1000.
0.9 = 9/10 = 90/100 = 900/1000
0.009 = 0/10 + 0/100 + 9/1000 = It means that there are 9 groups of 1/10000 things.
When 1000 is divided by 100 it can be said 1000 objects have been divided into 10 parts. What would be said when 1/100 is divided by 10? Please guide me on this with some example. Thanks.