Is this the correct way to convert fractions to duodecimals and duodecimals to fractions?
Write $\left(\frac{7}{13}\right)_{12}$ as a duodecimal.
$\left (\frac{7}{13}\right)_{12}=\left(\frac{7}{15}\right)_{10}=.4666..._{10}$
$4.666666 \cdot 12 = 5.5999992$
$.5999992 \cdot 12 = 7.1999904$
$.1999904 \cdot 12 = 2.3998848$
$.3998848 \cdot 12 = 4.7986176$
$.7986176 \cdot 12 = 9.5834112$
$.5834112 \cdot 12 = 7.0009344$
Then $\left(\frac{7}{13}\right)_{12}= .5729497_{12}$
$\\$
Write $\left(.2929...\right)_{12}$ as a fraction.
$\left(.2929...\right)_{12}$ =$\frac{2}{12} + \frac{9}{144}+\frac{2}{1728}+\frac{9}{20736}...$
On this one, I am not clear on how to write this in lowest terms or even properly represent the repeating part?
Doing everything base twelve, with $T$ and $E$ for the extra two digits, we have
$$100\times.292929\ldots=29.292929\ldots$$
(just as in ordinary base ten), hence
$$29=29.292929\ldots-.292929\ldots=(100-1)\times.292929\ldots=EE\times.292929\ldots$$
and thus
$$.292929\ldots={29\over EE}$$
We could leave it like this. However, this fraction reduces: Since $10=3\times4$, we find $29=3\times E$, which gives us
$$.292929\ldots={29\over EE}={3\over11}$$
As for writing $7/13$ in duodecimal form, note that $13=3\times5$, so we have
$${7\over13}={7\over3\times5}={4\over10}\times\left(1+{2\over5}\right)={1\over10}\times\left(4+{8\over5}\right)={1\over10}\times\left(6-{2\over5}\right)$$
Now
$$\begin{align} 20&=4\times5+4\\ 40&=9\times5+3\\ 30&=7\times5+1\\ 10&=2\times5+2 \end{align}$$
so long division says
$${2\over5}=.497249724972\ldots$$
It follows (using $EEEE-4972=7249$) that
$${7\over13}={1\over10}\times(6-.497249724972…)={1\over10}\times5.724972497249\ldots=.5724972497249\ldots$$