Explanation : For every data here length is ‘n’ and memory's states are defined in terms of power of 2,
Here the total memory capability for all the words = mn
Hence number of states are 2mn
Explanation : Option (A) and option (B) are similar deriving expressions using rule :- (pq)*p = p(qp)*
Option (C) will also be valid since:-
(x+x*+) will be
--->(xx*)(x*x**)
--->(xx*)(x*x*) (Using x** = x*)
--->(xx*)(x*) (Using x*x* = x*)
--->(xx*) (Using x*x* = x*)
--->x+
So, the answer will be all of these (Option D)