Section 1.2Question 14 (Grammars): Find grammars for E= {a,b) that generate the sets of (a) ** all strings with exactly two a's. (b) all strings with at least two a's. (c) all strings with no more than three a's. (d) all strings with at least three a's. (e) all strings that start with a and end with b. (f) ** all strings with an even number of bls. In each case, give convincing arguments that the grammar you give does indeed generate the indicated language. 14. (a) S - AaAaA. A bAX. besoek (f) We first generate pairs of b's, then add an arbitrary number of a's anywhere. S SbSbS|A|X, A aAA. ---