**bump**
I'm working on a similar problem, ie, I need to find the period of 1/pq if (p,q) = (p,10) = (q,10) = 1.
If the period of 1/p is r and the period of 1/q is s, then
10^r \equiv 1 (p) \mbox{ and } 10^s \equiv 1 (q).
So, let t be the period of 1/pq, ie, 10^t \equiv 1 (pq), then 10^t...