(a) what is the probability of drawing a vowel (a,e,i,o,u) and a consonant in either order? (b) write a matlab / python program to verify your answer in part (a). that is, randomly draw two letters without replacement and check whether one is a vowel and the other is a consonant. compute the probability by repeating the experiment for 10000 times.