Bunuel
For any integer x greater than 1, x! denotes the product of all integers from 1 to x, inclusive. n = a!*b!*c! where a, b, c are distinct positive integers > 1, What is the least value of a + b + c for which n is divisible by the square of the product of the three smallest prime numbers?
A. 8
B. 10
C. 12
D. 13
E. 15
Product of three smallest prime numbers = 2*3*5
Square of this product = \(2^2*3^2*5^2\)
n = a! * b! * c! where a, b, c > 1
For n to be divisible by \(2^2*3^2*5^2\), it needs to have atleast 2 powers of 5, which is only possible if
1. 2 numbers out of a, b, c are greater than or equal to 5
2. 1 number out of a, b, c is greater than or equal to 10
In either case if you observe, a+ b + c > 10, so eliminate option choice A and B.
For first possibility, smallest triplet possible is (2,5,6) => Sum = 13
For second possibility, smallest triplet would be (2,3,10) => Sum = 15
So smallest sum possible should be 13.
IMO: D