document.write( "Question 1097263: A letter of English alphabet is chosen at random. calculate the probability that the letter chosen
\n" ); document.write( "1.is a vowel
\n" ); document.write( "2. precedes m and is a vowel
\n" ); document.write( "3. succeeds n and is a vowel
\n" ); document.write( "

Algebra.Com's Answer #711685 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The sample space for all 3 problems contains 26 equally \r\n" );
document.write( "likely choices:\r\n" );
document.write( "\r\n" );
document.write( "{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}\r\n" );
document.write( "\r\n" );
document.write( "1. vowel\r\n" );
document.write( "\r\n" );
document.write( "Set of successful letters contains 5 equally likely choices\r\n" );
document.write( "from the sample space:  {a,e,i,o,u}\r\n" );
document.write( "\r\n" );
document.write( "That's 5 out of 26 or a probability of 5/26\r\n" );
document.write( "\r\n" );
document.write( "2. precedes m and is a vowel\r\n" );
document.write( "\r\n" );
document.write( "Set of successful letters contains 3 equally likely choices\r\n" );
document.write( "from the sample space:  {a,e,i}\r\n" );
document.write( "\r\n" );
document.write( "That's 3 out of 26 or a probability of 3/26.\r\n" );
document.write( "\r\n" );
document.write( "2. succeeds n and is a vowel\r\n" );
document.write( "\r\n" );
document.write( "Set of successful letters contains 2 equally likely choices\r\n" );
document.write( "from the sample space:  {o,u}\r\n" );
document.write( "\r\n" );
document.write( "That's 2 out of 26 or a probability of 2/26, which reduces \r\n" );
document.write( "to 1/13.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );