document.write( "Question 386673: A box contains six letters, shown as follows. What is the probability of the outcome DAN in that order if three letters are drawn one-by-one
\n" ); document.write( "a. with replacement?
\n" ); document.write( "b. without replacement? R A N D O M
\n" ); document.write( "

Algebra.Com's Answer #275543 by gwendolyn(128)\"\" \"About 
You can put this solution on YOUR website!
a) In the case of replacement, we need to pick the D out of all 6 letters (P = 1/6), then we need to pick the A out of all 6 (P = 1/6), then we need to pick the N out of all 6 (P = 1/6). We multiply the probabilities together since they must all occur. So, the answer is (1/6)*(1/6)*(1/6) or 1/216.\r
\n" ); document.write( "\n" ); document.write( "b) In the case without replacement, we must first pick the D out of all 6 letters (P = 1/6), then we must pick the A out of the remaining five letters (P = 1/5), then we must pick the N out of the remaining 4 letters (P = 1/4). We multiply the probabilities together since they must all occur. So, the answer is (1/6)*(1/5)*(1/4) or 1/120.
\n" ); document.write( "
\n" );