Concept:Use Boolean algebra laws to expand and simplify the given expression.Explanation:Start with X=[(A+B)(B+C)]B.First expand (A+B)(B+C) using the distributive law:(A+B)(B+C)=AB+AC+BB+BC.Since BB=0, this becomes AB+AC+BC.Now multiply the whole term by B:X=(AB+AC+BC)B.This gives X=ABB+ABC+BCB.Simplify each term: ABB=AB, ABC stays as ABC, and BCB=0 because BB=0.So X=AB+ABC=AB(1+C).Using the null law, 1+C=1.Therefore, X=AB.Answer:X=AB, so the correct option is C.