Take the first element of the first set of parantheses, multiply by the two in the next seperately, then do the same with the second element. i.e. (a * b)(c * d) would figure out to be:

a*c + a*d + b*c + b*d. Then you just reduce like terms. There should be a trinomial at the end for the result.