document.write( "Question 857643: A computer is programmed to print the 26 letters of the alphabet in
\n" ); document.write( "random order.
\n" ); document.write( "(a) What is the probability that the word BLUE appears somewhere in
\n" ); document.write( "the sequence of letters?
\n" ); document.write( "(b) What is the probability that the letters B,L, U, and E (i.e. the words
\n" ); document.write( "BLUE or LBUE or ELBU, etc) appear in a row somewhere in the
\n" ); document.write( "sequence of letters?
\n" ); document.write( "

Algebra.Com's Answer #516777 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "26 letters of the alphabet in random order. 26! total ways of arranging
\n" ); document.write( "(a) What is the probability that the word BLUE appears somewhere in the sequence of letters?
\n" ); document.write( "Consider 'BLUE' as one letter, so to speak. P = 22!/26! = 1/358,800
\n" ); document.write( "(b) What is the probability that the letters B,L, U, and E (i.e. the words
\n" ); document.write( "BLUE or LBUE or ELBU, etc) appear in a row somewhere in the sequence of letters?
\n" ); document.write( "24 (4P4) ways of arranging Letters B, L, U, E: P = 24(22!/26!)
\n" ); document.write( " \n" ); document.write( "
\n" );