Describe these languages over $\Sigma={a,b}$
- $\Sigma^{*}(a\cup\epsilon)b^*$
- $a\Sigma\Sigma^*b\Sigma\cup b\Sigma\Sigma^{*}a\Sigma$
Just making sure I understand some basic concepts... First one can be any string that is a permutation of {a,b}, second is strings of at least length 4 with at least 1 $a$ and 1 $b$ in it.
Your first answer is correct, assuming that by "any string that is a permutation of $\{a,b\}$", you mean any string in the language $\Sigma^*$.
Your second answer isn't quite right - the given regular expression puts more constraints on where the $a$ and $b$ fall in the string.
For example, the string $abab$ is not in the language.