Ok I've got this.
https://www.quora.com/How-can-I-find-the-total-number-of-prime-factors-in-the-expression-4-11-x-7-5-x-11
From this question and answer I have ascertained the following.
Written in my words:
If a number is written as a product of its prime factors and those factors are presented in their power groupings then
if you add one to each of the powers and multiply them all together then you will get the number of factors in total.
for example:
\(2^3*7^1*19^2\)
will have 4*2*3 = 24 factors in total.
So now I will look at the question asked:
\(110=2*5*11\) It is not relevant to the question but this will have 2*2*2 = 8 factors.
let a,b and c = 2, 5 and 11 in any order.
We are told that abc*n^3 will have 110 factors
And 110 = 2*5*11 (and they are all prime)
so abc*n^3 can only have 3 prima factors.
So n^3 must only have prime factors of a, b and c
The powers of those prime factors must be 2-1, 5-1, and 11-1 so that is 1, 4 and 10
so
\(abcn^3=ab^4c^{10}\\ abcn^3=abc*b^3c^{9}\\ abcn^3=abc*(bc^{3})^3\\ n=(bc^3)\)
It is important to note that b and c are different prime numbers and that and they are not equal to 3
so
\(81n^4=3^4(bc^3)^4\\ 81n^4=3^4*b^4*c^{12}\\ \)
This will have 5*5*13 = 325 factors.
NOW I AM HAPPY !!