Bunuel
Hi Bunuel, can you please check the answer options? IMO it should be 435
For any number, N broken into prime factors and their powers in the form \(N = a^p * b^q*c^r\) and so on, then the total number of factors n = (p + 1) * (q + 1) * (r + 1)...
\(10^{10} = 2^{10} * 5^{10}\), \(15^7 = 3^7 * 5^7\) and \(18^{11} = 2^{11} * (3^2)^{11} = 2^{11} * 3^{22}\)
The total number of divisors of \(2^{10} * 5^{10}\) = (10 + 1) * (10 + 1) = 121
The total number of divisors of \(3^7 * 5^7\) = (7 + 1) * (7 + 1) = 64
The total number of divisors of \(2^{11} * 3^{22}\) = (11 + 1) * (22 + 1) = 276
Totals of individual divisors = 121 + 64 + 276 = 461. We must remember that 1 is a divisor for each and therefore it has been counted thrice.
From this we need to remove the number of divisors common to the pairs.
Divisors common to \(2^{10} * 5^{10}\) and \(3^7 * 5^7\) = \(5^7\). The number of divisors = 7 + 1 = 8
Divisors common to \(2^{10} * 5^{10}\) and \(2^{11} * 3^{22}\) = \(2^{10}\). The number of divisors = 10 + 1 = 11
Divisors common to \(3^{7} * 5^{7}\) and \(2^{11} * 3^{22}\) = \(3^{7}\). The number of divisors = 7 + 1 = 8
Total such divisors = 11 + 8 + 8 = 27. Each of these divisors contain 1. So again 1 has been counted thrice.
Divisors of at least 1 number = Total divisors - divisors common to the pairs = 461 - 27 = 434
Since 1 gets completely cancelled, we need to add back 1, as it is a common divisor to all 3.
Required number = 434 + 1 = 435
Arun Kumar