I came across duodecimal (base 12) numbers.
In base 10 system 10/3 = 3.333.... i.e repeating decimal. But in base 12 system where "t" represents 10 of base 10 - t/3 = 3.4 which is a non repeating decimal.
I hope have done the above t/3 base 12 division correct.
Now, trying to grasp meaning and significance of recurring decimal. Does a recurring value as a result of 10/3 (in base 10) means we can never divide 10 into 3 parts with 100% accuracy ? But then we change number system to base 12 and t/3 now is not a recurring decimal.So now we can divide t into 3 equal parts accurately. But this is a contradiction.
In base 12: $\frac {10}3 = 3\frac 13 = 3\frac {4}{12}= 3.4_{12}$.
In base 10: $\frac {10} 3 = 3\frac 13 = 3\frac {\frac {10}3}{3\frac {10}3} = 3 \frac {3\frac 13}{10} =3\frac 3{10} + \frac 1{30} = 3\frac 3{10}\frac 3{100} + \frac 1{300} = 3\frac 3{10}+ \frac 3{100} + \frac 3{1000} + ......= 3.333333....$.
In base $b$ a fraction $\frac nm$ will terminate if and only if you can get $\frac nm = \frac k{b^w}$ for some power $w$ of $b$.
In other word $m|b^w$.
In base $10$ to have $m|10^w = 2^w5^w$ we simply need to have $m$ to only have prime factors $2$ and $5$. Example $\frac {17}{40}$ and $40=2^3*5|10^3$ so $\frac {17}{40}*\frac {5^2}{5^2} = \frac {425}{1000} = .425$
In base $12$ to have $m|12^w = 2^{2w}3^w$ we simply need to have $m$ to only have prime factors $2$ and $3$. Example $\frac {23}{36}$ and $36=2^23^2|4^23^2$ so $\frac {23}{36}\frac 44 = \frac {23}{144} = \frac {23}{12^2} = .23$.