Is it possible to have languages A and B where A*⊄B* and B*⊄A* such that (A∪B)* = A*∪B*? (Specific cases)
Below is the closest I have to being correct.
A = {ε} and B = {1} - This doesn't work because B*={ε, 1, 11, 111, ...} and A*={ε,εε,εεε}={ε} and A*⊂B*.
I am assuming that strict subset is a hint here, but I can't seem to figure it out. Any help or insight?