The only solution is: (2+1/3)(2+1/5)(2+1/7) = 11 (or some ordering of a,b,c = 3,5,7).
7/3 * 11/5 * 15/7 = 11
(2+1/a)(2+1/b)(2+1/c) = d
((2a+1)/a)((2b+1)/b)((2c+1)/c) = d
(2a+1)(2b+1)(2c+1) = abcd
All of the three terms on the left are odd, so a b c and d must all be odd primes.
Each term (2+1/p) must therefore be between 2 and 2 1/3, and so d must be between 8 and 12.7, and there is only one prime number in that range: 11, so d=11
One of the (2p+1) terms must be a multiple of 11. Without loss of generality we can say it is (2a+1). a must therefore be of the form 5+11n. 5 is prime, so let’s explore that possibility:
Let’s say that a is 5 and d is 11.
This leaves (2b+1)(2c+1)=5bc. Let’s say (2b+1) is divisible by 5.
b must be of the form 2+5n. 2 is prime, however we know we are looking for an odd prime. Let’s try 7. That leaves:
15(2c+1)=35c
30c+15=35c
5c=15
c=3, which is prime, so everything works.
I’ll leave it to the reader to satisfy themselves that this is the only solution.