I have a Boolean expression. we'll call it F.
for instance, F = ab' + ad + c'd + d'.
Assuming I did all the necessary steps too get F complement , i.e. F'.
I got: F' = b'd + ac'd'.
How do I get the Product of sums form of F?