document.write( "Question 875360: I will form a 6 letter code word using only the first 12 letters of the alphabet and allow repeated letters. If I select a code word at random find the probability that the code word has no vowels
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #528386 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The first 12 letters of the alphabet are\r\n" );
document.write( "\r\n" );
document.write( "ABCDEFGHIJKL\r\n" );
document.write( "\r\n" );
document.write( "Of those, 3 are vowels and 9 are consonants.\r\n" );
document.write( "\r\n" );
document.write( "So the probability that each one is a consonant is \"9%2F12\" or \"3%2F4\"\r\n" );
document.write( "\r\n" );
document.write( "So the probability that the 1st and the 2nd and the 3rd are\r\n" );
document.write( "\r\n" );
document.write( "consonants is \"expr%283%2F4%29%2Aexpr%283%2F4%29%2Aexpr%283%2F4%29\" = \"%283%2F4%29%5E3\" = \"27%2F64\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );