Using POE we can solve this:
1st one:
We have an issue with factor 5 because:
14! has 2 5s only and 15! brings another extra 5 making it 5^3 whose root cannot give an integer. OUT.
2nd one:
We have an issue with factor 2 itself here.
16! gives 15!*16 and 16=2^4, since there is divided by 2 included, we have to remove one of the 2s, it leaves us with odd number of 2s. Again cannot give us an integer. OUT.
3rd one: 17 is a prime number and there is no other 17 in the expression, but only 1. Not an integer. OUT.
4th one:
Here 17 gets multiplied again in 18! thus that is not a problem here. Taking 5 as another factor also works as 17/5 and 18/5 results in same values.
So far looks good no need to dive further we havent yet found an issue with this. Keep.
5th one:
Ending with prime number 19 in 19!, no other 19 in expression and only 1 of it is there. Root can't be an integer. OUT.
Our final answer has to be
option D only.
kevincan
Which of the following expressions is an integer?
(A) \(\sqrt{\frac{14!\cdot 15!}{2}}\)
(B) \(\sqrt{\frac{15!\cdot 16!}{2}}\)
(C) \(\sqrt{\frac{16!\cdot 17!}{2}}\)
(D) \(\sqrt{\frac{17!\cdot 18!}{2}}\)
(E) \(\sqrt{\frac{18!\cdot 19!}{2}}\)