Concept: Distribute the committee members among the three groups while satisfying the minimum requirement, then use combinations.
Step 1: The valid distributions are \((2,2,4),(2,3,3),(2,4,2),(3,2,3),(3,3,2)\) and \((4,2,2)\).
Step 2: Their respective counts are \(900,800,150,1200,600\) and \(450\).
Step 3: Adding all cases, \(900+800+150+1200+600+450=4100\). Hence, \(\boxed{4100}\).