Let M be a nondeterministic finite automaton (NFA) with 6 states over a finite
alphabet.
Which of the following options CANNOT be the number of states in the minimal
deterministic finite automaton (DFA) that is equivalent to π ?

Step 1: Recall the subset construction (powerset construction) used to convert an NFA to an equivalent DFA. If the NFA has \(n\) states, the DFA built by subset construction has one state for every subset of the NFA states, giving at most \(2^n\) states.
Step 2: Here \(n = 6\), so the DFA from subset construction has at most \(2^6 = 64\) states. Minimization only merges equivalent states and never creates new ones, so the minimal DFA equivalent to M can have at most 64 states.
Step 3: Check each option against this bound of 64.
Step 4: The values that CANNOT be the size of the minimal DFA are 65 and 128, matching options B and D.
\[ \boxed{\text{Options B (65) and D (128) cannot occur}} \]
A schedule of three database transactions \(T_1\), \(T_2\), and \(T_3\) is shown. \(R_i(A)\) and \(W_i(A)\) denote read and write of data item A by transaction \(T_i\), \(i = 1, 2, 3\). The transaction \(T_1\) aborts at the end. Which other transaction(s) will be required to be rolled back?
