Case 2: If order of d = 3, then we need that lcm ( O(a), O(b), O(c))= 2
It can happen in three ways:
(a) O(a) = 2, O(b) = 1 or 2, O(c)= 1 or 2. (b) O(b) =2, O(a) = 1 or 2, O(c)= 1 or 2. (c) O(c)=2, O(a) = 1 or 2, O(b)= 1 or 2.
According to this, in each case, there can be 8 elements in...