Correct: I, IIIncorrect: III, IVI is classical case of bracketed star.LHS=(l+m+n)∗RHS=(l+m+n+⋯⋯)∗Since we can get l,m,n separately, RHS is equal to (l+m+n)∗Therefore I is true.II is also true. Let's see why(mn+m)∗=m(mn+m)8LHS:=(mn+m)∗m=(m+mn)∗ (Commutative property of regular expressions)=(mp(∈+n)q)mqNow using, (pq)∗p=p(qp)∗,we get=m[(∈+n)m]∗=m[m+nm]∗=RHS⇒II is trueIII is false as we can't get "m" separately form RHS.Similarly, IV is also false as we can't generate"l" separately form LHS.Therefore (2) is the answer.