document.write( "Question 856342: A computer is programmed to print 26 letters of the alphabet in random order.\r
\n" );
document.write( "\n" );
document.write( "1. What is the probability that the word BLUE appears somewhere in the sequence of letters?\r
\n" );
document.write( "\n" );
document.write( "2. What is the probability that the letters B,L,U,E (i.e. the words BLUE or LBUE or ELBU, etc) appear in a row somewhere in the sequence of letters? \n" );
document.write( "
Algebra.Com's Answer #515920 by edjones(8007)![]() ![]() You can put this solution on YOUR website! 1)The b must appear in the first 23 letters. There are 23 different locations it can occupy. Each other letter has only 23 places that it can occupy also. \n" ); document.write( "1/23 * 1/22 * 1/21 * 1/20 * 23 = 1/9240 \n" ); document.write( ". \n" ); document.write( "2) \n" ); document.write( "4!/26P4 \n" ); document.write( "=24/358800 \n" ); document.write( "1/14950 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |