//Example 12.13 //Find the required probabilities. disp('P(X>0.6)=1-F(0.6)=') disp(%e^(-1.2),'1-(1-e^(-1.2))=e^(-1.2)=') disp(1-%e^(-0.5),'P(X<=0.25)=(1-e^(2*(-1.2))=1-e^(-0.5)=') disp('P(0.4