function [] = chap_3_prob_32() % % Written by: % -- % John L. Weatherwax 2006-08-28 % % email: wax@alum.mit.edu % % Please send comments and especially bug reports to the % above email address. % %----- pE = dot( 1 ./ (1:4), [ 0.1 0.25 0.35 0.3 ] ) % part (a): pC1GE = 1*(0.1)/pE % part (b): pC4GE = (0.25)*(0.3)/pE