I am studying for an exam and came up to this task in the picture
usually the transformation from a NFA to a DFA is easy to me. I create a transition table from the NFA and for every "new" combined state, i create a new column and so on (looking at my try explains it better)
Somehow I am skeptical with the single state of q3. Since no state can reach single q3, does this even make sense?