GreenlightTestPrep wrote:
Three letters are randomly selected one at a time without replacement from {A, B, C, D, E, F, G, H}. What is the probability that the 3 letters are removed in consecutive alphabetical order (e.g., select B, then C then D, or select F, then G then H or ....etc)? 
A) 1/336
B) 1/112
C) 1/56
D) 1/8
E) 1/7
KarunMendiratta has provided a nice solution that uses 
counting techniques. 
Here's a solution that involves 
probability rulesFirst recognize that the 1st selected letter must be A, B, C, D, E or F, otherwise it will be impossible to have three consecutive letters (e.g., if we select G first, then the next two letters would need to be H and I, but the letters only go up to H). 
So,....
P(the 3 selected letters are in order) = P(1st selected letter is A, B, C, D, E or F 
AND the 2nd letter is the letter than follows the 1st selected letter 
AND the 3rd letter is the letter than follows the 2nd selected letter)
= P(1st selected letter is A, B, C, D, E or F) 
x P(2nd letter is the letter than follows the 1st selected letter) 
x P(3rd letter is the letter than follows the 2nd selected letter)
= 6/8 
x 1/7 
x 1/6
= (6)(1)(1)/(8)(7)(6)
= (1)(1)/(8)(7)
= 1/56
Answer: C