given an NFA M = ({P,Q}, {0,1}, triangle, {P}, {Q}) where, triangle(P,1) = triangle(Q,0) = {P,Q}, triangle(P,0) = triangle(Q,1) = {}. a) draw the NFA b) give an example of a word length 3 over sigma = {0,1} which is accepted by M and an example a word length 3 which is not accepted by M c) convert M to DFA using the subset construction process