You know that a polynomial can be writen in function of it's roots like:

x1, x2, x3 and x4 are the roots. So you have that 1 and 2 are roots, so part of the polynomial is:

If this 2 degree polynomial represent's 2 of the 4 roots of the original polynomial, it means that the original one can be divided by this one. Notice that if we do that, we will get a 2 degree polynomial, which roots are very easy to find. Let's divide:
So, the new polynomial you have to find the roots of is:

Now for this one is very easy. We just use the formula:
![\frac{-b\pm\sqrt[]{b^2-4ac}}{2a}](https://img.qammunity.org/2023/formulas/mathematics/college/kaoalb540qnvy45obw509ttuwfskx00e99.png)
Where a, b and c are the coefficients of the polynomial:

For our polynomial, a = 12, b = 1 and c = -1. Let's call this new roots x3 and x4:
![x_3=\frac{-1+\sqrt[]{1^2-(4\cdot12\cdot(-1))}}{2\cdot12}=\frac{-1+\sqrt[]{1+48}}{24}=\frac{-1+\sqrt[]{49}}{24}=(-1+7)/(24)=(1)/(4)=0.25](https://img.qammunity.org/2023/formulas/mathematics/college/thyuf1i63redeg3dvcev618dykb1jtnkqw.png)
![x_3=\frac{-1-\sqrt[]{1^2-(4\cdot12\cdot(-1))}}{2\cdot12}=\frac{-1-\sqrt[]{1+48}}{24}=\frac{-1-\sqrt[]{49}}{24}=(-1-7)/(24)=-(1)/(3)\cong0.333](https://img.qammunity.org/2023/formulas/mathematics/college/jokhk4fdljlj7bngcztj2ljz0ck8vjkung.png)
So, the roots of the given polynomial, other than 1 and 2, are 1/4 and 1/3