document.write( "Question 979205: 1. In how many ways can the letters of the word POLICEMAN be arranged if the \"word\" must begin with L and end with a vowel?\r
\n" ); document.write( "\n" ); document.write( "2. What is the probability that if the letters of POLICEMAN are randomly placed in a row, the \"word\" will begin with L and end with a vowel?
\n" ); document.write( "

Algebra.Com's Answer #600826 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
1. In how many ways can the letters of the word POLICEMAN
\n" ); document.write( "be arranged if the \"word\" must begin with L and end with a vowel?
\n" ); document.write( "
\r\n" );
document.write( "There is 1 way to choose the 1st letter as L.\r\n" );
document.write( "There are 4 ways to choose the last letter as a vowel.\r\n" );
document.write( "There are 7! ways to choose the letters in between.\r\n" );
document.write( "\r\n" );
document.write( "That's 1*4*7! = 20160 ways.\r\n" );
document.write( "\r\n" );
document.write( "---------------\r\n" );
document.write( "

\n" ); document.write( "2. What is the probability that if the letters of POLICEMAN
\n" ); document.write( "are randomly placed in a row, the \"word\" will begin with L and end with a vowel?
\n" ); document.write( "
\r\n" );
document.write( "20160 ways out of 9! or \"20160%2F362880\"\"%22%22=%22%22\"\"1%2F18\"\r\n" );
document.write( "\r\n" );
document.write( "------------\r\n" );
document.write( "\r\n" );
document.write( "You can also do the second part without using the first part at all.\r\n" );
document.write( "\r\n" );
document.write( "The probability of choosing a P first is 1/9.\r\n" );
document.write( "The probability of then choosing a vowel last in 1/2.  [Because when you've\r\n" );
document.write( "chosen an L first there are 8 letters left, half vowels and half consonants.\r\n" );
document.write( "\r\n" );
document.write( "So that probability is (1/9)(1/2) = 1/18.  (This way you can ignore the\r\n" );
document.write( "letters in between the first and last.)\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );